usablica / kissui.scrollanim

CSS3 scroll animation library
http://scrollanim.kissui.io/
MIT License
1.42k stars 131 forks source link

Fade in sequence #14

Open wilcovandeijl opened 8 years ago

wilcovandeijl commented 8 years ago

Hi thank you for your awesome project. Is there a way to fade elements in in sequence? like for example:

<div data-kui-anim="fadeIn" data-kui-seq="first">
</div>

<div data-kui-anim="fadeIn" data-kui-seq="second">  
</div>

<div data-kui-anim="fadeIn" data-kui-seq="third"> 
</div>
sanjshah commented 8 years ago

Yes, I would also like this, something like a delay parameter we could add to each anim