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