Re: [csswg-drafts] [css-animations-2] Composed Animations with existing keyframes (#7574)

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