You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
animation-name: a, b;
animation-iteration-count: 1, 1;
which will play a then b then stop. But there is no way to make it play a then b then loop infinitely. This seems like a pretty common thing to want to do.
As a solution I suggest allowing something like this:
animation-name: a, b;
animation-iteration-count: 1, 1, repeat;
By the way, it's off-topic but the spec disallows this, which actually works - at least in Chrome: