Sha256: a43ac75ee5dadb7020dfb72bd4b8b8b5415908260ebae1cf995da8f83c0bcac2
Contents?: true
Size: 264 Bytes
Versions: 32
Compression:
Stored size: 264 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
32 entries across 32 versions & 9 rubygems