Skip to content

Commit

Permalink
added missing totalFrames to animation instance
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Nov 9, 2021
1 parent 476d9bf commit f50f0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/js/module_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ var lottie = (function () {
updateElementAttributes(element, elementData.attributes);
}
animation.animInstance.currentTime = payload.currentTime;
animation.animInstance.totalFrames = payload.totalFrames;
}
}

Expand Down

0 comments on commit f50f0fa

Please sign in to comment.