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

Function clearBackdropAnimationTimeout

src/Offcanvas.js:360–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358 }
359
360 clearBackdropAnimationTimeout() {
361 if (this._backdropAnimationTimeout) {
362 clearTimeout(this._backdropAnimationTimeout);
363 this._backdropAnimationTimeout = undefined;
364 }
365 }
366
367 render() {
368 const { direction, unmountOnClose } = this.props;

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…