ScrollView.EventType Enum
Module: cc
Enum for ScrollView event type.
Index
- SCROLL_TO_TOP
- SCROLL_TO_BOTTOM
- SCROLL_TO_LEFT
- SCROLL_TO_RIGHT
- SCROLLING
- BOUNCE_TOP
- BOUNCE_BOTTOM
- BOUNCE_LEFT
- BOUNCE_RIGHT
- SCROLL_ENDED
- TOUCH_UP
- AUTOSCROLL_ENDED_WITH_THRESHOLD
- SCROLL_BEGAN
Details
SCROLL_TO_TOP
The event emmitted when ScrollView scroll to the top boundary of inner container
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:53 | 
SCROLL_TO_BOTTOM
The event emmitted when ScrollView scroll to the bottom boundary of inner container
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:59 | 
SCROLL_TO_LEFT
The event emmitted when ScrollView scroll to the left boundary of inner container
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:65 | 
SCROLL_TO_RIGHT
The event emmitted when ScrollView scroll to the right boundary of inner container
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:71 | 
SCROLLING
The event emmitted when ScrollView is scrolling
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:77 | 
BOUNCE_TOP
The event emmitted when ScrollView scroll to the top boundary of inner container and start bounce
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:83 | 
BOUNCE_BOTTOM
The event emmitted when ScrollView scroll to the bottom boundary of inner container and start bounce
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:89 | 
BOUNCE_LEFT
The event emmitted when ScrollView scroll to the left boundary of inner container and start bounce
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:95 | 
BOUNCE_RIGHT
The event emmitted when ScrollView scroll to the right boundary of inner container and start bounce
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:101 | 
SCROLL_ENDED
The event emmitted when ScrollView auto scroll ended
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:107 | 
TOUCH_UP
The event emmitted when user release the touch
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:113 | 
AUTOSCROLL_ENDED_WITH_THRESHOLD
The event emmitted when ScrollView auto scroll ended with a threshold
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:119 | 
SCROLL_BEGAN
The event emmitted when ScrollView scroll began
| meta | description | 
|---|---|
| Type | Number | 
| Defined in | cocos2d/core/components/CCScrollView.js:125 | 
