From 021a204e36c420686ac37b09ef6cbc93a6a33274 Mon Sep 17 00:00:00 2001 From: zealotchen <92966734+zealotchen0@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:56:36 +0800 Subject: [PATCH] fix(js): remove virtual for animation (#3467) --- packages/hippy-react/src/modules/animation-set.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hippy-react/src/modules/animation-set.ts b/packages/hippy-react/src/modules/animation-set.ts index 56425ae354a..48a5fed909f 100644 --- a/packages/hippy-react/src/modules/animation-set.ts +++ b/packages/hippy-react/src/modules/animation-set.ts @@ -76,7 +76,6 @@ class AnimationSet implements AnimationSet { this.animationId = Bridge.callNativeWithCallbackId('AnimationModule', 'createAnimationSet', true, { repeatCount: repeatCountDict(config.repeatCount || 0), children: this.animationList, - virtual: config.virtual, }); // TODO: Deprecated compatible, will remove soon.