animateTransform 元素

2025 年 3 月 17 日 | 阅读 1 分钟

<animateTransform> 元素用于沿直线路径对对象进行动画处理。

<animateTransform> 元素与旋转、平移、缩放或倾斜变换一起使用。

如果要旋转形状,则必须将attributeName 设置为 transform。并将type 设置为 rotate。

示例

立即测试
下一个主题animateMotion 元素