Question
Hover state within a component not working when opacity is set below 1%
- July 18, 2020
- 1 reply
- 1841 views
I have a component that has 2 states:
- Default state: A Group containing a rectangle with text, and another rectangle + text within (which is itself a component with a hover state). At Default State, opacity is set to 0%
- Second State: Same thing, but the opacity is set to 100%
In prototyping, when the second state is triggered, the hover state on the component within the first component no longer works.
When default state's opacity is set to 100%, it works fine in both states. The same thing happens when "Hide" is used in the Layers panel, rather than opacity.
In troubleshooting, when the opacity is set to 1% or higher, the hover works again
I have attached two videos showing this bug - in one marked 0% opacity, you can see that the hover button does not work. In the other, opacity is set to 22%, and the hover button then works in both states. No other changes were made. (this is troubleshooting so placement is not relevant)
