Sha256: bd9c2b2431c3f76ed7708f852ea70aaa6dffa634eafdd2001305cc32d8066bbb
Contents?: true
Size: 401 Bytes
Versions: 24
Compression:
Stored size: 401 Bytes
Contents
@-moz-keyframes test { 0%, 100% { background-color: red; } 50% { background-color: blue; } } @-webkit-keyframes test { 0%, 100% { background-color: red; } 50% { background-color: blue; } } @keyframes test { 0%, 100% { background-color: red; } 50% { background-color: blue; } } .animation { -moz-animation: test; -webkit-animation: test; animation: test; }
Version data entries
24 entries across 24 versions & 2 rubygems