After introducing animating non-accelerated properties in worklet via the main thread, we are able to keep those properties updated on main during the animation, i.e., getComputedStyle() gives the correct value for the property. However, for accelerated properties, e.g. opacity, we run the animation via the compositor and the updated value doesn’t get synced back.
Comment 1 by yigu@chromium.org
, Sep 7Blocking: 756539