Skip to content

Commit 8b2ef44

Browse files
Tweak the animation. (#971)
1 parent 6f10a29 commit 8b2ef44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/Slide.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const animations = {
4141
},
4242
none: {
4343
initial: {
44-
x: "unset",
44+
x: 0,
4545
},
4646
animate: {
47-
x: "unset",
47+
x: 0,
4848
},
4949
},
5050
};

0 commit comments

Comments
 (0)