All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.node_modules.bootstrap.scss._transitions.scss Maven / Gradle / Ivy

There is a newer version: 2.14
Show newest version
.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);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy