Slide 4
Slide 4 text
Typed Object Model
Enables the browser to understand CSS
and typed Javascript objects instead of
strings, enabling faster parse times and
more semantic manipulation.
01
Paint and Values API
Enables developers to define advanced
CSS cutom properties with syntax (type
checking), default values, and
inheritance.
02
Paint Worklet
Enables developers to define
canvas-like custom painting functions
that can be used directly in CSS as
backgrounds, borders, masks, and
more.
03
Animation Worklet
Enables animations to hook into the
GPU to avoid jank and not clog the
main thread. The Animation Worklet
also enables scoll-linked animations.
04