(window["webpackJsonp_name_"] = window["webpackJsonp_name_"] || []).push([[36],{ /***/ 176: /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function whichAnimationEvent() { var t, el = document.createElement('fakeelement'); var animations = { 'animation': 'animationend', 'OAnimation': 'oAnimationEnd', 'MozAnimation': 'animationend', 'WebkitAnimation': 'webkitAnimationEnd' }; for (t in animations) { if (t && el.style[t] !== undefined) { return animations[t]; } } } var animationEvent = exports.animationEvent = whichAnimationEvent(); /***/ }) }]);