motion-animator-objc icon indicating copy to clipboard operation
motion-animator-objc copied to clipboard

Explore routing implicit animations through CAAction rather than our own internal record keeping

Open jverkoey opened this issue 7 years ago • 0 comments
trafficstars

We may find it beneficial to to implement CAAction so that our animations get routed through the expected action architecture. The challenge is that we need to be able to provide the timing struct to the action implementation and that action implementation needs to be able to create an animation object using the animator's configurations. This may require splitting the animator's animation creation logic out to some standalone method.

Some references:

  • https://stackoverflow.com/questions/10298905/custom-property-animation-with-actionforkey-how-do-i-get-the-new-value-for-the

jverkoey avatar Nov 20 '17 19:11 jverkoey