MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / handleStaticBackdropAnimation

Function handleStaticBackdropAnimation

src/Modal.js:266–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 handleStaticBackdropAnimation() {
267 this.clearBackdropAnimationTimeout();
268 this.setState({ showStaticBackdropAnimation: true });
269 this._backdropAnimationTimeout = setTimeout(() => {
270 this.setState({ showStaticBackdropAnimation: false });
271 }, 100);
272 }
273
274 onOpened(node, isAppearing) {
275 this.props.onOpened();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…