ANIMATION > ANIMATABLE PROPERTIES

CSS Variables

Animate CSS variables directly.

CSS Var example
JavaScript
const $ = animal; $('.box').animate({ '--box-width': '200px', duration: 1000, easing: 'ease-in-out' });