-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
delay between iteration #18
Comments
You should be able to set various animation preferences with: Lines 301 to 303 in 34712a3
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 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?
The text was updated successfully, but these errors were encountered: