Sha256: fef7a9763c9c2b40f693cd1b135b7e44817588aad7aef0e51c5d282bce7d1f37

Contents?: true

Size: 285 Bytes

Versions: 10

Compression:

Stored size: 285 Bytes

Contents

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

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

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

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
querobolsa-bootstrap-sass-0.2.4 vendor/assets/stylesheets/querobolsa-bootstrap/_component-animations.scss
querobolsa-bootstrap-sass-0.2.3 vendor/assets/stylesheets/bootstrap/_component-animations.scss
querobolsa-bootstrap-sass-0.2.2 vendor/assets/stylesheets/bootstrap/_component-animations.scss
querobolsa-bootstrap-sass-0.2.1 vendor/assets/stylesheets/bootstrap/_component-animations.scss
querobolsa-bootstrap-sass-0.2 vendor/assets/stylesheets/bootstrap/_component-animations.scss
querobolsa-bootstrap-sass-0.1.0 vendor/assets/stylesheets/bootstrap/_component-animations.scss
bootstrap-sass-2.0.4.2 vendor/assets/stylesheets/bootstrap/_component-animations.scss
bootstrap-sass-2.0.4.1 vendor/assets/stylesheets/bootstrap/_component-animations.scss
bootstrap-sass-keppy-0.0.0 vendor/assets/stylesheets/bootstrap/_component-animations.scss
bootstrap-sass-2.0.4.0 vendor/assets/stylesheets/bootstrap/_component-animations.scss