Skip to content

Commit 3327853

Browse files
LenanorLena Nordström
andauthored
add onanimation events (#121)
Co-authored-by: Lena Nordström <[email protected]>
1 parent fd571c8 commit 3327853

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/events.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ module.exports = [
3535
'onfocus',
3636
'onblur',
3737
'oninput',
38+
'onanimationend',
39+
'onanimationiteration',
40+
'onanimationstart',
3841
// other common events
3942
'oncontextmenu',
4043
'onfocusin',

0 commit comments

Comments
 (0)