New issue
Advanced search Search tips

Issue 883312 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task

Blocking:
issue 430155



Sign in to add a comment

[animation worklet] cancel() logic should be consistent with web animations

Project Member Reported by yigu@chromium.org, Sep 12

Issue description

For a regular animation, upon cancel() we update its state right away and update its value in the next frame.
For worklet animation, upon cancel() we immediately detach it from the element and update its value.
We should match the logic with the one in web animations.
 
Blocking: 430155

Sign in to add a comment