FoundryKit

API

Public exports from @foundrykit/animation.

API

import { AnimatePresence, FadeIn, Scale, SlideUp, Stagger, StaggerItem, motion } from '@foundrykit/animation';

Export Notes

  • FadeIn, SlideUp, Scale, Stagger, and StaggerItem are the package-owned motion components.
  • motion and AnimatePresence are 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.

On this page