FRAMER FORGE
OVERRIDE
O/096//Animation

Stagger Reveal

Reveal children one at a time with configurable stagger. Drop it on any container.

staggerrevealintroanimation
By Kaiborg · Verified author
D/01//Description
Wraps a Framer container and reveals its direct children sequentially with a configurable stagger interval. Pairs well with text rows, grid items, or list elements that need to feel intentional on first paint. Once visible, children stay rendered — no re-trigger on subsequent scrolls (use Scroll Fade Hero for scroll-tied animations instead).
P/02//Source preview · locked
import type { ComponentType } from "react"
import { motion } from "framer-motion"
import { Children } from "react"

export function withStagger(Component): ComponentType {
  return (props) => (

// … purchase to unlock the full source
Source locked