Sha256: 126adf478bd73349d88b59beb2260c8cefcebd3288e7c595697e2e1a946b912d
Contents?: true
Size: 288 Bytes
Versions: 11
Compression:
Stored size: 288 Bytes
Contents
// COMPONENT ANIMATIONS // -------------------- .fade { opacity: 0; @include transition(opacity .15s linear); &.in { opacity: 1; } } .collapse { position: relative; height: 0; overflow: hidden; @include transition(height .35s ease); &.in { height: auto; } }
Version data entries
11 entries across 10 versions & 3 rubygems