Skip to content

format

typescript
AnimationPlaySetting.triggerEvents

class: AnimationPlaySetting

description

Whether to trigger animation events.

parameter

param_nametypedescription

reture

typedescription
booleanWhether to trigger animation events.

code example

typescript
let setting = new AnimationPlaySetting();
let events = setting.triggerEvents;