facebook-pop-sample
facebook-pop-sample copied to clipboard
Facebook Pop Samples
此项目主要是基于Facebook Pop实现的一些动画的案例。运行之前请先安装Pods
pod install
Basic Animation

Spring Animation

Decay Animation
这里滑动的并不是一个UIScrollView 而是一个完全基于UIView的实现,
参考自https://github.com/rounak/CustomScrollView/tree/custom-scroll-with-pop,这里加入了滑动超过contentSize然后恢复的逻辑,使得更像UIScrollView。

Interactive Animation
参考自 http://codeplease.io/playing-with-pop-ii/
