UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

14 lines (11 loc) 285 B
import { AnimationFeature } from './animation/index.mjs'; import { ExitAnimationFeature } from './animation/exit.mjs'; const animations = { animation: { Feature: AnimationFeature, }, exit: { Feature: ExitAnimationFeature, }, }; export { animations };