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

Method hoverEnd

src/Carousel.js:195–202  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

193 }
194
195 hoverEnd(...args) {
196 if (this.props.pause === 'hover') {
197 this.setInterval();
198 }
199 if (this.props.mouseLeave) {
200 this.props.mouseLeave(...args);
201 }
202 }
203
204 renderItems(carouselItems, className) {
205 const { slide } = this.props;

Callers

nothing calls this directly

Calls 1

setIntervalMethod · 0.95

Tested by

no test coverage detected