UNPKG

framer-motion

Version:

A simple and powerful React animation library

13 lines (10 loc) 486 B
import { __assign } from 'tslib'; import { drag } from '../../motion/features/drag.mjs'; import { layoutFeatures } from '../../motion/features/layout/index.mjs'; import { domAnimation } from './features-animation.mjs'; import { HTMLProjectionNode } from '../../projection/node/HTMLProjectionNode.mjs'; /** * @public */ var domMax = __assign(__assign(__assign(__assign({}, domAnimation), drag), layoutFeatures), { projectionNodeConstructor: HTMLProjectionNode }); export { domMax };