Sha256: 2828ada121ddb0cbf1abedc296ce86030929b7cbd8e773670b1735815eb4b847

Contents?: true

Size: 272 Bytes

Versions: 75

Compression:

Stored size: 272 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

75 entries across 75 versions & 8 rubygems

Version Path
middleman-core-3.4.1 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.rc.1 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.4.0 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.beta.2 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.12 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.beta.1 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.11 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.10 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.9 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.8 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.alpha.6 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.alpha.5 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.alpha.4 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.alpha.3 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.7 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.6 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-4.0.0.alpha.2 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-3.3.5 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-cj-3.3.6 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less
middleman-core-cj-3.3.5 fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less