[css-transitions] The effect of transition-behavior
also depends on the values attempting transition, not just the properties
#11612
Labels
https://drafts.csswg.org/css-transitions-2/#transition-behavior-property
But
transition-behavior
doesn't just affect properties with a discrete animation type. The effect depends on the values that attempt transition.For example,
width
has a "by computed value" animation type, but some values aren't interpolable so they fall back to discrete. Thentransition-behavior
comes into play:Gecko, Blink and Webkit produce
Given the text in the spec, since
width
is not a discrete property, it may seem that a transition would start even withtransition-behavior: normal
. But it's not the case for the values used above.The text was updated successfully, but these errors were encountered: