-
Notifications
You must be signed in to change notification settings - Fork 174
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 set repeat to infinity? #43
Comments
It has to stop somewhere currently set to 9999 max limit. But why |
I have a wave (as in water) animation on a page which for me doesn't need a limit, but Thanks for the response. |
I am actually updating my site from GSAP to kute.js and I have a very similar requirement to yours. Here is what I did to achieve infinity:
|
No worry men, I initially set a number like 99999 hoping to solve some recursion, but I found the problem, it was something 1.5 series introduced in the plugins and KUTE.js 1.6 series reintroduces |
For me works next:
|
repeat: 20 option allows you to run the animation of given tween multiple times. The default value is 0.
Doesn't talk about it, should I just set it to
999999999999
?http://thednp.github.io/kute.js/options.html
The text was updated successfully, but these errors were encountered: