Closed nurbol-sarsenbayev closed 6 years ago
You should be able to set various animation preferences with:
https://github.com/graingert/WOW/blob/34712a3deadd7ba24633aa8cf5a97675a1c4b56f/src/WOW.js#L301-L303
Have you tried https://michalsnik.github.io/aos/ instead?
@nurbol-sarsenbayev looks like it can't be done, you have to configure your own animation with keyframes: https://css-tricks.com/css-keyframe-animation-delay-iterations/
I am using wow.js and animate.css in my project. Can I use own animation with wow.js?
I am using wow.js and animate.css in my project.
I know - have you tried AOS instead?
Thank you! I created own animation using keyframes like here https://css-tricks.com/css-keyframe-animation-delay-iterations.
Hi! How can I set delay time between each iteration?