- From: Bramus! via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Aug 2022 08:26:19 +0000
- To: public-css-archive@w3.org
Hmm, if one the positions (`start` / `end`) would be optional, I’d rather make the `end` one optional. Like so:
```css
@keyframes composed {
0% fadeInDown;
45% flip;
55% fadeOutDown;
}
```
Not too sure if any of these should be optional though, as the code above could be interpreted as “run `fadeInDown` from 0% to the end”.
--
GitHub Notification of comment by bramus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7574#issuecomment-1207820781 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 8 August 2022 08:26:20 UTC