RLottie: Fix rendering during heavy animation

This commit is contained in:
Alexander Zinchuk 2023-04-27 03:56:27 +04:00
parent e280ea852f
commit 913df436e4

View File

@ -177,8 +177,6 @@ class RLottie {
}
if (!this.params.isLowPriority) {
this.isWaiting = false;
this.frames = this.frames.map((frame, i) => {
if (i === this.prevFrameIndex) {
return frame;