lotus-ios / lotus

A Swift animation DSL for animating layers with help of CoreAnimation
MIT License
15 stars 2 forks source link

Change model on animation completion #15

Closed vkondrashkov closed 5 years ago

vkondrashkov commented 5 years ago

To make animation sequences to feel like sequences we need to make it possible to start animation from value of previous animation, for example: motion, rotation and etc.

Now none of properties is updated after animation.

Also this issue is blocked by #14