Reputation: 3063
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.
Help Appreciated..
Upvotes: 0
Views: 663
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
Reputation: 3116
Facebook open sourced their framework that they used for such animations.
Have a look at Async Display Kit
Upvotes: 1