Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 836 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 836 Bytes

#WaveRefreshForAndroid 下拉刷新过渡动画,Android版本实现,iOS版本看这里 https://github.com/alienjun/WaveRefresh

Aaron Swartz

Aaron Swartz

##知识点:

1.BezierPath.

2.Canvas绘图及关键的PorterDuffXfermode.通过设置Paint混合模式实现mask效果.

3.Sin相关函数知识.

4.Matrix.

5.Timer/Task

####iOS 实现:https://github.com/alienjun/WaveRefresh

欢迎一起交流技术学习。

微博:AlienJunX

特别感谢:

https://github.com/kevinzhow/Waver 及Kevin 的相关博文

https://github.com/chrisbanes/Android-PullToRefresh