How to control the animation to start only when the element comes into view #1586
weilun0510
started this conversation in
General
Replies: 2 comments 2 replies
-
You can do it by using JS, creating a function in JS that listens to an event if the element is visible, and then adding the animation classes to the element to animate it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
wow.js can help you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to control the animation to start only when the element comes into view
Beta Was this translation helpful? Give feedback.
All reactions