Sha256: c606e3f70f4f3d9f006cfa262826467da68a7c7f2c8df406b0809260b56706df
Contents?: true
Size: 446 Bytes
Versions: 4
Compression:
Stored size: 446 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; } }*/ .collapse { position: relative; height: 0; overflow: hidden; .transition(height .35s ease); } .collapse.in { height: auto; }
Version data entries
4 entries across 4 versions & 2 rubygems