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

Added delay option #20

Merged
merged 1 commit into from Jan 5, 2015
Merged

Conversation

braf
Copy link
Contributor

@braf braf commented Jun 7, 2014

Allows you to tune your animation timings or create simple cascading animations. A typical example of how you could use this is below.

$('h1,h2,h3,li,p', '#home').css('opacity', 0).each(function(i) {
    $(this).animo({ animation: "fadeInLeft", duration: 0.3, keep: true, delay: i*0.1 });
});

@gpbl
Copy link

gpbl commented Jun 14, 2014

👍 Nice thanks!

ThrivingKings added a commit that referenced this pull request Jan 5, 2015
@ThrivingKings ThrivingKings merged commit d6c3c93 into ThrivingKings:master Jan 5, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants