You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: