FoundryKit

Animation

Reusable motion components exported by @foundrykit/animation.

Animation

@foundrykit/animation is a small public surface built around Framer Motion. It exports a handful of FoundryKit motion components plus direct re-exports of motion and AnimatePresence.

Install

pnpm add @foundrykit/animation

Public Surface

  • FadeIn
  • SlideUp
  • Scale
  • Stagger and StaggerItem
  • motion and AnimatePresence from framer-motion

If you need a larger animation utility layer than that, build it in your app or on top of the Framer Motion exports directly.

On this page