MCPcopy Create free account
hub / github.com/flyfloor/react-component / resetAutoplay

Function resetAutoplay

component/Carousel.js:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 },
55
56 resetAutoplay(){
57 const {autoPlay, delay} = this.props;
58 if (autoPlay) {
59 this.clearInterval();
60 this.setInterval(this.handleAutoPlay, delay);
61 }
62 },
63
64 componentWillMount() {
65 const {children} = 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…