From b11f9328d5601cdeb03915f3ccb809d3afc03ae1 Mon Sep 17 00:00:00 2001 From: zealotchen Date: Mon, 28 Aug 2023 19:46:01 +0800 Subject: [PATCH] fix(js): remove virtual for animation --- 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.