Skip to content

Commit

Permalink
feat(dom): add same animation id demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Dec 4, 2024
1 parent eca5478 commit 13b7031
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ export default class AnimationExample extends React.Component {
}}
style={[styles.square, {
transform: [{
scale: this.scaleAnimationSet,
scaleX: this.scaleAnimationSet,
scaleY: this.scaleAnimationSet,
}],
}]}
/>
Expand Down

0 comments on commit 13b7031

Please sign in to comment.