How To Trigger a Scroll Event in Vue.js With the IntersectionObserver
Animate your pages when an element is visible in the viewport with pure JavaScript
Published in
4 min readFeb 16, 2021
--
In my experience as a frontend developer, one of the things that I often develop are animations on the scrolling of the pages.