Sha256: 2eac1577a22070561b53281ec0861d096923e4cb8d78935e0d547192721c560d
Contents?: true
Size: 332 Bytes
Versions: 24
Compression:
Stored size: 332 Bytes
Contents
@-moz-keyframes test { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } @-webkit-keyframes test { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } @keyframes test { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } .animation { -moz-animation: test; -webkit-animation: test; animation: test; }
Version data entries
24 entries across 24 versions & 2 rubygems