New issue
Advanced search Search tips

Issue 883989 link

Starred by 1 user

Issue metadata

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

Blocking:
issue 430155



Sign in to add a comment

[animation worklet] Peek composited properties via the main thread lazily

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

Issue description

ATM as long as there is a composited property animating on the compositor, we peek its value via main in every frame. This is not necessary. We should do it upon request, e.g., when getComputedStyle() is called.
 
Blocking: 430155

Sign in to add a comment