1. 首页
  2. 数据库
  3. 其它
  4. Anima:Anima是Swift5的可链接的基于图层的动画库 源码

Anima:Anima是Swift5的可链接的基于图层的动画库 源码

上传者: 2021-04-27 09:20:53上传 ZIP文件 3.25MB 热度 12次
阿尼玛 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
用户评论