Skip to content

Commit

Permalink
add onanimation events (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Lena Nordström <lena.nordstrom@medieinstitutet.se>
  • Loading branch information
Lenanor and Lena Nordström authored Feb 18, 2021
1 parent fd571c8 commit 3327853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ module.exports = [
'onfocus',
'onblur',
'oninput',
'onanimationend',
'onanimationiteration',
'onanimationstart',
// other common events
'oncontextmenu',
'onfocusin',
Expand Down

0 comments on commit 3327853

Please sign in to comment.