Skip to content

Files

Latest commit

d498e25 · Apr 26, 2017

History

History
11 lines (6 loc) · 530 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 530 Bytes

sample project to see what Android's new Physics based animation api can do

https://developer.android.com/guide/topics/graphics/physics-based-animation.html

The first example creates a bounce effect based on how long the button was clicked. The longer the click, the more pressure is applied to the bounce.

Video Walkthrough

The second example allows you to adjust the damp ratio and stiffness of the animation so you can see how the values affect the final outcome.

Video Walkthrough 2