agens-no / Anymotion

one unified API for animating UIKit, CoreAnimation, POP and your library of choice.
Other
33 stars 9 forks source link

ANYCAKeyframe values in swift assumed to not work properly #17

Open hfossli opened 7 years ago

hfossli commented 7 years ago

I assume this won't play nicely

let caKeyframe = ANYCAKeyframe(#keyPath(CALayer.opacity)).values([0, 0.5, 1]).animation(for: view.layer)