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

Improved Docs: Update README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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")

<kbd>
<img src="https://media.giphy.com/media/xT39Dn9zedyTuFjuzm/giphy.gif" data-canonical-src="https://media.giphy.com/media/xT39Dn9zedyTuFjuzm/giphy.gif "Spring animation""/>
</kbd>

## Fling Animation
![alt text](https://media.giphy.com/media/l41JWvM5IDJQND7jO/giphy.gif "Fling animation")
<kbd>
<img src="https://media.giphy.com/media/l41JWvM5IDJQND7jO/giphy.gif" data-canonical-src="https://media.giphy.com/media/l41JWvM5IDJQND7jO/giphy.gif"/>
</kbd>


## Chain spring animation
![alt text](https://media.giphy.com/media/l41JMyczEqmDjEHAc/giphy.gif "Chain animation")
<kbd>
<img src="https://media.giphy.com/media/l41JMyczEqmDjEHAc/giphy.gif" data-canonical-src="https://media.giphy.com/media/l41JMyczEqmDjEHAc/giphy.gif"/>
</kbd>

<hr>

## LICENSE

Expand Down