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

static.font-awesome.docs.assets.less.twbs-203.component-animations.less Maven / Gradle / Ivy

// COMPONENT ANIMATIONS
// --------------------

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy