Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 953 Bytes

File metadata and controls

18 lines (13 loc) · 953 Bytes

Implementation Status

Chrome

This is a rough sketch of how Chrome plans to deliver Animation Worklet features:

  1. Animation Worktlet Prototype (done): scripted custom animation, single effect, only fast properties, off-thread.
  2. Animation Worktlet Origin Trial (in progress, signup): good performance, scroll input (ScrollTimeline), basic web-animation controls (play/cancel).
  3. Animation Worktlet MVP (in development): animate all properties (slow path ones running in sync with main thread), multiple effects (i.e., GroupEffect), full web-animation integration.
  4. Animation Worktlet V2 (future): touch/gesture input, multiple inputs in single animation, sophisticated scheduling, other outputs.