Skip to content
On this page

Animation.right

设置 right 值。

参数

number | string value

长度值,如果传入 number 则默认使用 px

返回值

Animation

Example

ts
const anim = ek.createAnimation()
const animData = anim
  .right('20px')
  .step()
  .export()