动画:适用于iOStvOS和macOS的Swift动画库 源码
anim是一个用Swift编写的动画库,其中考虑了一个简单的声明性API。 // moves box to 100,100 with default settings anim { self . box . frame . origin = CGPoint ( x : 100 , y : 100 ) } // after that, waits 100 ms . wait ( 0.1 ) // moves box to 0,0 after waiting . then { self . box . frame . origin = CGPoint ( x : 0 , y :
文件列表
动画:适用于iOS,tvOS和macOS的Swift动画库
(预估有个256文件)
.gitignore
2KB
jazzy.css
7KB
highlight.css
4KB
jazzy.css
7KB
highlight.css
4KB
animEase.html
58KB
anim.html
37KB
Ease.html
54KB
docSet.dsidx
28KB
animEase.html
58KB
暂无评论