animate-css / animate.css

🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
https://animate.style/
Other
80.14k stars 16.24k forks source link

Animate only if i hit a specific section #1667

Closed innocentrixphilippines closed 1 year ago

innocentrixphilippines commented 1 year ago

Is your feature request related to a problem? Please describe.

Animate only if i hit a specific section

Describe the solution you'd like.

Animate only if i hit a specific section

Describe alternatives you've considered.

Animate only if i hit a specific section

Additional Context

No response

emilsrits commented 1 year ago

You can already do it easily with IntersectionObserver or checking element offsetTop and window page offset...

eltonmesquita commented 1 year ago

animate.css won't provide js features in its core library. Closing it