Button.Transition
Enum
Enum for transition type.
Index
NONE
COLOR
SPRITE
SCALE
Details
NONE
The none type.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCButton.js:35 |
COLOR
The color type.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCButton.js:42 |
SPRITE
The sprite type.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCButton.js:49 |
SCALE
The scale type
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCButton.js:55 |