Forum Discussion
KyleKirkland
9 years agoCommunity Member
Button from Base Layer SHowing up On Other Layers EVen though Hidden?
Hello!
On the attached presentation, slide 1.1, the "Active Listening" button on the base layer shows up when I click the Model Layer.
I checked the timeline, and all buttons should be hidden du...
WaltHamilton
4 years agoSuper Hero
This trigger is the problem:
The built-in superpower of the hover state is that it changes to hover when you hover, and restores when you hover out. By creating your own trigger, you have caused a conflict with the built-in superpower, and it has not taken that kindly. I suspect that in this case one of those triggers restores the Normal state, then the other one tries to. Since you have put the button into Hidden state, the restore command changes it to Normal, making it visible.
Regardless, duplicating the built-in functions with your own triggers frequently brings spectacular, but seldom welcome results. Delete it, and see if you are happier.
The states with names on the drop down list are the ones that have built-in triggers.
Related Content
- 4 months ago
- 6 months ago
- 5 months ago