UNPKG

framer-motion

Version:

A simple and powerful React animation library

13 lines (10 loc) 239 B
import { createContext } from 'react'; /** * @public */ var MotionConfigContext = createContext({ transformPagePoint: function (p) { return p; }, isStatic: false, reducedMotion: "never", }); export { MotionConfigContext };