Sha256: 21617756b43787232cedca351b15c5cc73b0c38159ac926fa84281dc1fe71c01

Contents?: true

Size: 261 Bytes

Versions: 298

Compression:

Stored size: 261 Bytes

Contents

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

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

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

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

Version data entries

298 entries across 298 versions & 32 rubygems

Version Path
asciidocsy-0.3.0 _sass/bootstrap/_transitions.scss
asciidocsy-0.3.0.pre.rc4 _sass/bootstrap/_transitions.scss
asciidocsy-0.3.0.pre.rc3 _sass/bootstrap/_transitions.scss
asciidocsy-0.3.0.pre.rc2 _sass/bootstrap/_transitions.scss
asciidocsy-0.3.0.pre.rc1 _sass/bootstrap/_transitions.scss
asciidocsy-jekyll-theme-0.3.0.pre.rc2 _sass/bootstrap/_transitions.scss
asciidocsy-jekyll-theme-0.3.0.pre.rc1 _sass/bootstrap/_transitions.scss
asciidocsy-jekyll-theme-0.3.0.pre.dev _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.9 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.8 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.7 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.6 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.5 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.4 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.3 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.2 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.1 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.8.0 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.7.9 _sass/bootstrap/_transitions.scss
jekyll-theme-centos-0.7.8 _sass/bootstrap/_transitions.scss