Skip to content

Commit 51ac92e

Browse files
committed
Fixed overlay when animation is set to false
1 parent a6ef61d commit 51ac92e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/app/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ export default function IndexPage() {
4242
slideFrom="none"
4343
BlurComponent={BlurView}
4444
/>
45+
<DefaultDialog
46+
buttonLabel="OPEN NO ANIM DIALOG"
47+
buttonColor="brown"
48+
slideFrom="none"
49+
animation={false}
50+
/>
4551
<InputDialog
4652
buttonLabel="OPEN INPUT DIALOG"
4753
buttonColor="midnightblue"

0 commit comments

Comments
 (0)