Sha256: c0af44fd2cfbbe3a41ea49d9c80d9dd0df8ad86dc9e3c1e9ad2156b420d86ec0
Contents?: true
Size: 326 Bytes
Versions: 14
Compression:
Stored size: 326 Bytes
Contents
// scss-lint:disable all .animated { animation-duration: 1s; // animation-fill-mode: both; } .animated.infinite { animation-iteration-count: infinite; } .animated.hinge { animation-duration: 2s; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { animation-name: fadeIn; }
Version data entries
14 entries across 14 versions & 3 rubygems