Questions tagged [animate-on-scroll]
26 questions
5
votes
0 answers
Get the element that triggered AOS custom event
I have several elements that trigger a custom event when they are inview (entered the viewport) with the latest Animate On Scroll library (https://github.com/michalsnik/aos).
https://codepen.io/anon/pen/vMGQEb
HTML:

sdvnksv
- 9,350
- 18
- 56
- 108
4
votes
0 answers
AOS Library not working except for on refresh
I am building a website in which a div needs to slide in from the left to the right when it is scrolled into view. I am using the AOS library to animate it, but it is not working unless I scroll the element into view, and then refresh the…

Riley Wilton
- 53
- 6
3
votes
2 answers
Navbar goes out when I add animate on scroll feature
I am trying to implement animate on scroll in my site here using AOS
HTML