suguru / Cheetah

Easy animation library on iOS with Swift2
MIT License
589 stars 47 forks source link

Keep transform matrix after finishing CheetahProperty #1

Closed suguru closed 9 years ago

suguru commented 9 years ago

Transform properties are calculated every frame. Currently, CheetahProperty disposed when finished its duration. It causes resetting transformed variables during animating multiple properties which has different durations. Cheetah should keep transform matrix after finished when matrix does not equal to identity matrix.