AnimationEventType Enum
Module: sp
The event type of spine skeleton animation.
Index
- START
- END
- COMPLETE
- EVENT
Details
START
The play spine skeleton animation start type.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | extensions/spine/index.js:75 | 
END
The play spine skeleton animation finish type.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | extensions/spine/index.js:86 | 
COMPLETE
The play spine skeleton animation complete type.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | extensions/spine/index.js:97 | 
EVENT
The spine skeleton animation event type.
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | extensions/spine/index.js:103 | 
