-
Notifications
You must be signed in to change notification settings - Fork 172
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 to use Animation Classes #37
Comments
$('#element').addClass('wiggle'); I think we can add a method to do this for you, and also give you a callback that fires when the animation is finished, so it can do cleanup work and such. As for the modifier classes ( |
See: #40 |
Adding the method would be great. i tried Required css is there:
|
Oh, that's a bug with the framework; the CSS output isn't quite right. I'm going to get a patch out today if possible that addresses it. |
OK... thanks a bunch! |
I downloaded now the motion UI using bower, but still not working. even a simple .wiggle class. I think we need to specify the animation duration property to make it work.
|
@jurerick, i have the same issue still. |
@ochorocho , I got it working by adding animation duration to the element class
OR Example:
|
@jurerick thanks... works now! |
I added a note to the docs that |
Hey,
i'm trying to use Animation Classes. But i can't make it work.
I tried to add classes like "shake" or "wiggle" to animate an element which did nothing.
Even using JS did not work:
Don't know if i got it right but i thought i can simply animate any element by adding a class.
How do i use Animation Classes in the right manner?
The text was updated successfully, but these errors were encountered: