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

Review Layout Animation Easing Functions #175

Closed
rozele opened this issue Feb 17, 2016 · 4 comments
Closed

Review Layout Animation Easing Functions #175

rozele opened this issue Feb 17, 2016 · 4 comments

Comments

@rozele
Copy link
Collaborator

rozele commented Feb 17, 2016

Currently, we are using BackEase for easeIn, easeOut and easeInEaseOut. We are using BounceEase for spring.

Double check that these closely match iOS and Android.

@rozele rozele added this to the Core Framework - V1 milestone Feb 17, 2016
@rozele
Copy link
Collaborator Author

rozele commented Feb 17, 2016

Switched BackEase -> QuadraticEase (to match Android's accelerate / decelerate behavior). Still a remaining issue for spring.

@rozele
Copy link
Collaborator Author

rozele commented Mar 11, 2016

We could also use a simple DispatcherTimer that fires 60 times a second to implement a proper spring easing function.

@rozele
Copy link
Collaborator Author

rozele commented Jul 23, 2018

Closing as there have not been reported issues on the use of BounceEase vs. a spring animation.

@rozele rozele closed this as completed Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant