RLottie: Fix rendering during heavy animation
This commit is contained in:
parent
e280ea852f
commit
913df436e4
@ -177,8 +177,6 @@ class RLottie {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!this.params.isLowPriority) {
|
if (!this.params.isLowPriority) {
|
||||||
this.isWaiting = false;
|
|
||||||
|
|
||||||
this.frames = this.frames.map((frame, i) => {
|
this.frames = this.frames.map((frame, i) => {
|
||||||
if (i === this.prevFrameIndex) {
|
if (i === this.prevFrameIndex) {
|
||||||
return frame;
|
return frame;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user