Your IP : 18.119.137.162


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/main/core/src/lib/event/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.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;