From b116d9e3ae5180711182d83dd9cbe21d966acc20 Mon Sep 17 00:00:00 2001 From: Prateek Ralhan Date: Thu, 1 Oct 2020 16:33:07 +0530 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9109d47..b27b97c 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,26 @@ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/sagar-viradiya/AndroidPhysicsAnimation/blob/master/LICENSE) [![Kotlin Weekly](https://img.shields.io/badge/Kotlin%20Weekly-%2363-blue.svg)](https://mailchi.mp/kotlinweekly/kotlin-weekly-63?e=c1747840c3) -# Android physics based animation +# Android physics based animation :sparkles: Sample app demonstrating android physics based animation. Covers Spring animation, Fling animation and Chain spring animation. For more information head over to my [medium article.](https://android.jlelse.eu/android-physics-based-animation-cf0cc125830f) ## Spring Animation -![alt text](https://media.giphy.com/media/xT39Dn9zedyTuFjuzm/giphy.gif "Spring animation") - + + + ## Fling Animation -![alt text](https://media.giphy.com/media/l41JWvM5IDJQND7jO/giphy.gif "Fling animation") + + + ## Chain spring animation -![alt text](https://media.giphy.com/media/l41JMyczEqmDjEHAc/giphy.gif "Chain animation") + + + +
## LICENSE