AnimateOnScroll is used to apply animations to elements when entering or leaving the viewport during scrolling.
import { AnimateOnScrollModule } from 'primeng/animateonscroll';Animation classes are defined with the enterClass and leaveClass properties. This example utilizes tailwindcss-primeui plugin animations however any valid CSS animation is supported.
AnimateOnScroll does not require any roles and attributes.
Component does not include any interactive elements.