Sha256: ac22ad1206d001eeb85392b6f1268e7b441ca47a7b696bf8421b3baa35d1c3c3
Contents?: true
Size: 544 Bytes
Versions: 6
Compression:
Stored size: 544 Bytes
Contents
@-moz-keyframes something { 0%, 50%, 100% { background: #fff; } 100% { background: #000; } } @-webkit-keyframes something { 0%, 50%, 100% { background: #fff; } 100% { background: #000; } } @-o-keyframes something { 0%, 50%, 100% { background: #fff; } 100% { background: #000; } } @-ms-keyframes something { 0%, 50%, 100% { background: #fff; } 100% { background: #000; } } @keyframes something { 0%, 50%, 100% { background: #fff; } 100% { background: #000; } }
Version data entries
6 entries across 6 versions & 1 rubygems