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