Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 386 Bytes

components-events.md

File metadata and controls

36 lines (30 loc) · 386 Bytes

事件处理

AVG.js provides a standard bubbling event model for the component.

Support events:

click
mousedown
mousemove
mouseup
mouseupoutside
mouseover
mouseout

pointertap
pointerdown
pointermove
pointerup
pointerupoutside
pointerover
pointerout
pointercancel

rightclick
rightdown
rightup
rightupoutside

tap
touchstart
touchmove
touchend
touchendoutside
touchcancel