facebook-pop-sample icon indicating copy to clipboard operation
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/

动画