Skip to content

Commit

Permalink
Merge branch 'master' of github.com:airbnb/lottie-web
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Mar 22, 2019
2 parents 735835c + c6fa098 commit 53dc9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/js/animation/AnimationItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ AnimationItem.prototype.playSegments = function (arr, forceFlag) {
} else {
this.segments.push(arr);
}
if (this.segments.length) {
if (this.segments.length && forceFlag) {
this.adjustSegment(this.segments.shift(), 0);
}
if (this.isPaused) {
Expand Down

0 comments on commit 53dc9bd

Please sign in to comment.