I’m trying to set a simple shape, that will shadow out the background and then display floating group on theat background. However, even with the opacity 0% I see nothing on my page.
Does anyone have any idea what could be going on?
I’m trying to set a simple shape, that will shadow out the background and then display floating group on theat background. However, even with the opacity 0% I see nothing on my page.
Set opacity non-0%, ensure the shape is right over what you want to cover and see the magic happen.
Opacity 0% means that it is completely transparent. Opacity is the inverse of transparency, so 100% opacity = not transparent.
Don’t forget that opacity applies to all child elements in the container too.
That’s the issue - in the screenshots I provided, there are elements behind the shape. Opacity set to zero - and the shape covers everything, it’s non-transparent.
Is the shape wrapped in an immediate parent container or element? In that case you would need to apply the Opacity on the parent container.
A screenshot of Items Tree will make it easier to identify the issue.
What shape? (I don’t see any shapes in your screenshot?..)
This topic was automatically closed after 70 days. New replies are no longer allowed.