119 lines
No EOL
4.7 KiB
JavaScript
119 lines
No EOL
4.7 KiB
JavaScript
/******/ (function() { // webpackBootstrap
|
|
/******/ var __webpack_modules__ = ({
|
|
|
|
/***/ "./node_modules/motion-ui/dist/motion-ui.min.js":
|
|
/*!******************************************************!*\
|
|
!*** ./node_modules/motion-ui/dist/motion-ui.min.js ***!
|
|
\******************************************************/
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
!function (n, e) {
|
|
true ? !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(/*! jquery */ "jquery")], __WEBPACK_AMD_DEFINE_FACTORY__ = (e),
|
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : 0;
|
|
}(this, function (s) {
|
|
"use strict";
|
|
|
|
Date.now || (Date.now = function () {
|
|
return new Date().getTime();
|
|
});
|
|
for (var t, n = ["webkit", "moz"], e = 0; e < n.length && !window.requestAnimationFrame; ++e) {
|
|
var i = n[e];
|
|
window.requestAnimationFrame = window[i + "RequestAnimationFrame"], window.cancelAnimationFrame = window[i + "CancelAnimationFrame"] || window[i + "CancelRequestAnimationFrame"];
|
|
}
|
|
!/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent) && window.requestAnimationFrame && window.cancelAnimationFrame || (t = 0, window.requestAnimationFrame = function (n) {
|
|
var e = Date.now(),
|
|
i = Math.max(t + 16, e);
|
|
return setTimeout(function () {
|
|
n(t = i);
|
|
}, i - e);
|
|
}, window.cancelAnimationFrame = clearTimeout);
|
|
var u = ["mui-enter", "mui-leave"],
|
|
m = ["mui-enter-active", "mui-leave-active"],
|
|
d = function () {
|
|
var n,
|
|
e = {
|
|
transition: "transitionend",
|
|
WebkitTransition: "webkitTransitionEnd",
|
|
MozTransition: "transitionend",
|
|
OTransition: "otransitionend"
|
|
},
|
|
i = window.document.createElement("div");
|
|
for (n in e) if (void 0 !== i.style[n]) return e[n];
|
|
return null;
|
|
}();
|
|
function o(n, e, i, t) {
|
|
var o, a;
|
|
function r() {
|
|
e[0].style.transitionDuration = 0, e.removeClass(o + " " + a + " " + i);
|
|
}
|
|
(e = s(e).eq(0)).length && (null === d ? (n ? e.show() : e.hide(), t()) : (o = n ? u[0] : u[1], a = n ? m[0] : m[1], r(), e.addClass(i), e.css("transition", "none"), requestAnimationFrame(function () {
|
|
e.addClass(o), n && e.show();
|
|
}), requestAnimationFrame(function () {
|
|
e[0].offsetWidth, e.css("transition", ""), e.addClass(a);
|
|
}), e.one("transitionend", function () {
|
|
n || e.hide();
|
|
r(), t && t.apply(e);
|
|
})));
|
|
}
|
|
return {
|
|
animateIn: function animateIn(n, e, i) {
|
|
o(!0, n, e, i);
|
|
},
|
|
animateOut: function animateOut(n, e, i) {
|
|
o(!1, n, e, i);
|
|
}
|
|
};
|
|
});
|
|
|
|
/***/ }),
|
|
|
|
/***/ "jquery":
|
|
/*!*************************!*\
|
|
!*** external "jQuery" ***!
|
|
\*************************/
|
|
/***/ (function(module) {
|
|
|
|
"use strict";
|
|
module.exports = jQuery;
|
|
|
|
/***/ })
|
|
|
|
/******/ });
|
|
/************************************************************************/
|
|
/******/ // The module cache
|
|
/******/ var __webpack_module_cache__ = {};
|
|
/******/
|
|
/******/ // The require function
|
|
/******/ function __webpack_require__(moduleId) {
|
|
/******/ // Check if module is in cache
|
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
/******/ if (cachedModule !== undefined) {
|
|
/******/ return cachedModule.exports;
|
|
/******/ }
|
|
/******/ // Create a new module (and put it into the cache)
|
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
/******/ // no module.id needed
|
|
/******/ // no module.loaded needed
|
|
/******/ exports: {}
|
|
/******/ };
|
|
/******/
|
|
/******/ // Execute the module function
|
|
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
/******/
|
|
/******/ // Return the exports of the module
|
|
/******/ return module.exports;
|
|
/******/ }
|
|
/******/
|
|
/************************************************************************/
|
|
/******/
|
|
/******/ // startup
|
|
/******/ // Load entry module and return exports
|
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
/******/ var __webpack_exports__ = __webpack_require__("./node_modules/motion-ui/dist/motion-ui.min.js");
|
|
/******/
|
|
/******/ })()
|
|
;
|
|
//# sourceMappingURL=motion-ui.min.js.map
|