Animate On Scroll
Package: @tesserix/web
Import
import { AnimateOnScroll, StaggerContainer, StaggerItem } from '@tesserix/web'Source
- Component:
packages/web/src/components/animate-on-scroll/animate-on-scroll.tsx - Story:
packages/web/src/components/animate-on-scroll/animate-on-scroll.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { AnimateOnScroll } from '@tesserix/web'
export function DemoAnimateOnScroll() {
return <AnimateOnScroll />
}