#wheres the list of all animatable css properties?

3 messages · Page 1 of 1 (latest)

rare zinc
#

I'm looking for the mdn webpage that just has a list of all animatable css properties with examples, I was pretty sure it was this: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties. but i guess they changed it. You guys know where it is?

looks like this picture

MDN Web Docs

CSS Animations and Transitions rely on the concept of animatable properties, and all CSS properties are animatable unless otherwise specified. Each property's animation type determines how values combine - interpolate, add, or accumulate - for this property. Transitions only involve interpolation, whereas animations may use all three combination...

tawdry wyvern
#

@rare zinc https://www.w3schools.com/cssref/css_animatable.php Here's the list of "animatable" css properties

rare zinc
#

ty