2 lines
9.6 KiB
JavaScript
2 lines
9.6 KiB
JavaScript
|
!function o(a, u, s) { function l(t, e) { if (!u[t]) { if (!a[t]) { var n = "function" == typeof require && require; if (!e && n) return n(t, !0); if (c) return c(t, !0); var r = new Error("Cannot find module '" + t + "'"); throw r.code = "MODULE_NOT_FOUND", r } var i = u[t] = { exports: {} }; a[t][0].call(i.exports, function (e) { return l(a[t][1][e] || e) }, i, i.exports, o, a, u, s) } return u[t].exports } for (var c = "function" == typeof require && require, e = 0; e < s.length; e++)l(s[e]); return l }({ 1: [function (e, t, n) { "use strict"; var r, i, o = (r = e("@keyframes/core")) && r.__esModule ? r : { default: r }; function a(e, n) { e.each(function (e, t) { t.Keyframes || (t.Keyframes = new o.default(t)), n(t.Keyframes) }) } (i = jQuery).keyframe = { isSupported: o.default.isSupported, generate: o.default.generate, generateCSS: o.default.generateCSS, define: o.default.define }, i.fn.resetKeyframe = function (t) { a(this, function (e) { return e.reset().then(t) }) }, i.fn.pauseKeyframe = function () { a(this, function (e) { return e.pause() }) }, i.fn.resumeKeyframe = function () { a(this, function (e) { return e.resume() }) }, i.fn.playKeyframe = function (t, e) { var n = e; t.complete && (e = t.complete), "function" == typeof e && (n = { onIteration: e, onEnd: e }), a(this, function (e) { return e.play(t, n) }) } }, { "@keyframes/core": 2 }], 2: [function (e, t, n) { "use strict"; var o = function () { return (o = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++)for (var i in t = arguments[n]) Object.prototype.hasOwnProperty.call(t, i) && (e[i] = t[i]); return e }).apply(this, arguments) }, d = function (e, a, u, s) { return new (u = u || Promise)(function (t, n) { function r(e) { try { o(s.next(e)) } catch (e) { n(e) } } function i(e) { try { o(s.throw(e)) } catch (e) { n(e) } } function o(e) { e.done ? t(e.value) : function (t) { return t instanceof u ? t : new u(function (e) { e(t) }) }(e.value).then(r, i) } o((s = s.apply(e, a || [])).next()) }) }, p = function (n, r) { var i, o, a, e, u = { label: 0, sent: function () { if (1 & a[0]) throw a[1]; return a[1] }, trys: [], ops: [] }; return e = { next: t(0), throw: t(1), return: t(2) }, "function" == typeof Symbol && (e[Symbol.iterator] = function () { return this }), e; function t(t) { return function (e) { return function (t) { if (i) throw new TypeError("Generator is already executing."); for (; u;)try { if (i = 1, o && (a = 2 & t[0] ? o.return : t[0] ? o.throw || ((a = o.return) && a.call(o), 0) : o.next) && !(a = a.call(o, t[1])).done) return a; switch (o = 0, a && (t = [2 & t[0], a.value]), t[0]) { case 0: case 1: a = t; break; case 4: return u.label++, { value: t[1], done: !1 }; case 5: u.label++, o = t[1], t = [0]; continue; case 7: t = u.ops.pop(), u.trys.pop(); continue; default: if (!(a = 0 < (a = u.trys).length && a[a.length - 1]) && (6 === t[0] || 2 === t[0])) { u = 0; continue } if (3 === t[0] && (!a || t[1] > a[0] && t[1] < a[3])) { u.label = t[1]; break } if (6 === t[0] && u.label < a[1]) { u.label = a[1], a = t; break } if (a && u.label < a[2]) { u.label = a[2], u.ops.push(t); break } a[2] && u.ops.pop(), u.trys.pop(); continue }t = r.call(n, u) } catch (e) { t = [6, e], o = 0 } finally { i = a = 0 } if (5 & t[0]) throw t[1]; return { value: t[0] ? t[1] : void 0, done: !0 } }([t, e]) } } }, r = function (e) { return e && e.__esModule ? e : { default: e } }; Object.defineProperty(n, "__esModule", { value: !0 }); function i() { return new Promise(function (e) { requestAnimationFrame(function () { e() }) }) } var a, u = r(e("add-px-to-style")), s = r(e("hyphenate-style-name")), l = "undefined" != typeof window; if (l) { var c = document.createElement("style"); c.setAttribute("id", "keyframesjs-stylesheet"), document.head.appendChild(c), a = c.sheet } function f() { } function h(e) { if (!Object.keys(e).length) return ""; var t = ""; for (var n in e) t += s.default(n) + ":" + u.default(n, e[n]) + ";"; return t } var m = (y.isSupported = function () { return void 0 !== document.body.style.animationName }, y.
|