Sha256: 222a43bd3ba05eee180951fb9a61f521a09a9efa282d1cdf376d9f668d63a717
Contents?: true
Size: 306 Bytes
Versions: 232
Compression:
Stored size: 306 Bytes
Contents
// // Component animations // -------------------------------------------------- .fade { opacity: 0; .transition(opacity .15s linear); &.in { opacity: 1; } } .collapse { position: relative; height: 0; overflow: hidden; .transition(height .35s ease); &.in { height: auto; } }
Version data entries
232 entries across 160 versions & 16 rubygems