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
Compositor-driven animations run smoothly even when the main thread is blocked. However, main thread processing is required to start an animation, and this fact makes it difficult to guarantee low latency in displaying visual response to input events.
Here's a proposal to provide a declarative syntax for specifying that a given event should start running an animation. The shape of the API is meant to enable implementations to optimistically start running the specified animation without waiting for main thread processing.
progers, noamr, bramus and b1tr0tydaniv and SebastianZ