diff --git a/README.md b/README.md index d25a785..64ffdfe 100755 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ ReactDom.render( | showMask | boolean | true | mask is show | | maskClosable | boolean | true | Clicking on the mask (area outside the Drawer) to close the Drawer or not. | | maskStyle | CSSProperties | null | mask style | -| afterVisibleChange | func | null | transition end callback(open) | +| afterOpenChange | func | null | transition end callback(open) | | onClose | func | null | close click function | | keyboard | boolean | true | Whether support press esc to close | | autoFocus | boolean | true | Whether focusing on the drawer after it opened |