Sha256: 6f119d6c8b161eb48cddccb187009b23cb7364c01c85d664349da95569eedd27

Contents?: true

Size: 279 Bytes

Versions: 60

Compression:

Stored size: 279 Bytes

Contents

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

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

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

Version data entries

60 entries across 60 versions & 4 rubygems

Version Path
bootstrapped-rails-2.0.9.rc2 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
bootstrapped-rails-2.0.9.rc1 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
bootstrapped-rails-2.0.8.5 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
bootstrapped-rails-2.0.8.4 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
bootstrapped-rails-2.0.8.3 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
bootstrapped-rails-2.0.8.2 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
bootstrapped-rails-2.0.8.1 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
bootstrapped-rails-2.0.8 vendor/assets/stylesheets/bootstrapped-sass/_component-animations.scss
flexa_lib-0.5.2 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.5.1 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.5.0 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.9 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.8 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.7 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.6 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.5 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.4 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.3 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.2 vendor/assets/stylesheets/bootstrap/_component-animations.scss
flexa_lib-0.3.1 vendor/assets/stylesheets/bootstrap/_component-animations.scss