Appearance
对 Y 轴坐标进行倾斜。
number angle
倾斜的角度,范围 [-180, 180]
Animation
const anim = ek.createAnimation() const animData = anim .skewY(10) .step() .export()