-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEvents.js
More file actions
44 lines (28 loc) · 1.09 KB
/
Events.js
File metadata and controls
44 lines (28 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
//: EVENTS
//# Mouse =>
/* Onclick, oncontextmenu, ondblclick, onmousedown, onmouseenter
onmouseleave, onmousemove, onmouseover, onmouseout,
onmouseup
*/
//# keyboard =>
/* onKeydown, onKeypress, onkeyup */
//# Frame
/* onabort, onbeforeunload, onerror, onhaschange, onload
onpageshow, onpagehide, onresize, onscroll, onunload
*/
//# Form
/* onblur, onchange, onfocus, onfocusin, onfocusout, oninput, oninvalid, onrest, onsearch, onselect, onsubmit
*/
//# Drag
/* ondrag, ondragend, ondragcenter, ondragleave, ondragover, ondragstart, ondrop */
//# Animation
/* animationend, animationiteration, animationstart
*/
//# Media
/* onabort, oncanplay, oncanplaythrough, ondurationchange
onended, onerror, onloadeddata, onloadedmetadata, onloadstart, onpause, onplay, onplaying, onprogress,
onratechange onseeked, onseeking, onstalled, onsuspend,
ontimeupdate, onvolumechange, onwating
*/
//# Miscellaneous
/* transitionend, onmessagem onmousewheel, ononline, onoffline, onpopstate, onshow, onstorage, ontoogle, onwheel, ontouchcancel, ontouchend, ontouchmove, ontouchstart */