Ben Lin
2024-06-26 af10c85c8f71ccdf2f60989a067804dd8b3aa667
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;
  }
}