diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-24 10:05:06 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-24 10:05:06 +0700 |
| commit | 047aacc646c86b316c4d42fb720cbc841426df27 (patch) | |
| tree | c9669477426181d80c6be63e903c16672cbc158b /src/core | |
| parent | c6b0402fb0ba7d56b1e060d36e98d934661d43d4 (diff) | |
fix
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/components/layouts/AnimationLayout.jsx | 2 |
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 ( |
