UNPKG

framer-motion

Version:

A simple and powerful React animation library

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