Sha256: 8a05c74ac6e02c31699a4aa278645ab8e61645aed6f4ad6f04c4ae4489eaf079
Contents?: true
Size: 330 Bytes
Versions: 4
Compression:
Stored size: 330 Bytes
Contents
// // Component animations // -------------------------------------------------- .fade { opacity: 0; @include ctb-transition(opacity .15s linear); &.in { opacity: 1; } } .collapse { position: relative; height: 0; overflow: hidden; @include ctb-transition(height .35s ease); &.in { height: auto; } }
Version data entries
4 entries across 4 versions & 1 rubygems