Skip to content

Commit

Permalink
feat(web): fix webrender scawX scawY animation
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Oct 21, 2024
1 parent bac7357 commit b3a390a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export default class AnimationExample extends React.Component {
duration: 2000,
delay: 0,
mode: 'timing',
valueType: 'deg',
timingFunction: 'linear',
}),
follow: false, // 配置子动画的执行是否跟随执行
Expand All @@ -165,6 +166,7 @@ export default class AnimationExample extends React.Component {
duration: 2000,
delay: 0,
mode: 'timing',
valueType: 'deg',
timingFunction: 'linear',
}),
follow: true,
Expand All @@ -182,6 +184,7 @@ export default class AnimationExample extends React.Component {
duration: 2000,
delay: 0,
mode: 'timing',
valueType: 'deg',
timingFunction: 'linear',
}),
follow: false, // 配置子动画的执行是否跟随执行
Expand All @@ -193,6 +196,7 @@ export default class AnimationExample extends React.Component {
duration: 2000,
delay: 0,
mode: 'timing',
valueType: 'deg',
timingFunction: 'linear',
}),
follow: true,
Expand Down

0 comments on commit b3a390a

Please sign in to comment.