Skip to content

Commit

Permalink
fix(js): remove virtual for animation (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 authored Aug 28, 2023
1 parent 8ebadcf commit 8e78c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hippy-react/src/modules/animation-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e78c02

Please sign in to comment.