Open yisibl opened 9 years ago
input:
.foo { animation: foo 1s 2s infinite linear alternate both paused; }
Will out:
.foo { animation: foo 1s 2s infinite linear alternate both; animation-play-state: paused; }
input:
Will out: