Allow a unique "hover" state for each "new" state
States are great, BUT, I always thought the idea was that they could be an easy change mechanism for all components, thus it would be nice that for every "new state" that gets added from the menu, each could have its corresponding hover state. Otherwise, a new component has to be created for each one and thus making "new state" only really viable for components that are non-interactive (like status indicators).
Thanks for your feedback. You can actually create hover interactions between states in Prototype Mode; the “hover” is just a shortcut to create your first hover state. I’ve attached an animated GIF that shows you how to do this between any state you want. Hope this helps!
-
Thomas Hale commented
Elaine, that is interesting but I think presumes that there will be two art boards to string together right? In this case I am making a UI kit to share out and have different color variants of a status component that each have a uniquely colored hover state. My dream for a new feature would be to right click on a sub state (one nested below the default) and be able to add a specific hover state unique to it.