Ben Lin
2024-10-24 5a813f3b28f3cbf1db3a3657ccf83267c6e0d315
src/design/transition/slide.less
@@ -3,8 +3,8 @@
  &-enter-from,
  &-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    opacity: 0;
  }
}
@@ -13,8 +13,8 @@
  &-enter-from,
  &-leave-to {
    opacity: 0;
    transform: translateY(15px);
    opacity: 0;
  }
}
@@ -23,8 +23,8 @@
  &-enter-from,
  &-leave-to {
    opacity: 0;
    transform: translateX(-15px);
    opacity: 0;
  }
}
@@ -33,7 +33,7 @@
  &-enter-from,
  &-leave-to {
    opacity: 0;
    transform: translateX(15px);
    opacity: 0;
  }
}