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
lanes-0.1.2 client/lanes/styles/vendor/bootstrap/old/_component-animations.scss
assets-rails-0.1.1 vendor/assets/stylesheets/bootstrap/v3.2.0/_component-animations.scss
rails_admin-0.6.6 app/assets/stylesheets/rails_admin/bootstrap/_component-animations.scss
lanes-0.1.0 client/styles/vendor/bootstrap/old/_component-animations.scss
lanes-0.0.8 client/styles/vendor/bootstrap/old/_component-animations.scss
lanes-0.0.5 client/styles/vendor/bootstrap/old/_component-animations.scss
spiderfw-0.6.33 apps/core/components/public/bootstrap_3/scss/_component-animations.scss
lanes-0.0.3 client/stylesheets/vendor/bootstrap/_component-animations.scss
lanes-0.0.2 client/stylesheets/vendor/bootstrap/_component-animations.scss
lanes-0.0.1 client/stylesheets/vendor/bootstrap/_component-animations.scss
assets-rails-0.1.0 vendor/assets/stylesheets/bootstrap/v3.2.0/_component-animations.scss
bootstrap-sass-backport-3.2.0.2 assets/stylesheets/bootstrap/_component-animations.scss
adhoq-0.0.3 app/assets/stylesheets/adhoq/bootstrap/_component-animations.scss
adhoq-0.0.2 app/assets/stylesheets/adhoq/bootstrap/_component-animations.scss
twbs_sass_rails-0.9.2 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
spiderfw-0.6.32 apps/core/components/public/bootstrap_3/scss/_component-animations.scss
bootstrap-generators-3.2.0 vendor/twitter/bootstrap/sass/_component-animations.scss
twbs_sass_rails-0.9.1 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
twbs_sass_rails-0.9.0 vendor/assets/stylesheets/twbs/bootstrap/_component-animations.scss
spiderfw-0.6.31 apps/core/components/public/bootstrap_3/scss/_component-animations.scss