Optional ReadonlyanimateEnter-lifecycle animation options (no exit).
Optional ReadonlycontainerOptional custom container element. If not provided, defaults to a div
with display: contents.
Optional ReadonlyintroRe-animate this element's SSR/SSG-rendered content on hydration. See EachConfig.intro for the full contract and FOUC caveat.
Configuration for
animated— a mount-once wrapper for a single element that applies enter animations on mount (or on hydration whenintrois set) and can be sequenced across siblings viaanimate.group.Only supports enter-related animation options because the element is never removed; the type surface makes that explicit via EnterOnlyAnimationOptions. Group membership lives inside
animate.group(same shape aseach/when/match) so a pure-CSS element that only wants to sequence writes{ animate: { group: g0 } }.