Re: [csswg-drafts] [css-animations] Can't loop animation with multiple keyframes

Do you want it to play a, then loop b indefinitely, or loop a and b both?  That is, do you expect to see:

```
a b b b b b b ...
```

or 

```
a b a b a b a b ...
```

?

> By the way, it's off-topic but the spec disallows this, which actually works - at least in Chrome:

No, that's totally valid.  It says the first animation (a) should play once, and the second animation (b) should loop infinitely.

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

Received on Wednesday, 16 August 2017 17:55:24 UTC