-
Notifications
You must be signed in to change notification settings - Fork 861
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
cannot repeat animation #129
Comments
I was also wondering if there is a way to specify animation-iteration-count through this plugin. I want to use an infinite iteration, and then stop it when I specify. Thanks, awesome work. |
did you try using your animation in a loop? |
I want to stick with native CSS functionality. |
Im not super familiar with the plugin. You would have to open your own |
I'm having the same problem, the animation will only work one time. |
I too have an issue getting a simple click-then-animate working more than once. My function is getting called (tested with console.log) but the image won't animate after the first time. Any help? My code:
Update |
You could wrap the animation code in an interval/timeout loop? Bind clearInterval to whatever action you desire. |
or use relative values:
should keep adding to the current css rotate value per click but still number will keep rising exponentially without a reset somewhere. You could use an if statement when it hits a specific value and reset it back to 0...for example if you wanted a full rotation with infinite looping maybe this would work?
|
I cannot get my animation to repeat itself more then just once.
This is my jQuery:
The text was updated successfully, but these errors were encountered: