mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
perf: update transitionAndTransitionGroup.scss for better performance
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.page-fade-enter-active,
|
||||
.page-fade-leave-active {
|
||||
--at-apply: transition-opacity duration-500;
|
||||
--at-apply: transition-opacity duration-500 transform-gpu;
|
||||
}
|
||||
.page-fade-enter-from,
|
||||
.page-fade-leave-to {
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
--at-apply: transition-opacity duration-500 transform-gpu;
|
||||
--at-apply: transition-opacity duration-500;
|
||||
}
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
|
||||
Reference in New Issue
Block a user