lotus-ios / lotus

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

Find out difference between types of CAAnimation #5

Closed vkondrashkov closed 5 years ago

vkondrashkov commented 5 years ago

Seems that framework uses CABasicAnimation and CAKeyframeAnimation not properly. Need to investigate difference between them and use them in correct way.

vkondrashkov commented 5 years ago

resolved by #10