We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
afterVisibleChange
afterOpen
1 parent a935bc9 commit 5df95baCopy full SHA for 5df95ba
README.md
@@ -60,7 +60,7 @@ ReactDom.render(
60
| showMask | boolean | true | mask is show |
61
| maskClosable | boolean | true | Clicking on the mask (area outside the Drawer) to close the Drawer or not. |
62
| maskStyle | CSSProperties | null | mask style |
63
-| afterVisibleChange | func | null | transition end callback(open) |
+| afterOpenChange | func | null | transition end callback(open) |
64
| onClose | func | null | close click function |
65
| keyboard | boolean | true | Whether support press esc to close |
66
| autoFocus | boolean | true | Whether focusing on the drawer after it opened |
0 commit comments