Sha256: ec414804c39792a0747d2961a2fee28ff170c280e20022426e497abc2063572e
Contents?: true
Size: 479 Bytes
Versions: 1
Compression:
Stored size: 479 Bytes
Contents
// // Component animations // -------------------------------------------------- // Heads up! // // We don't use the `.opacity()` mixin here since it causes a bug with text // fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552. .fade opacity: 0 +transition(opacity 0.15s linear) &.in opacity: 1 .collapse display: none &.in display: block .collapsing position: relative height: 0 overflow: hidden +transition(height 0.35s ease)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_sass_rails-0.0.1 | app/assets/stylesheets/bootstrap/_component-animations.css.sass |