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
API Specification: The animation API should be generic enough to be usable between the web and native versions. It should not be coupled to SVG or web idioms.
Impact to Rendering: How will animations be executed? When a data change operation occurs in the new rendering pipeline, how will we fire off animations?
Cancellation/Interrupts: Will we, and how will we support cancelable or re-targetable animations? Can an animation go to a new target midstream to avoid jank?
The text was updated successfully, but these errors were encountered:
API Specification: The animation API should be generic enough to be usable between the web and native versions. It should not be coupled to SVG or web idioms.
Impact to Rendering: How will animations be executed? When a data change operation occurs in the new rendering pipeline, how will we fire off animations?
Cancellation/Interrupts: Will we, and how will we support cancelable or re-targetable animations? Can an animation go to a new target midstream to avoid jank?
The text was updated successfully, but these errors were encountered: