Animations
Motion effects, transitions, and animated UI elements
FadeIn
NewFade an element in on mount or when it enters the viewport.
- โViewport-triggered
- โConfigurable delay/duration
- โY-offset slide-up combined
SlideIn
NewSlide an element in from any direction (up, down, left, right).
- โ4 directions
- โConfigurable distance
- โViewport-triggered
StaggerChildren
NewSequentially animate children with a stagger delay between each.
- โSequential stagger
- โViewport-triggered
- โWorks with any children
ScaleOnHover
NewScale an element up on hover and down slightly on tap/click.
- โHover scale
- โPress scale
- โSpring physics
TextReveal
NewReveal text word-by-word with a clip-path slide animation.
- โWord-by-word reveal
- โClip-path animation
- โViewport-triggered
CountUp
NewAnimate a number from 0 (or any value) up to a target with easing.
- โrequestAnimationFrame
- โViewport-triggered
- โPrefix/suffix
AnimatedList
NewAnimate a list of items in sequentially, with enter/exit transitions.
- โGeneric typing
- โAnimatePresence exits
- โConfigurable direction
ParallaxScroll
NewApply a parallax scroll effect to any element based on scroll position.
- โuseScroll + useTransform
- โElement-scoped scroll range
- โReverse option
Typewriter
NewAnimated typing effect that cycles through an array of words.
- โBlinking cursor
- โConfigurable speeds
- โAuto-loops
FlipWords
NewCycle through words with a 3D flip animation using Framer Motion.
- โ3D rotateX flip
- โAnimatePresence
- โConfigurable timing
InfiniteMarquee
NewInfinite horizontal scrolling ticker with pause-on-hover support.
- โSeamless loop via doubled items
- โFade edge mask
- โPause on hover
SpotlightEffect
NewRadial spotlight that follows cursor movement over a container.
- โMouse tracking
- โRadial gradient
- โConfigurable size & color
AuroraBackground
NewAnimated aurora gradient background with flowing color blobs.
- โ3 animated blobs
- โBlur + opacity
- โSpeed preset
TracingBeam
NewScroll-progress side beam that traces reading position down the page.
- โuseScroll + useTransform
- โGlowing dot
- โGradient fade tail
MorphingText
NewBlur-morph text animation that transitions between words.
- โBlur + scale morph
- โAnimatePresence
- โSmooth crossfade
Confetti
NewCanvas confetti burst triggered by a button click.
- โcanvas-confetti library
- โCustomizable colors
- โRespects reduced motion
BlurReveal
NewReveal content from blur as it enters the viewport.
- โuseInView trigger
- โConfigurable blur & delay
- โOne-shot or repeat
FloatingParticles
NewCanvas-based floating dot particles animation.
- โCanvas 2D
- โBounce off edges
- โResizeObserver responsive
GradientBorder
NewAnimated gradient border wrapper that cycles colors continuously.
- โBackground-position animation
- โCustomizable colors
- โDark cutout interior
WordPullUp
NewWords animate up and fade in staggered when entering the viewport.
- โStaggered by word
- โuseInView trigger
- โOverflow clip per word