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