Skip to content

Added delay option#20

Merged
ThrivingKings merged 1 commit into
ThrivingKings:masterfrom
braf:delay-option
Jan 5, 2015
Merged

Added delay option#20
ThrivingKings merged 1 commit into
ThrivingKings:masterfrom
braf:delay-option

Conversation

@braf

@braf braf commented Jun 7, 2014

Copy link
Copy Markdown
Contributor

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

gpbl commented Jun 14, 2014

Copy link
Copy Markdown

👍 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.

3 participants