Forum Discussion
ElisabethH
2 years agoCommunity Member
How to change an image in a state?
I have a normal, hover, selected, and visited state in a tabbed interaction.
On the normal and hover state, I'd lock a closed lock image. On the Selected and Visited, I'd lock an open lock image. ...
PhilMayor
2 years agoSuper Hero
Shouldn't the lock go in the disabled state? At the moment anything inside the normal state is propagated to all built instates as they are subsets of normal, I know there are lots of requests for this to change.
ElisabethH
2 years agoCommunity Member
Hi Phil. I didn't realize that what's in the normal state always goes to the other states.
In my scenario, if I want the lock to change to open once visited, where does the closed (normal) lock go? If it's in the disabled state, it's not going to show when the project starts.
Should I create a custom state, not called normal, and have that be the default starting state then?