Appearance
设置背景色。
string value
颜色值
Animation
const anim = ek.createAnimation() const animData = anim .backgroundColor('#1989fa') .step() .export()