format
typescript
AnimationPlaySetting.speedclass: AnimationPlaySetting
description
The playback speed of the animation.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The playback speed of the animation. |
code example
typescript
let setting = new AnimationPlaySetting();
let speed = setting.speed;