Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

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

Open
jverkoey opened this issue Nov 20, 2017 · 0 comments

Comments

@jverkoey
Copy link
Contributor

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:

@jverkoey jverkoey changed the title Explore supporting implicit animations by implementing CAAction Explore routing implicit animations through CAAction rather than our own internal record keeping Nov 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant