You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: