You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my situation, I was able to set my div to the the hover css class (eg pop) and because it implements the :active and :focus selectors, mousedown caused these to fire as well.
So that worked on click... only problem is it only animates as long as you have the mouse down (in my case) - I guess it's only "active" while the mouse is down.
So that's not a great solution, though worked well for me
I'd like to hear any other ideas about how to do this - how to cause the same animation as hover.
How animate on click?
The text was updated successfully, but these errors were encountered: