first commit
This commit is contained in:
13
node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs
generated
vendored
Normal file
13
node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use client";
|
||||
import { createContext } from 'react';
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
const MotionConfigContext = createContext({
|
||||
transformPagePoint: (p) => p,
|
||||
isStatic: false,
|
||||
reducedMotion: "never",
|
||||
});
|
||||
|
||||
export { MotionConfigContext };
|
||||
Reference in New Issue
Block a user