UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

15 lines (12 loc) 286 B
"use client"; import { createContext } from 'react'; /** * @public */ const MotionConfigContext = createContext({ transformPagePoint: (p) => p, isStatic: false, reducedMotion: "never", }); export { MotionConfigContext }; //# sourceMappingURL=MotionConfigContext.mjs.map