Re: JavaScript-Driven Accelerated Animations

On Wed, Oct 2, 2013 at 3:38 PM, Robert O'Callahan <robert@ocallahan.org> wrote:
> On Wed, Oct 2, 2013 at 6:29 PM, Ian Vollick <vollick@chromium.org> wrote:
>> No, the compositor should never block. All interactions between the proxy
>> on the worker and the compositor thread will need to be asynchronous.
>
> OK, so the quality of animations produced by this approach will be better
> than animations produced by main-thread JS but worse than animations
> performed by the compositor directly.

Precisely correct.

~TJ

Received on Wednesday, 2 October 2013 22:40:20 UTC