Sha256: a43ac75ee5dadb7020dfb72bd4b8b8b5415908260ebae1cf995da8f83c0bcac2

Contents?: true

Size: 264 Bytes

Versions: 32

Compression:

Stored size: 264 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

32 entries across 32 versions & 9 rubygems

Version Path
bootstrapped-rails-2.0.8.1 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-rails-2.0.8 vendor/toolkit/twitter/bootstrap/component-animations.less
kickstrap_rails-0.9.0RC vendor/assets/stylesheets/bootstrap/component-animations.less
bootstrapped-rails-2.0.7.9 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-rails-2.0.7.8 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-rails-2.0.7.7 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-rails-2.0.7.6 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-rails-2.0.7.5 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-rails-2.0.7.4 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-rails-2.0.7.3 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-1.0.1 vendor/less/twitter/bootstrap/less/component-animations.less
fix-twitter-bootstrap-rails-2.0.3 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrapped-1.0.0 vendor/assets/stylesheets/twitter/bootstrap/less/component-animations.less
bootstrapped-0.9.0 vendor/assets/stylesheets/twitter/bootstrap/less/component-animations.less
twitter-bootstrap-rails-2.0.3 vendor/toolkit/twitter/bootstrap/component-animations.less
bootstrap-generators-2.0.1 vendor/assets/stylesheets/less/component-animations.less
less-rails-bootstrap-2.0.6 vendor/frameworks/twitter/bootstrap/component-animations.less
twitter-bootstrap-rails-2.0.1.0 vendor/toolkit/twitter/bootstrap/component-animations.less
less-rails-bootstrap-2.0.5 vendor/frameworks/twitter/bootstrap/component-animations.less
fennec-2.0.0 vendor/assets/stylesheets/bootstrap/component-animations.less