Skip to content

format

typescript
AnimationPlaySetting.speed

class: AnimationPlaySetting

description

The playback speed of the animation.

parameter

param_nametypedescription

reture

typedescription
numberThe playback speed of the animation.

code example

typescript
let setting = new AnimationPlaySetting();
let speed = setting.speed;