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

It doesn't work like that. In the code given (`a` with an iteration of `1`, `b` with an iteration of `infinite`), the iterations look like `a+b b b b b b ...`. That is, `a` and `b` play at the same time at first, but `a` stop when it's done, while `b` continues repeating.

Again, hooking up keyframes to go in series isn't something that can be done right now (except thru minor hacks, like setting the `animation-delay` on one to equal the duration of another).

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

Received on Monday, 21 August 2017 18:38:30 UTC