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

Method clearInterval

src/Carousel.js:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 clearInterval() {
183 clearInterval(this.cycleInterval);
184 }
185
186 hoverStart(...args) {
187 if (this.props.pause === 'hover') {

Callers 3

componentWillUnmountMethod · 0.95
setIntervalMethod · 0.95
hoverStartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected