Re: [csswg-drafts] [scroll-animations-1] `scroll-timeline` and `view-timeline` shorthand syntax (#7627)

After reading [this thread](https://lists.w3.org/Archives/Public/www-style/2012Sep/0393.html), I wonder if `none` could not be further restricted to be used alone in `transition` and `view-timeline`.

> First, animation-name: none is basically a special value for
disabling an animation or set of animations; there's really no
reason to use it with a list, only on its own, since when
animation-name is none all the other properties are irrelevant.

Would there be a reason to use `transition: none 1s;` or `view-timeline: none inline`?

`animation: none 1s` would still have to be valid because `none` must be assigned to `animation-fill-mode`.

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


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

Received on Monday, 17 October 2022 12:04:26 UTC