Commit 38fc0039 authored by Chunchi Che's avatar Chunchi Che

add duration to spring config in moveToGround

parent 8cf21181
Pipeline #23609 passed with stages
in 16 minutes and 10 seconds
...@@ -121,6 +121,7 @@ export const moveToGround: MoveFunc = async (props) => { ...@@ -121,6 +121,7 @@ export const moveToGround: MoveFunc = async (props) => {
zIndex: is_overlay ? 1 : 3, zIndex: is_overlay ? 1 : 3,
config: { config: {
easing: easings.easeInQuad, easing: easings.easeInQuad,
duration: 200,
clamp: true, clamp: true,
}, },
}); });
......
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