Sha256: 95c85f5817ade847f2797363af913137036b35f5958d874a292016323c1a7eb0
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sass-rails-bootstrap-2.0.3a | vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass |