In #8857 it was decided to add a new property that controls the transitioning mode for discrete values. There wasn't a decision yet on how to name this property and what values it can take. So this issue is meant to discuss those options. @flackr's [suggestions there](https://github.com/w3c/csswg-drafts/issues/8857#issuecomment-1580890102) were: * `transition-mode` * `transition-type` * `transition-animation-type` * `transition-property-mode` ([initial suggestion](https://github.com/w3c/csswg-drafts/issues/8857#issue-1717746858)) for the name and two values, one for default behavior (anything animatable but not discrete) and one for including discrete transitions. Suggestions for default behavior keywords: * `normal` * `interpolable` Suggestions for keywords that include discrete transitions: * `discrete` * `animatable` Sebastian