Re: [csswg-drafts] [css-transitions-2] Put discrete transitions behind new syntax for compatibility (#8857)

Reminder that there is a proposed resolution here: https://github.com/w3c/csswg-drafts/issues/8857#issuecomment-1608287805
And a vote on the property name here: https://github.com/w3c/csswg-drafts/issues/8857#issuecomment-1591335579 (which also has some different ideas for value names)

We would also like to include this new value in the transition shorthand so you can write something like this:
```css
transition: animatable display 2s, color 3s;
```
which would be the same as:
```css
transition-property: display, color;
transition-animation-type: animatable, normal;
transition-duration: 2s, 3s;
```

I am hoping this will be discussed at the F2F next week if not at the meeting this wednesday.

-- 
GitHub Notification of comment by josepharhar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8857#issuecomment-1629501707 using your GitHub account


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

Received on Monday, 10 July 2023 18:41:15 UTC