Your IP : 216.73.216.5


Current Path : /home/theafprt/hypekndy.com/wp-content/plugins/ameliabooking/assets/less/frontend/
Upload File :
Current File : /home/theafprt/hypekndy.com/wp-content/plugins/ameliabooking/assets/less/frontend/_animations.less

// Fade

.fade-enter-active {
  transition: all .2s ease-out;
  transition-delay: 0.25s;
}

.fade-leave-active {
  transition: all .2s ease-out;
  display: none;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

// Slide Horizontal

.slide-enter-active, .slide-leave-active {
  transition: all .6s ease-out;
}

.slide-enter, .slide-leave-to {
  transform: translateX(100%);
}

// Slide Vertical

.slide-vertical-enter-active, .slide-vertical-leave-active {
  transition: all .2s ease-out;
  //max-height: 300px;
}

.slide-vertical-enter, .slide-vertical-leave-to {
  transform: translateY(100%);
  opacity: 0;
  //max-height: 0;
}

// Slide Vertical Down

.slide-vertical-down-enter-active, .slide-vertical-down-leave-active {
  transition: all .2s ease-out;
  //max-height: 300px;
}

.slide-vertical-down-enter, .slide-vertical-down-leave-to {
  transform: translateY(0px);
  opacity: 0;
  //max-height: 0;
}