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