mirror of https://github.com/VERT-sh/VERT.git
fix: page transition origin
This commit is contained in:
parent
bf14b90057
commit
1101fb0ae1
|
@ -55,7 +55,7 @@ export const blur = (
|
||||||
origin: Combination<
|
origin: Combination<
|
||||||
"top" | "bottom" | "left" | "right" | "center",
|
"top" | "bottom" | "left" | "right" | "center",
|
||||||
"top" | "bottom" | "left" | "right" | "center"
|
"top" | "bottom" | "left" | "right" | "center"
|
||||||
>;
|
> & {};
|
||||||
}>
|
}>
|
||||||
| undefined,
|
| undefined,
|
||||||
dir: {
|
dir: {
|
||||||
|
|
Loading…
Reference in New Issue