You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modal.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,9 @@ The `animationType` prop controls how the modal animates.
116
116
117
117
Possible values:
118
118
119
-
-`slide` slides in from the bottom,
120
-
-`fade` fades into view,
121
-
-`none` appears without an animation.
119
+
-`slide` slides in from the bottom
120
+
-`fade` fades into view
121
+
-`none` appears without an animation
122
122
123
123
| Type | Default |
124
124
| ----------------------------------- | ------- |
@@ -128,8 +128,7 @@ Possible values:
128
128
129
129
### `backdropColor`
130
130
131
-
The `backdropColor` of the modal (or background color of the modal's container).
132
-
Defaults to `white` if not provided and transparent is `false`. Ignored if `transparent` is `true`.
131
+
The `backdropColor` of the modal (or background color of the modal's container). Defaults to `white` if not provided and transparent is `false`. Ignored if `transparent` is `true`.
0 commit comments