Skip to content

旋转 (Spin)

⚠️ 此文档由代码自动生成,请勿手动编辑。 最近测试时间:2026-03-07 20:20:21

使图层以指定速度持续旋转。

支持状态: ✅ 完全支持

  • 转速 (rpm): ✅ 已实现 (每分钟旋转次数)

关联测试文件:

  • effects/spin/basic.amproj

技术细节与实现

XML 示例

xml
<effect id="com.alightcreative.effects.spin">
    <property name="rpm" type="float" value="60.0" />
</effect>

Released under the MIT License.