What problem does this feature solve?
5.0把style.textRotation移动到了textConfig.rotation,但transition只支持shape和style里的,结果rotation就没有动画效果了
5.0 moved style.textRotation to textConfig.rotation, but transition only supports shape and style, and the result is that the rotation has no animation effect.
What does the proposed API look like?
在transition中添加textConfig
add textConfig in transition
What problem does this feature solve?
5.0把style.textRotation移动到了textConfig.rotation,但transition只支持shape和style里的,结果rotation就没有动画效果了
5.0 moved style.textRotation to textConfig.rotation, but transition only supports shape and style, and the result is that the rotation has no animation effect.
What does the proposed API look like?
在transition中添加textConfig
add textConfig in transition