Button.Transition
Enum
Module: cc
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:39 |
COLOR
The color type.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCButton.js:46 |
SPRITE
The sprite type.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCButton.js:53 |
SCALE
The scale type
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/components/CCButton.js:59 |