Sha256: e9bf0ca377edbd7964cdeba36ae393a584cc7d8fe1caa32ef8ad562e91903db5

Contents?: true

Size: 308 Bytes

Versions: 9

Compression:

Stored size: 308 Bytes

Contents

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

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

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
bootstrap-sass-rails-2.0.3.0 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
bootstrap-sass-rails-2.0.3.0pre3 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
bootstrap-sass-rails-2.0.3.0pre2 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
anjlab-bootstrap-rails-2.0.3.2 vendor/assets/stylesheets/component-animations.scss
anjlab-bootstrap-rails-2.0.3.1 vendor/assets/stylesheets/component-animations.scss
bootstrap-sass-rails-2.0.3.0pre1 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
anjlab-bootstrap-rails-2.0.3.0 vendor/assets/stylesheets/component-animations.scss
anjlab-bootstrap-rails-2.0.3.rc1 vendor/assets/stylesheets/component-animations.scss
anjlab-bootstrap-rails-2.0.3.rc vendor/assets/stylesheets/component-animations.scss