We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f442388 commit 471ca0fCopy full SHA for 471ca0f
docs/core/theme/mask.jsx
@@ -22,7 +22,7 @@ class MaskDemo extends React.Component {
22
23
return (
24
<div id="mask-demo-container" style={{ width: '100%', height: '400px', position: 'relative' }}>
25
- <Dialog visible overlayProps={overlayProps} isFullScreen title="Welcome to Alibaba.com" footer={false}>
+ <Dialog animation={false} visible overlayProps={overlayProps} isFullScreen title="Welcome to Alibaba.com" footer={false}>
26
Start your business here by searching a popular product
27
</Dialog>
28
</div>
0 commit comments