[csswg-drafts] [css-transitions-2] Naming transition mode property and values (#8939)

SebastianZ has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-transitions-2] Naming transition mode property and values ==
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

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8939 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 8 June 2023 21:47:49 UTC