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...