From 1101fb0ae1da7f68ff47b01953281234061ef73d Mon Sep 17 00:00:00 2001 From: not-nullptr Date: Wed, 13 Nov 2024 20:20:23 +0000 Subject: [PATCH] fix: page transition origin --- src/lib/animation/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/animation/index.ts b/src/lib/animation/index.ts index 6c8fed0..8e7f13b 100644 --- a/src/lib/animation/index.ts +++ b/src/lib/animation/index.ts @@ -55,7 +55,7 @@ export const blur = ( origin: Combination< "top" | "bottom" | "left" | "right" | "center", "top" | "bottom" | "left" | "right" | "center" - >; + > & {}; }> | undefined, dir: {