summaryrefslogtreecommitdiff
path: root/src/core/components/layouts/AnimationLayout.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/components/layouts/AnimationLayout.jsx')
-rw-r--r--src/core/components/layouts/AnimationLayout.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/layouts/AnimationLayout.jsx b/src/core/components/layouts/AnimationLayout.jsx
index 357187b2..c4dee606 100644
--- a/src/core/components/layouts/AnimationLayout.jsx
+++ b/src/core/components/layouts/AnimationLayout.jsx
@@ -3,7 +3,7 @@ import { motion } from 'framer-motion'
const AnimationLayout = ({ children, ...props }) => {
const transition = {
ease: 'easeIn',
- duration: 0.3
+ duration: 0.2
}
return (