chore: update transitionAndTransitionGroup.scss for smoother animations

This commit is contained in:
hakadao
2024-05-24 01:50:08 +08:00
parent 4683c35536
commit 26acdf3cae

View File

@@ -25,7 +25,7 @@
}
.list-enter-from,
.list-leave-to {
--at-apply: opacity-0 transform translate-y-6 transform-gpu;
--at-apply: opacity-0 translate-y-6 transform-gpu;
}
.list-leave-to {
--at-apply: hidden;