Button.Transition
枚举
模块: cc
过渡类型
索引
NONE
COLOR
SPRITE
SCALE
Details
NONE
不做任何过渡
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:34 |
COLOR
颜色过渡
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:41 |
SPRITE
精灵过渡
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:48 |
SCALE
缩放过渡
meta | description |
---|---|
类型 | Number |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCButton.js:54 |