Animated on Scroll /w Nuxt

Tutorials Learn how to use the AOS scrolling animation library with Nuxt

Matt Jones shares how to use the Animate on Scroll vanilla JS library with Nuxt. He creates a plugin that imports the code and initializes the library globally.

AOS is an easy to setup library for animating elements as the scroll in and out of your page's view. It uses CSS classes for animation instead of inline styles and is smaller than other libraries like WOW.js.

Tag

animationscrolllibrarypluginUI
Last updated