I assume this won't play nicely ``` let caKeyframe = ANYCAKeyframe(#keyPath(CALayer.opacity)).values([0, 0.5, 1]).animation(for: view.layer) ```
I assume this won't play nicely