Properly apply opacity on IonMenus Backdrop

I am working on a small app, and one of the requirements is to change the color of the backdrop, atm that is quite possible, but we also want to be able to change the opacity. I tried using the css ::part pseudo selector, but it is not possible to style it like that (Only if I use important which I do not want). The opacity is being controlled through inline styling it seems, which the animation doing it’s work, and I want to set the “max value” that it animates towards. Is this possible?

yeah, the opacity is driven by animations, so that won’t be possible as it’s hard-coded in. Though it seems like a small thing to want to change. Not sure it would really impact your app that much.

Just gives us more control over our look and feel, but I understand why it’s not possible. Thanks for the response