fix(transition): avoid HiDPI text blur from page transitions

This commit is contained in:
LTbinglingfeng
2026-01-02 11:17:57 +08:00
parent 276f416ec9
commit 6ce301d7e0
2 changed files with 5 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ export function PageTransition({
opacity: 1,
duration: TRANSITION_DURATION,
ease: 'power2.in', // slow start, fast end
clearProps: 'transform,opacity',
},
0
);