0%

api

Animation presets

50+ built-in presets for Animate, FadeIn, StaggerGroup, RevealOnScroll, and data-animate.

Usage

<Animate preset="clipRevealUp" variant="dramatic" trigger="view">
  <Card />
</Animate>

<StaggerGroup preset="staggerElastic" gap={0.12}>
  {items.map((item) => <Card key={item.id} />)}
</StaggerGroup>

Props

PropTypeDefaultDescription
entrancestring[]fadeIn, popIn, clipRevealUp, elasticUp, spinIn, maskCircleIn, …
scrollstring[]scrollReveal, scrollRevealBlur, scrollFlip, scrollZoomOut, …
staggerstring[]staggerFade, staggerBlur, staggerElastic, …
interactionstring[]hoverLift, hoverScale, pulse, …