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

Method onExiting

src/CarouselItem.js:46–50  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

44 }
45
46 onExiting(node) {
47 this.setState({ startAnimation: true });
48 node.dispatchEvent(new CustomEvent('slide.bs.carousel'));
49 this.props.onExiting(node);
50 }
51
52 onExited(node) {
53 node.dispatchEvent(new CustomEvent('slid.bs.carousel'));

Callers 1

onExitingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected