Sha256: 83246a5f45b7765a1427b4b23a21779a14f756d6aa1d2ea482b1386e5c01a70e

Contents?: true

Size: 819 Bytes

Versions: 1188

Compression:

Stored size: 819 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-property(height, visibility);
  @include transition-duration(.35s);
  @include transition-timing-function(ease);
}

Version data entries

1,188 entries across 1,174 versions & 51 rubygems

Version Path
bravissimo-0.1.0 _sass/bootstrap/_component-animations.scss
radius-rails-3.1.4 app/assets/stylesheets/radius-theme/bootstrap/bootstrap/_component-animations.scss
mumuki-styles-2.0.3 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
mumuki-styles-2.0.2 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
mumuki-styles-2.0.1 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
mumuki-styles-2.0.0 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
qablog-0.1.0 _sass/bootstrap/_component-animations.scss
mumuki-styles-1.24.0 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
mumuki-styles-1.23.1 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
mumuki-styles-1.23.0 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
mumuki-styles-1.22.1 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
mumuki-styles-1.22.0 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
chiefsan.github.io-0.0 _sass/bootstrap/_component-animations.scss
jekyll-bootflat-0.3.2 _sass/bootstrap/_component-animations.scss
jekyll-bootflat-0.3.1 _sass/bootstrap/_component-animations.scss
mumuki-styles-1.21.4 app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss
jekyll-wedding-0.5.0 _sass/bootstrap/_component-animations.scss
jumbo-jekyll-theme-5.6.9.4 _sass/bootstrap/_component-animations.scss
jumbo-jekyll-theme-5.6.9.3 _sass/bootstrap/_component-animations.scss
jumbo-jekyll-theme-5.6.9.2 _sass/bootstrap/_component-animations.scss