| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/main/core/src/lib/event/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/main/core/src/lib/event/aliases.js |
const aliases = {
mousewheel: [
'DOMMouseScroll',
],
bxchange: [
'change',
'cut',
'paste',
'drop',
'keyup',
],
animationend: [
'animationend',
'oAnimationEnd',
'webkitAnimationEnd',
'MSAnimationEnd',
],
transitionend: [
'webkitTransitionEnd',
'otransitionend',
'oTransitionEnd',
'msTransitionEnd',
'transitionend',
],
fullscreenchange: [
'fullscreenchange',
'webkitfullscreenchange',
'mozfullscreenchange',
'MSFullscreenChange',
],
fullscreenerror: [
'fullscreenerror',
'webkitfullscreenerror',
'mozfullscreenerror',
'MSFullscreenError',
],
};
export default aliases;