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.
1 parent cccd7af commit c4dbdc9Copy full SHA for c4dbdc9
docs/lib/examples/ModalCustomTimeout.js
@@ -23,7 +23,7 @@ class ModalExample extends React.Component {
23
return (
24
<div>
25
<Button color="danger" onClick={this.toggle}>{this.props.buttonLabel}</Button>
26
- <Modal isOpen={this.state.modal} modalTransition={{ timeout: 20 }} backdropTransition={{ timeout: 10 }}
+ <Modal isOpen={this.state.modal} modalTransition={{ timeout: 700 }} backdropTransition={{ timeout: 1300 }}
27
toggle={this.toggle} className={this.props.className}>
28
<ModalHeader toggle={this.toggle}>Modal title</ModalHeader>
29
<ModalBody>
0 commit comments