user3916770
user3916770

Reputation: 29

How to make android animation like that in Jelly

I really like the card draging animation in Jelly http://jelly.co/ or similar animation in http://www.sobrr.me/

Which contains a single card view, when you "throw" the card, next card is coming into the view.

Could anyone give me some idea about how to make an Android animation similar to those? Many Thanks

Upvotes: 0

Views: 957

Answers (1)

Alok Nair
Alok Nair

Reputation: 4004

You can implement such a feature by following this link. It is a library to implement such animations, also known famously as Tinder Like Animations ...

https://github.com/kikoso/Swipeable-Cards

http://grishma102.blogspot.ca/2014/04/tinder-app-like-control-with-animation.html

Hope this helps :)

Upvotes: 3

Related Questions