Sha256: 5d8864752e7912a030125fa0959da4359ab94dbcd8f559dd2bf51aec9473969b
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
// COMPONENT ANIMATIONS // -------------------- .fade { @include opacity(0); @include transition(opacity .15s linear); &.in { @include opacity(1); } } .collapse { position:relative; height: 0; overflow:hidden; @include transition(height .35s ease); &.in { height: auto; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-sass-2.0.3.1 | vendor/assets/stylesheets/bootstrap/_component-animations.scss |
bootstrap-sass-2.0.3 | vendor/assets/stylesheets/bootstrap/_component-animations.scss |