Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
div {
animation: 1s -2s infinite keyframes;
}
@keyframes keyframes {
0% { border-left-color: red; }
}
</style>
<div></div>