We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want loop play a animation, how to do it? thanks
The text was updated successfully, but these errors were encountered:
function loopTransition() { move('#box1').set("transform", "translate3d(80px,20px,0)").duration(2000).end(function() { move('#box1').set("transform", "").duration(1000).end(function() { loopTransition(); }); }); } loopTransition();
Maybe it's not the best way to do it,but it's also a way
Sorry, something went wrong.
No branches or pull requests
I want loop play a animation, how to do it? thanks
The text was updated successfully, but these errors were encountered: