// live demo
Paint Worklet
The entire background behind this text is drawn by CSS itself. ACSS.paintWorklet module registers aregisterPaint('flow') class that traces a flow-field through procedural noise. Three animatable custom properties — declared with @property and animated by a CSS keyframe — repaint the worklet every frame. No <canvas>, norequestAnimationFrame, no JS render loop.
- CSS Houdini
- CSS Paint API
- @property
- Worklet (plain JS)
Heads up: your browser doesn’t support the CSS Paint API (Houdini), so you’re seeing a layered-gradient fallback instead of the live flow-field. The worklet runs in Chromium-based browsers (Chrome, Edge, Arc, Opera).