AnimationEventType Enum
Module: sp
The event type of spine skeleton animation.
Index
STARTENDCOMPLETEEVENT
Details
START
The play spine skeleton animation start type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | extensions/spine/index.js:90 |
END
The play spine skeleton animation finish type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | extensions/spine/index.js:101 |
COMPLETE
The play spine skeleton animation complete type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | extensions/spine/index.js:112 |
EVENT
The spine skeleton animation event type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | extensions/spine/index.js:118 |