API
Public exports from @foundrykit/animation.
API
import { AnimatePresence, FadeIn, Scale, SlideUp, Stagger, StaggerItem, motion } from '@foundrykit/animation';Export Notes
FadeIn,SlideUp,Scale,Stagger, andStaggerItemare the package-owned motion components.motionandAnimatePresenceare re-exported directly so consuming apps can stay on one import path for simple motion work.- No additional hook or preset API is exported from the current top-level entrypoint.