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

> I want `a b a b a b a b...`

In that case, you'll just have to merge the two `@keyframes` into one. There's no way to make separate animations follow each other like that.  (At least, so far - the concept of animation groups should be going into the next level of Web Animations, and from there will likely percolate back into the CSS syntax.)

>  (# is an unusual syntax for 'one or more'!)

That's why it's linked to its definition. ^_^

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

Received on Thursday, 17 August 2017 18:08:26 UTC