Sha256: 4e162e4be77cc47ac4e457a1c3709e847898647cc05d1eb811c8002384df82d8

Contents?: true

Size: 346 Bytes

Versions: 9

Compression:

Stored size: 346 Bytes

Contents

//
// Component animations
// --------------------------------------------------


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

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
bootstrap-sass-rails-2.1.0.0 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
bootstrap-sass-rails-2.1.0.0pre2 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
anjlab-bootstrap-rails-2.1.0.5 vendor/frameworks/twitter/bootstrap/component-animations.scss
anjlab-bootstrap-rails-2.1.0.4 vendor/frameworks/twitter/bootstrap/component-animations.scss
anjlab-bootstrap-rails-2.1.0.3 vendor/frameworks/twitter/bootstrap/component-animations.scss
anjlab-bootstrap-rails-2.1.0.2 vendor/frameworks/twitter/bootstrap/component-animations.scss
anjlab-bootstrap-rails-2.1.0.1 vendor/frameworks/twitter/bootstrap/component-animations.scss
bootstrap-sass-rails-2.1.0.0pre1 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.scss
anjlab-bootstrap-rails-2.1.0.0 vendor/frameworks/twitter/bootstrap/component-animations.scss