Sha256: 2c511ff909d6df703d33d771c287a744194c89bf6d6883fe55f493f52b11bb17

Contents?: true

Size: 269 Bytes

Versions: 8

Compression:

Stored size: 269 Bytes

Contents

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

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

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

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
twitter-bootstrap-rails-ajax-0.0.1 vendor/toolkit/twitter/bootstrap/component-animations.less
twitter-bootstrap-rails-2.0.6 vendor/toolkit/twitter/bootstrap/component-animations.less
less-rails-bootstrap-2.0.10 vendor/frameworks/twitter/bootstrap/component-animations.less
less-rails-bootstrap-2.0.9 vendor/frameworks/twitter/bootstrap/component-animations.less
twitter-bootstrap-rails-2.0.5 vendor/toolkit/twitter/bootstrap/component-animations.less
twitter-bootstrap-rails-2.0.4 vendor/toolkit/twitter/bootstrap/component-animations.less
less-rails-bootstrap-2.0.8 vendor/frameworks/twitter/bootstrap/component-animations.less
less-rails-bootstrap-2.0.7 vendor/frameworks/twitter/bootstrap/component-animations.less