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

Alternative naming, which I think is maybe a bit more clear?

```
transition-discrete: auto | all | none
```

where

- **all** allows discrete values to animate for all properties
- **auto** allows discrete animation only for properties which only have discrete values (to avoid the compat issue)
- **none** disables transitions for discrete values

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


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

Received on Wednesday, 7 June 2023 23:07:23 UTC