Anima:Anima是Swift5的可链接的基于图层的动画库 源码
阿尼玛 Anima是Swift5的可链接的基于图层的动画库。 它支持使序列动画和分组动画更容易。 编写如下。 let startAnimations: [AnimaType] = [. moveByY ( -50 ), . rotateByZDegree ( 90 )] let moveAnimations: [AnimaType] = [. moveByX ( 50 ), . rotateByZDegree ( 90 )] let endAnimations: [AnimaType] = [. moveByY ( -50 ), . rotateByZDegree ( 90 )] animaView. layer . anima . then (. opacity ( 1.0 )) . then ( group : startAnimations) . then
文件列表
Anima-master.zip
(预估有个64文件)
Anima-master
.travis.yml
118B
Anima.framework.zip
1.31MB
.swift-version
4B
img
eyecatch.gif
1.12MB
eyecatch.png
142KB
sample_group.gif
81KB
sample_move.gif
29KB
sample_rotate.gif
123KB
暂无评论