flutter_fluid_slider icon indicating copy to clipboard operation
flutter_fluid_slider copied to clipboard

Fix/smooth animation

Open maddyb99 opened this issue 5 years ago • 0 comments

Original Animation (Bounce Out):

Screen Capture__20200727034442

Here, as you can see, the bounce comes in with a delay, which seems a bit jittery or off.

Decelerate

Screen Capture__20200727035627

Here, it pops out, but does not bounce, so it seems smoother than before. I have also reduced the duration of the animation to reduce the apparent time delay between actual drag start and the drag behaviour of the animation.

FastOutSlowIn:

Screen Capture__20200727034555

This is also similar to Decelerate but a bit less like it. Personally, I would prefer decelerate over this any day, but its upto you to choose. I looked up the actual design and found out that Decelerate would come closest to it.

closes: #16

maddyb99 avatar Jul 26 '20 22:07 maddyb99