Sha256: 661c4bd9d9485143fa86448eeefab7b7e291614ddbc8d1d758f3792a228ff54b

Contents?: true

Size: 239 Bytes

Versions: 13

Compression:

Stored size: 239 Bytes

Contents

.fade {
  @include transition($transition-fade);

  &:not(.show) {
    opacity: 0;
  }
}

.collapse {
  &:not(.show) {
    display: none;
  }
}

.collapsing {
  height: 0;
  overflow: hidden;
  @include transition($transition-collapse);
}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
bootstrap-5.0.0.beta2 assets/stylesheets/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.8 _sass/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.7 _sass/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.5 _sass/bootstrap/_transitions.scss
bootstrap-5.0.0.beta1 assets/stylesheets/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.4 _sass/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.3 _sass/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.2 _sass/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.1 _sass/bootstrap/_transitions.scss
infotorg-api-jekyll-theme-0.1.0 _sass/bootstrap/_transitions.scss
bootstrap-5.0.0.alpha3 assets/stylesheets/bootstrap/_transitions.scss
bootstrap-5.0.0.alpha2 assets/stylesheets/bootstrap/_transitions.scss
bootstrap-5.0.0.alpha1 assets/stylesheets/bootstrap/_transitions.scss