Open wilcovandeijl opened 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>
Yes, I would also like this, something like a delay parameter we could add to each anim
Hi thank you for your awesome project. Is there a way to fade elements in in sequence? like for example: