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

_themes.metrics.less.component-animations.less Maven / Gradle / Ivy

There is a newer version: 4.2.30
Show newest version
// COMPONENT ANIMATIONS
// --------------------

.fade {
  .transition(opacity .15s linear);
  opacity: 0;
  &.in {
    opacity: 1;
  }
}

.collapse {
  .transition(height .35s ease);
  position:relative;
  overflow:hidden;
  height: 0;
  &.in { height: auto; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy