Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How animate on click #92

Closed
cubiczx opened this issue May 10, 2016 · 2 comments
Closed

How animate on click #92

cubiczx opened this issue May 10, 2016 · 2 comments

Comments

@cubiczx
Copy link

cubiczx commented May 10, 2016

How animate on click?

@PandaWood
Copy link

PandaWood commented Jul 30, 2016

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.

@IanLunn
Copy link
Owner

IanLunn commented Oct 21, 2016

See duplicate #63

@IanLunn IanLunn closed this as completed Oct 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants