Android Question [Wish for Wrap] Android Easing Functions

fredo

Well-Known Member
Licensed User
Longtime User
It's a library to animate views in Android but with very "natural" behavior: https://github.com/daimajia/AnimationEasingFunctions

I was wondering if @DonManfred or @Johan Schoeman could have a look at this.

Information from the Readme file:
This project is originally from my another project, AndroidViewAnimation, which is an animation collection, to help you make animation easier.

While, I was still unsatisfied with the animation effect.

So, I started to explore how to make it more and more real.

I found the Easing Functions made by Robert Penne, then, I implemented Easing Functions and make a lovely demo.

All animation effects are testable online here: http://easings.net/en
 
Last edited:
Top