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 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:34 |
COLOR
The color type.
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:41 |
SPRITE
The sprite type.
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:48 |
SCALE
The scale type
meta | description |
---|---|
Type | Number |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:54 |