Sha256: 126adf478bd73349d88b59beb2260c8cefcebd3288e7c595697e2e1a946b912d

Contents?: true

Size: 288 Bytes

Versions: 11

Compression:

Stored size: 288 Bytes

Contents

// COMPONENT ANIMATIONS
// --------------------

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

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  @include transition(height .35s ease);
  &.in {
    height: auto;
  }
}

Version data entries

11 entries across 10 versions & 3 rubygems

Version Path
anjlab-bootstrap-rails-2.0.4.4 vendor/assets/stylesheets/component-animations.scss
bootstrap-sass-rails-2.0.4.3 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
bootstrap-sass-rails-2.0.4.2 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
bootstrap-sass-rails-rtl-2.0.4.12 vendor/assets/stylesheets/twitter/bootstrap/rtl/_component-animations.scss
bootstrap-sass-rails-rtl-2.0.4.12 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
anjlab-bootstrap-rails-2.0.4.3 vendor/assets/stylesheets/component-animations.scss
anjlab-bootstrap-rails-2.0.4.2 vendor/assets/stylesheets/component-animations.scss
bootstrap-sass-rails-2.0.4.1 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
bootstrap-sass-rails-2.0.4.0 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
anjlab-bootstrap-rails-2.0.4.1 vendor/assets/stylesheets/component-animations.scss
anjlab-bootstrap-rails-2.0.4.0 vendor/assets/stylesheets/component-animations.scss