Appearance
从 X 轴顺时针旋转一个角度。
number angle
旋转的角度。范围 [-180, 180]
Animation
const anim = ek.createAnimation() const animData = anim .rotateX(45) .step() .export()