Sha256: 43f9207b942aef702d0e5acfea2dea1ce7bf0f413500d074bb8dae176a67a5a5

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

//
// Component animations
// --------------------------------------------------


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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sass-rails-bootstrap-2.2.2.3 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass
sass-rails-bootstrap-2.2.2.2 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass
sass-rails-bootstrap-2.2.2.1 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass
sass-rails-bootstrap-2.2.2 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass
sass-rails-bootstrap-2.2.1 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass
sass-rails-bootstrap-2.1.1 vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass