.searchbox-enter-active,
.searchbox-leave-active {
  transition: all 0.16s ease;
}

.searchbox-leave-to ,.searchbox-enter-from {
  scale:0.1 0.4;
  opacity: 0;
}


.apps-enter-active,
.apps-leave-active {
  transition: all 0.2s ease-in-out ;
  /* 避免使用 transition: all，可能引起不必要的重绘 */
}

.apps-leave-to ,.apps-enter-from {
  scale: 0.05;
  opacity: 0;
}
