Pankaj Wadhwa
Pankaj Wadhwa

Reputation: 3063

Facebook Paper like animation

I am building an application which has a Facebook paper app like animation but i am not able to understand how can i do it.

The only thing i can think about is custom view controller transition but don't know from where to start this particular animation because initially the subview (which can be moved and open based on interaction) is closed.

i have tried to show the Required animation in below images.

enter image description here enter image description here

Help Appreciated..

Upvotes: 0

Views: 663

Answers (2)

Anthony C
Anthony C

Reputation: 1990

I think what you're looking for is the Facebook pop library.

It's "an extensible animation engine for iOS and OS X. In addition to basic static animations, it supports spring and decay dynamic animations, making it useful for building realistic, physics-based interactions."

I believe this is what they used to create the animations on Paper. I recall it being released right after Paper was published.

Upvotes: 1

Anorak
Anorak

Reputation: 3116

Facebook open sourced their framework that they used for such animations.

Have a look at Async Display Kit

Upvotes: 1

Related Questions