mootools / mootools-core

MooTools Core Repository
https://mootools.net
2.65k stars 505 forks source link

addEvent('animationend') doesn't work, while addEventListener('animationend') works #2783

Open slava-uxd opened 7 years ago

slava-uxd commented 7 years ago

Probably applicable for all animation and transition events.

DimitarChristoff commented 7 years ago

the problem is if the event type gets converted to 2 (native) we'd have to support all the event namespace variants there are, as well as reasonably polyfill for older ones.