Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/smooth animation #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

maddyb99
Copy link

@maddyb99 maddyb99 commented Jul 26, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bounce effect is delayed
2 participants