未验证 提交 28f01ef8 编写于 作者: Y Yi Shen 提交者: GitHub

Merge pull request #14357 from apache/fix-legacy-code

fix: remove legacy usage of transform
...@@ -110,7 +110,8 @@ class EffectSymbol extends Group { ...@@ -110,7 +110,8 @@ class EffectSymbol extends Group {
// TODO Configurable effectCfg.period // TODO Configurable effectCfg.period
ripplePath.animate('', true) ripplePath.animate('', true)
.when(effectCfg.period, { .when(effectCfg.period, {
scale: [effectCfg.rippleScale / 2, effectCfg.rippleScale / 2] scaleX: effectCfg.rippleScale / 2,
scaleY: effectCfg.rippleScale / 2
}) })
.delay(delay) .delay(delay)
.start(); .start();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册