Swift写的高可读、链式代码风格动画框架库。
示例一:
view.animation.makeBackground(purple).rotate(360).moveX(250).animate(1.5)
示例二:
view.animation.moveWidth(50).bounce.makeBackground(green) .easeIn.anchorTopLeft .thenAfter(0.8).rotate(95).easeBack.wait(0.2) .thenAfter(0.5).moveY(300).easeIn.makeOpacity(0.0).animate(0.4)