Sha256: 8f647126f57b030efc61417bdeaee5b167e3310370f9e14f898d3eecbb25e535

Contents?: true

Size: 246 Bytes

Versions: 6

Compression:

Stored size: 246 Bytes

Contents

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

.fade
  +transition(opacity 0.15s linear)
  opacity: 0
  &.in
    opacity: 1

.collapse
  +transition(height 0.35s ease)
  position: relative
  overflow: hidden
  height: 0
  &.in
    height: auto

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
sass_twitter_bootstrap-0.1.alpha.2 stylesheets/sass_twitter_bootstrap/_component-animations.sass
sass_twitter_bootstrap-0.1.alpha.1 stylesheets/sass_twitter_bootstrap/_component-animations.sass
compass_twitter_bootstrap-2.0.1.2 stylesheets_sass/compass_twitter_bootstrap/_component-animations.sass
compass_twitter_bootstrap-2.0.1.1 stylesheets_sass/compass_twitter_bootstrap/_component-animations.sass
compass_twitter_bootstrap-2.0.1 stylesheets_sass/compass_twitter_bootstrap/_component-animations.sass
compass_twitter_bootstrap-2.0.0 stylesheets_sass/compass_twitter_bootstrap/_component-animations.sass