diff --git a/src/index.js b/src/index.js index bbc4364..5eb44c5 100644 --- a/src/index.js +++ b/src/index.js @@ -78,7 +78,7 @@ export default class Lottie extends React.Component { } playSegments() { - this.anim.playSegments(this.props.segments); + this.anim.playSegments(this.props.segments, true); } stop() {