motion icon indicating copy to clipboard operation
motion copied to clipboard

Disable bounce (spring) on default presets?

Open butaminas opened this issue 1 year ago • 3 comments

Hi,

Thank you for creating and maintaining this library!

I'm using this library on vue 3 and noticed that if I use default presets in any way, (e.g. v-motion-slide-visible-bottom or <Motion preset="slideVisibleBottom">) it will automatically add spring effect (bouncing at the end of the animation).

However, once I add a custom duration value (e.g. :duration="300"), the spring effect disappears.

Any way to globally disable the spring effect on default presets?

Thank you.

butaminas avatar Jul 15 '24 16:07 butaminas

+1

Matoseb avatar Aug 11 '24 16:08 Matoseb

Would also like the ability to disable the spring effect on default presets.

tomsdob avatar Oct 02 '24 07:10 tomsdob

I got the same problem, but worse: duration property not working (whatever I set it still seems to be 0.3s), but it truly disabled the spring effect.

CKylinMC avatar Nov 13 '24 09:11 CKylinMC