b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher10/media/jui/less/
File Upload :
Current File : E:/www/instructor/teacher10/media/jui/less/component-animations.less

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


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

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

Copyright © 2019 by b0y-101