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

setInterval(function() to repeat animation #2

Open
sanushen opened this issue Feb 13, 2019 · 0 comments
Open

setInterval(function() to repeat animation #2

sanushen opened this issue Feb 13, 2019 · 0 comments

Comments

@sanushen
Copy link

Is there a way to achieve this animation from magic.css?

//If you want to load the animation after certain time but with infinite loop, you can use this example:
//set timer to 3 seconds, after that, load the magic animation and repeat forever
setInterval(function(){
$('.yourdiv').toggleClass('magictime puffIn');
}, 3000 );

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

1 participant