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

Method hoverStart

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

Source from the content-addressed store, hash-verified

184 }
185
186 hoverStart(...args) {
187 if (this.props.pause === 'hover') {
188 this.clearInterval();
189 }
190 if (this.props.mouseEnter) {
191 this.props.mouseEnter(...args);
192 }
193 }
194
195 hoverEnd(...args) {
196 if (this.props.pause === 'hover') {

Callers

nothing calls this directly

Calls 1

clearIntervalMethod · 0.95

Tested by

no test coverage detected