Sha256: 153de427f07c04d747940bc5c360cc716fa00008dd2b8e5d1038bbd3e93bd8ed

Contents?: true

Size: 725 Bytes

Versions: 89

Compression:

Stored size: 725 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/twbs/bootstrap/pull/3552.

.fade {
  opacity: 0;
  @include transition(opacity .15s linear);
  &.in {
    opacity: 1;
  }
}

.collapse {
  display: none;

  &.in      { display: block; }
  // [converter] extracted tr&.in to tr.collapse.in
  // [converter] extracted tbody&.in to tbody.collapse.in
}

tr.collapse.in    { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  @include transition(height .35s ease);
}

Version data entries

89 entries across 89 versions & 13 rubygems

Version Path
genus-0.0.2 app/assets/stylesheets/bootstrap/_component-animations.scss
genus-0.0.1 app/assets/stylesheets/bootstrap/_component-animations.scss
twbs_sass_rails-0.8.2 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
twbs_sass_rails-0.8.1 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
twbs_sass_rails-0.7.2 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
twbs_sass_rails-0.7.1 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
twbs_sass_rails-0.7.0 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
aerogel-bootstrap-0.2.2 assets/stylesheets/bootstrap/_component-animations.scss
bootstrap-sass-3.1.1.1 vendor/assets/stylesheets/bootstrap/_component-animations.scss