DEV Community

Discussion on: Scroll animation in Javascript using IntersectionObserver

Collapse
 
aarmstrongplott profile image
Ashley Armstrong

I’ve used intersection observer a couple of times instead of something like AOS and love it!

Collapse
 
keefdrive profile image
Keerthi

I find that you have more control and better customisation options when using IntersectionObserver rather than using a library.