UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

17 lines (14 loc) 336 B
"use client"; import { drag } from '../../motion/features/drag.mjs'; import { layout } from '../../motion/features/layout.mjs'; import { domAnimation } from './features-animation.mjs'; /** * @public */ const domMax = { ...domAnimation, ...drag, ...layout, }; export { domMax }; //# sourceMappingURL=features-max.mjs.map