Commit 5bfe7047 by HoMeTown

feat: 修改历史记录bar的动画

parent e2985b61
......@@ -27,8 +27,8 @@ export const variants = {
scale: 1,
x: 0,
transition: {
type: 'spring',
stiffness: 260,
type: 'tween',
stiffness: 360,
damping: 20,
},
},
......@@ -37,7 +37,7 @@ export const variants = {
scale: 0,
x: '-50%',
transition: {
duration: 0.2,
duration: 0.4,
ease: 'easeOut', // 改为 easeOut
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment