Your IP : 216.73.216.224


Current Path : /var/www/html/media/kunena/less/bootstrap/
Upload File :
Current File : /var/www/html/media/kunena/less/bootstrap/component-animations.less

//
// Component animations
// --------------------------------------------------

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

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