Skip to content

Commit 902ac19

Browse files
committed
docs: update demo
1 parent a8af69c commit 902ac19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/examples/mobile.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ const Test = () => {
5252
<h2>Hello World</h2>
5353
</div>
5454
}
55-
// mobile={{
56-
// mask: true,
57-
// motion: { motionName: 'raise' },
58-
// maskMotion: { motionName: 'fade' },
59-
// }}
55+
mobile={{
56+
mask: true,
57+
motion: { motionName: 'raise' },
58+
maskMotion: { motionName: 'fade' },
59+
}}
6060
>
6161
<span>Click Me</span>
6262
</Trigger>

0 commit comments

Comments
 (0)