Skip to content
On this page

Animation.backgroundColor

设置背景色。

参数

string value

颜色值

返回值

Animation

Example

ts
const anim = ek.createAnimation()
const animData = anim
  .backgroundColor('#1989fa')
  .step()
  .export()