Last active
November 28, 2024 09:07
-
-
Save desenvolvedorIcotrade/4ffb129ae2fbe85e87ae38b1af1c7540 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Webflow: Front-end site library | |
* @license MIT | |
* Inline scripts may access the api using an async handler: | |
* var Webflow = Webflow || []; | |
* Webflow.push(readyFunction); | |
*/ | |
! function(t) { | |
var e = {}; | |
function n(r) { if (e[r]) return e[r].exports; var i = e[r] = { i: r, l: !1, exports: {} }; return t[r].call(i.exports, i, i.exports, n), i.l = !0, i.exports } | |
n.m = t, n.c = e, n.d = function(t, e, r) { n.o(t, e) || Object.defineProperty(t, e, { enumerable: !0, get: r }) }, n.r = function(t) { "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(t, "__esModule", { value: !0 }) }, n.t = function(t, e) { | |
if (1 & e && (t = n(t)), 8 & e) return t; | |
if (4 & e && "object" == typeof t && t && t.__esModule) return t; | |
var r = Object.create(null); | |
if (n.r(r), Object.defineProperty(r, "default", { enumerable: !0, value: t }), 2 & e && "string" != typeof t) | |
for (var i in t) n.d(r, i, function(e) { return t[e] }.bind(null, i)); | |
return r | |
}, n.n = function(t) { var e = t && t.__esModule ? function() { return t.default } : function() { return t }; return n.d(e, "a", e), e }, n.o = function(t, e) { return Object.prototype.hasOwnProperty.call(t, e) }, n.p = "", n(n.s = 139) | |
}([function(t, e) { | |
var n = Array.isArray; | |
t.exports = n | |
}, function(t, e, n) { | |
"use strict"; | |
var r = {}, | |
i = {}, | |
o = [], | |
a = window.Webflow || [], | |
u = window.jQuery, | |
c = u(window), | |
s = u(document), | |
f = u.isFunction, | |
l = r._ = n(141), | |
d = r.tram = n(83) && u.tram, | |
p = !1, | |
v = !1; | |
function h(t) { | |
r.env() && (f(t.design) && c.on("__wf_design", t.design), f(t.preview) && c.on("__wf_preview", t.preview)), f(t.destroy) && c.on("__wf_destroy", t.destroy), t.ready && f(t.ready) && function(t) { | |
if (p) return void t.ready(); | |
if (l.contains(o, t.ready)) return; | |
o.push(t.ready) | |
}(t) | |
} | |
function g(t) { f(t.design) && c.off("__wf_design", t.design), f(t.preview) && c.off("__wf_preview", t.preview), f(t.destroy) && c.off("__wf_destroy", t.destroy), t.ready && f(t.ready) && function(t) { o = l.filter(o, function(e) { return e !== t.ready }) }(t) } | |
d.config.hideBackface = !1, d.config.keepInherited = !0, r.define = function(t, e, n) { i[t] && g(i[t]); var r = i[t] = e(u, l, n) || {}; return h(r), r }, r.require = function(t) { return i[t] }, r.push = function(t) { p ? f(t) && t() : a.push(t) }, r.env = function(t) { | |
var e = window.__wf_design, | |
n = void 0 !== e; | |
return t ? "design" === t ? n && e : "preview" === t ? n && !e : "slug" === t ? n && window.__wf_slug : "editor" === t ? window.WebflowEditor : "test" === t ? window.__wf_test : "frame" === t ? window !== window.top : void 0 : n | |
}; | |
var y, E = navigator.userAgent.toLowerCase(), | |
m = r.env.touch = "ontouchstart" in window || window.DocumentTouch && document instanceof window.DocumentTouch, | |
_ = r.env.chrome = /chrome/.test(E) && /Google/.test(navigator.vendor) && parseInt(E.match(/chrome\/(\d+)\./)[1], 10), | |
I = r.env.ios = /(ipod|iphone|ipad)/.test(E); | |
r.env.safari = /safari/.test(E) && !_ && !I, m && s.on("touchstart mousedown", function(t) { y = t.target }), r.validClick = m ? function(t) { return t === y || u.contains(t, y) } : function() { return !0 }; | |
var b, w = "resize.webflow orientationchange.webflow load.webflow"; | |
function T(t, e) { | |
var n = [], | |
r = {}; | |
return r.up = l.throttle(function(t) { l.each(n, function(e) { e(t) }) }), t && e && t.on(e, r.up), r.on = function(t) { "function" == typeof t && (l.contains(n, t) || n.push(t)) }, r.off = function(t) { n = arguments.length ? l.filter(n, function(e) { return e !== t }) : [] }, r | |
} | |
function O(t) { f(t) && t() } | |
function S() { b && (b.reject(), c.off("load", b.resolve)), b = new u.Deferred, c.on("load", b.resolve) } | |
r.resize = T(c, w), r.scroll = T(c, "scroll.webflow resize.webflow orientationchange.webflow load.webflow"), r.redraw = T(), r.location = function(t) { window.location = t }, r.env() && (r.location = function() {}), r.ready = function() { p = !0, v ? (v = !1, l.each(i, h)) : l.each(o, O), l.each(a, O), r.resize.up() }, r.load = function(t) { b.then(t) }, r.destroy = function(t) { t = t || {}, v = !0, c.triggerHandler("__wf_destroy"), null != t.domready && (p = t.domready), l.each(i, g), r.resize.off(), r.scroll.off(), r.redraw.off(), o = [], a = [], "pending" === b.state() && S() }, u(r.ready), S(), t.exports = window.Webflow = r | |
}, function(t, e, n) { | |
var r = n(49)("wks"), | |
i = n(31), | |
o = n(6).Symbol, | |
a = "function" == typeof o; | |
(t.exports = function(t) { return r[t] || (r[t] = a && o[t] || (a ? o : i)("Symbol." + t)) }).store = r | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.IX2VanillaUtils = e.IX2VanillaPlugins = e.IX2ElementsReducer = e.IX2EngineItemTypes = e.IX2EngineEventTypes = e.IX2EngineConstants = e.IX2EngineActionTypes = e.IX2EasingUtils = e.IX2Easings = e.IX2BrowserSupport = void 0; | |
var r = p(n(60)), | |
i = p(n(124)), | |
o = p(n(125)), | |
a = p(n(126)), | |
u = p(n(127)), | |
c = p(n(77)), | |
s = p(n(78)), | |
f = p(n(250)), | |
l = p(n(128)), | |
d = p(n(255)); | |
function p(t) { | |
if (t && t.__esModule) return t; | |
var e = {}; | |
if (null != t) | |
for (var n in t) Object.prototype.hasOwnProperty.call(t, n) && (e[n] = t[n]); | |
return e.default = t, e | |
} | |
e.IX2BrowserSupport = r, e.IX2Easings = i, e.IX2EasingUtils = o, e.IX2EngineActionTypes = a, e.IX2EngineConstants = s, e.IX2EngineEventTypes = u, e.IX2EngineItemTypes = c, e.IX2ElementsReducer = f, e.IX2VanillaPlugins = l, e.IX2VanillaUtils = d | |
}, function(t, e, n) { | |
var r = n(106), | |
i = "object" == typeof self && self && self.Object === Object && self, | |
o = r || i || Function("return this")(); | |
t.exports = o | |
}, function(t, e) { t.exports = function(t) { var e = typeof t; return null != t && ("object" == e || "function" == e) } }, function(t, e) { var n = t.exports = "undefined" != typeof window && window.Math == Math ? window : "undefined" != typeof self && self.Math == Math ? self : Function("return this")(); "number" == typeof __g && (__g = n) }, function(t, e) { var n = t.exports = { version: "2.6.5" }; "number" == typeof __e && (__e = n) }, function(t, e, n) { | |
var r = n(19), | |
i = n(87), | |
o = n(46), | |
a = Object.defineProperty; | |
e.f = n(9) ? Object.defineProperty : function(t, e, n) { | |
if (r(t), e = o(e, !0), r(n), i) try { return a(t, e, n) } catch (t) {} | |
if ("get" in n || "set" in n) throw TypeError("Accessors not supported!"); | |
return "value" in n && (t[e] = n.value), t | |
} | |
}, function(t, e, n) { t.exports = !n(21)(function() { return 7 != Object.defineProperty({}, "a", { get: function() { return 7 } }).a }) }, function(t, e) { | |
var n = {}.hasOwnProperty; | |
t.exports = function(t, e) { return n.call(t, e) } | |
}, function(t, e, n) { | |
var r = n(184), | |
i = n(238), | |
o = n(74), | |
a = n(0), | |
u = n(245); | |
t.exports = function(t) { return "function" == typeof t ? t : null == t ? o : "object" == typeof t ? a(t) ? i(t[0], t[1]) : r(t) : u(t) } | |
}, function(t, e, n) { | |
var r = n(196), | |
i = n(201); | |
t.exports = function(t, e) { var n = i(t, e); return r(n) ? n : void 0 } | |
}, function(t, e) { t.exports = function(t) { return null != t && "object" == typeof t } }, function(t, e, n) { | |
var r = n(8), | |
i = n(22); | |
t.exports = n(9) ? function(t, e, n) { return r.f(t, e, i(1, n)) } : function(t, e, n) { return t[e] = n, t } | |
}, function(t, e, n) { | |
var r = n(92), | |
i = n(45); | |
t.exports = function(t) { return r(i(t)) } | |
}, function(t, e, n) { | |
var r = n(25), | |
i = n(197), | |
o = n(198), | |
a = "[object Null]", | |
u = "[object Undefined]", | |
c = r ? r.toStringTag : void 0; | |
t.exports = function(t) { return null == t ? void 0 === t ? u : a : c && c in Object(t) ? i(t) : o(t) } | |
}, function(t, e, n) { | |
var r = n(105), | |
i = n(68); | |
t.exports = function(t) { return null != t && i(t.length) && !r(t) } | |
}, function(t, e, n) { | |
var r = n(6), | |
i = n(7), | |
o = n(86), | |
a = n(14), | |
u = n(10), | |
c = function(t, e, n) { | |
var s, f, l, d = t & c.F, | |
p = t & c.G, | |
v = t & c.S, | |
h = t & c.P, | |
g = t & c.B, | |
y = t & c.W, | |
E = p ? i : i[e] || (i[e] = {}), | |
m = E.prototype, | |
_ = p ? r : v ? r[e] : (r[e] || {}).prototype; | |
for (s in p && (n = e), n)(f = !d && _ && void 0 !== _[s]) && u(E, s) || (l = f ? _[s] : n[s], E[s] = p && "function" != typeof _[s] ? n[s] : g && f ? o(l, r) : y && _[s] == l ? function(t) { | |
var e = function(e, n, r) { | |
if (this instanceof t) { | |
switch (arguments.length) { | |
case 0: | |
return new t; | |
case 1: | |
return new t(e); | |
case 2: | |
return new t(e, n) | |
} | |
return new t(e, n, r) | |
} | |
return t.apply(this, arguments) | |
}; | |
return e.prototype = t.prototype, e | |
}(l) : h && "function" == typeof l ? o(Function.call, l) : l, h && ((E.virtual || (E.virtual = {}))[s] = l, t & c.R && m && !m[s] && a(m, s, l))) | |
}; | |
c.F = 1, c.G = 2, c.S = 4, c.P = 8, c.B = 16, c.W = 32, c.U = 64, c.R = 128, t.exports = c | |
}, function(t, e, n) { | |
var r = n(20); | |
t.exports = function(t) { if (!r(t)) throw TypeError(t + " is not an object!"); return t } | |
}, function(t, e) { t.exports = function(t) { return "object" == typeof t ? null !== t : "function" == typeof t } }, function(t, e) { t.exports = function(t) { try { return !!t() } catch (t) { return !0 } } }, function(t, e) { t.exports = function(t, e) { return { enumerable: !(1 & t), configurable: !(2 & t), writable: !(4 & t), value: e } } }, function(t, e) { t.exports = {} }, function(t, e, n) { | |
"use strict"; | |
var r = n(56); | |
function i(t, e) { | |
var n = document.createEvent("CustomEvent"); | |
n.initCustomEvent(e, !0, !0, null), t.dispatchEvent(n) | |
} | |
var o = window.jQuery, | |
a = {}, | |
u = { reset: function(t, e) { r.triggers.reset(t, e) }, intro: function(t, e) { r.triggers.intro(t, e), i(e, "COMPONENT_ACTIVE") }, outro: function(t, e) { r.triggers.outro(t, e), i(e, "COMPONENT_INACTIVE") } }; | |
a.triggers = {}, a.types = { INTRO: "w-ix-intro.w-ix", OUTRO: "w-ix-outro.w-ix" }, o.extend(a.triggers, u), t.exports = a | |
}, function(t, e, n) { | |
var r = n(4).Symbol; | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(41), | |
i = 1 / 0; | |
t.exports = function(t) { if ("string" == typeof t || r(t)) return t; var e = t + ""; return "0" == e && 1 / t == -i ? "-0" : e } | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
var r = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(t) { return typeof t } : function(t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t }; | |
e.clone = c, e.addLast = l, e.addFirst = d, e.removeLast = p, e.removeFirst = v, e.insert = h, e.removeAt = g, e.replaceAt = y, e.getIn = E, e.set = m, e.setIn = _, e.update = I, e.updateIn = b, e.merge = w, e.mergeDeep = T, e.mergeIn = O, e.omit = S, e.addDefaults = A; | |
/*! | |
* Timm | |
* | |
* Immutability helpers with fast reads and acceptable writes. | |
* | |
* @copyright Guillermo Grau Panea 2016 | |
* @license MIT | |
*/ | |
var i = "INVALID_ARGS"; | |
function o(t) { throw new Error(t) } | |
function a(t) { var e = Object.keys(t); return Object.getOwnPropertySymbols ? e.concat(Object.getOwnPropertySymbols(t)) : e } | |
var u = {}.hasOwnProperty; | |
function c(t) { | |
if (Array.isArray(t)) return t.slice(); | |
for (var e = a(t), n = {}, r = 0; r < e.length; r++) { | |
var i = e[r]; | |
n[i] = t[i] | |
} | |
return n | |
} | |
function s(t, e, n) { | |
var r = n; | |
null == r && o(i); | |
for (var u = !1, l = arguments.length, d = Array(l > 3 ? l - 3 : 0), p = 3; p < l; p++) d[p - 3] = arguments[p]; | |
for (var v = 0; v < d.length; v++) { | |
var h = d[v]; | |
if (null != h) { | |
var g = a(h); | |
if (g.length) | |
for (var y = 0; y <= g.length; y++) { | |
var E = g[y]; | |
if (!t || void 0 === r[E]) { | |
var m = h[E]; | |
e && f(r[E]) && f(m) && (m = s(t, e, r[E], m)), void 0 !== m && m !== r[E] && (u || (u = !0, r = c(r)), r[E] = m) | |
} | |
} | |
} | |
} | |
return r | |
} | |
function f(t) { var e = void 0 === t ? "undefined" : r(t); return null != t && ("object" === e || "function" === e) } | |
function l(t, e) { return Array.isArray(e) ? t.concat(e) : t.concat([e]) } | |
function d(t, e) { return Array.isArray(e) ? e.concat(t) : [e].concat(t) } | |
function p(t) { return t.length ? t.slice(0, t.length - 1) : t } | |
function v(t) { return t.length ? t.slice(1) : t } | |
function h(t, e, n) { return t.slice(0, e).concat(Array.isArray(n) ? n : [n]).concat(t.slice(e)) } | |
function g(t, e) { return e >= t.length || e < 0 ? t : t.slice(0, e).concat(t.slice(e + 1)) } | |
function y(t, e, n) { if (t[e] === n) return t; for (var r = t.length, i = Array(r), o = 0; o < r; o++) i[o] = t[o]; return i[e] = n, i } | |
function E(t, e) { if (!Array.isArray(e) && o(i), null != t) { for (var n = t, r = 0; r < e.length; r++) { var a = e[r]; if (void 0 === (n = null != n ? n[a] : void 0)) return n } return n } } | |
function m(t, e, n) { var r = null == t ? "number" == typeof e ? [] : {} : t; if (r[e] === n) return r; var i = c(r); return i[e] = n, i } | |
function _(t, e, n) { | |
return e.length ? function t(e, n, r, i) { | |
var o = void 0, | |
a = n[i]; | |
o = i === n.length - 1 ? r : t(f(e) && f(e[a]) ? e[a] : "number" == typeof n[i + 1] ? [] : {}, n, r, i + 1); | |
return m(e, a, o) | |
}(t, e, n, 0) : n | |
} | |
function I(t, e, n) { return m(t, e, n(null == t ? void 0 : t[e])) } | |
function b(t, e, n) { return _(t, e, n(E(t, e))) } | |
function w(t, e, n, r, i, o) { for (var a = arguments.length, u = Array(a > 6 ? a - 6 : 0), c = 6; c < a; c++) u[c - 6] = arguments[c]; return u.length ? s.call.apply(s, [null, !1, !1, t, e, n, r, i, o].concat(u)) : s(!1, !1, t, e, n, r, i, o) } | |
function T(t, e, n, r, i, o) { for (var a = arguments.length, u = Array(a > 6 ? a - 6 : 0), c = 6; c < a; c++) u[c - 6] = arguments[c]; return u.length ? s.call.apply(s, [null, !1, !0, t, e, n, r, i, o].concat(u)) : s(!1, !0, t, e, n, r, i, o) } | |
function O(t, e, n, r, i, o, a) { | |
var u = E(t, e); | |
null == u && (u = {}); | |
for (var c = arguments.length, f = Array(c > 7 ? c - 7 : 0), l = 7; l < c; l++) f[l - 7] = arguments[l]; | |
return _(t, e, f.length ? s.call.apply(s, [null, !1, !1, u, n, r, i, o, a].concat(f)) : s(!1, !1, u, n, r, i, o, a)) | |
} | |
function S(t, e) { | |
for (var n = Array.isArray(e) ? e : [e], r = !1, i = 0; i < n.length; i++) | |
if (u.call(t, n[i])) { r = !0; break } | |
if (!r) return t; | |
for (var o = {}, c = a(t), s = 0; s < c.length; s++) { | |
var f = c[s]; | |
n.indexOf(f) >= 0 || (o[f] = t[f]) | |
} | |
return o | |
} | |
function A(t, e, n, r, i, o) { for (var a = arguments.length, u = Array(a > 6 ? a - 6 : 0), c = 6; c < a; c++) u[c - 6] = arguments[c]; return u.length ? s.call.apply(s, [null, !0, !1, t, e, n, r, i, o].concat(u)) : s(!0, !1, t, e, n, r, i, o) } | |
var x = { clone: c, addLast: l, addFirst: d, removeLast: p, removeFirst: v, insert: h, removeAt: g, replaceAt: y, getIn: E, set: m, setIn: _, update: I, updateIn: b, merge: w, mergeDeep: T, mergeIn: O, omit: S, addDefaults: A }; | |
e.default = x | |
}, function(t, e, n) { | |
"use strict"; | |
e.__esModule = !0; | |
var r = a(n(142)), | |
i = a(n(156)), | |
o = "function" == typeof i.default && "symbol" == typeof r.default ? function(t) { return typeof t } : function(t) { return t && "function" == typeof i.default && t.constructor === i.default && t !== i.default.prototype ? "symbol" : typeof t }; | |
function a(t) { return t && t.__esModule ? t : { default: t } } | |
e.default = "function" == typeof i.default && "symbol" === o(r.default) ? function(t) { return void 0 === t ? "undefined" : o(t) } : function(t) { return t && "function" == typeof i.default && t.constructor === i.default && t !== i.default.prototype ? "symbol" : void 0 === t ? "undefined" : o(t) } | |
}, function(t, e) { t.exports = !0 }, function(t, e, n) { | |
var r = n(91), | |
i = n(50); | |
t.exports = Object.keys || function(t) { return r(t, i) } | |
}, function(t, e) { | |
var n = 0, | |
r = Math.random(); | |
t.exports = function(t) { return "Symbol(".concat(void 0 === t ? "" : t, ")_", (++n + r).toString(36)) } | |
}, function(t, e) { e.f = {}.propertyIsEnumerable }, function(t, e, n) { | |
var r = n(186), | |
i = n(187), | |
o = n(188), | |
a = n(189), | |
u = n(190); | |
function c(t) { | |
var e = -1, | |
n = null == t ? 0 : t.length; | |
for (this.clear(); ++e < n;) { | |
var r = t[e]; | |
this.set(r[0], r[1]) | |
} | |
} | |
c.prototype.clear = r, c.prototype.delete = i, c.prototype.get = o, c.prototype.has = a, c.prototype.set = u, t.exports = c | |
}, function(t, e, n) { | |
var r = n(61); | |
t.exports = function(t, e) { | |
for (var n = t.length; n--;) | |
if (r(t[n][0], e)) return n; | |
return -1 | |
} | |
}, function(t, e, n) { | |
var r = n(12)(Object, "create"); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(210); | |
t.exports = function(t, e) { var n = t.__data__; return r(e) ? n["string" == typeof e ? "string" : "hash"] : n.map } | |
}, function(t, e, n) { | |
var r = n(113), | |
i = n(69), | |
o = n(17); | |
t.exports = function(t) { return o(t) ? r(t) : i(t) } | |
}, function(t, e, n) { | |
var r = n(228), | |
i = n(13), | |
o = Object.prototype, | |
a = o.hasOwnProperty, | |
u = o.propertyIsEnumerable, | |
c = r(function() { return arguments }()) ? r : function(t) { return i(t) && a.call(t, "callee") && !u.call(t, "callee") }; | |
t.exports = c | |
}, function(t, e, n) { | |
var r = n(72); | |
t.exports = function(t, e, n) { var i = null == t ? void 0 : r(t, e); return void 0 === i ? n : i } | |
}, function(t, e, n) { | |
var r = n(0), | |
i = n(73), | |
o = n(239), | |
a = n(119); | |
t.exports = function(t, e) { return r(t) ? t : i(t, e) ? [t] : o(a(t)) } | |
}, function(t, e, n) { | |
var r = n(16), | |
i = n(13), | |
o = "[object Symbol]"; | |
t.exports = function(t) { return "symbol" == typeof t || i(t) && r(t) == o } | |
}, function(t, e, n) { | |
"use strict"; | |
e.__esModule = !0; | |
var r, i = n(251), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
e.default = function(t, e, n) { return e in t ? (0, o.default)(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t } | |
}, function(t, e, n) { | |
"use strict"; | |
e.__esModule = !0; | |
var r, i = n(267), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
e.default = o.default || function(t) { for (var e = 1; e < arguments.length; e++) { var n = arguments[e]; for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (t[r] = n[r]) } return t } | |
}, function(t, e) { | |
var n = Math.ceil, | |
r = Math.floor; | |
t.exports = function(t) { return isNaN(t = +t) ? 0 : (t > 0 ? r : n)(t) } | |
}, function(t, e) { t.exports = function(t) { if (null == t) throw TypeError("Can't call method on " + t); return t } }, function(t, e, n) { | |
var r = n(20); | |
t.exports = function(t, e) { if (!r(t)) return t; var n, i; if (e && "function" == typeof(n = t.toString) && !r(i = n.call(t))) return i; if ("function" == typeof(n = t.valueOf) && !r(i = n.call(t))) return i; if (!e && "function" == typeof(n = t.toString) && !r(i = n.call(t))) return i; throw TypeError("Can't convert object to primitive value") } | |
}, function(t, e) { | |
var n = {}.toString; | |
t.exports = function(t) { return n.call(t).slice(8, -1) } | |
}, function(t, e, n) { | |
var r = n(49)("keys"), | |
i = n(31); | |
t.exports = function(t) { return r[t] || (r[t] = i(t)) } | |
}, function(t, e, n) { | |
var r = n(7), | |
i = n(6), | |
o = i["__core-js_shared__"] || (i["__core-js_shared__"] = {}); | |
(t.exports = function(t, e) { return o[t] || (o[t] = void 0 !== e ? e : {}) })("versions", []).push({ version: r.version, mode: n(29) ? "pure" : "global", copyright: "© 2019 Denis Pushkarev (zloirock.ru)" }) | |
}, function(t, e) { t.exports = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",") }, function(t, e, n) { | |
var r = n(8).f, | |
i = n(10), | |
o = n(2)("toStringTag"); | |
t.exports = function(t, e, n) { t && !i(t = n ? t : t.prototype, o) && r(t, o, { configurable: !0, value: e }) } | |
}, function(t, e, n) { | |
var r = n(45); | |
t.exports = function(t) { return Object(r(t)) } | |
}, function(t, e, n) { e.f = n(2) }, function(t, e, n) { | |
var r = n(6), | |
i = n(7), | |
o = n(29), | |
a = n(53), | |
u = n(8).f; | |
t.exports = function(t) { var e = i.Symbol || (i.Symbol = o ? {} : r.Symbol || {}); "_" == t.charAt(0) || t in e || u(e, t, { value: a.f(t) }) } | |
}, function(t, e) { e.f = Object.getOwnPropertySymbols }, function(t, e, n) { | |
"use strict"; | |
var r = window.jQuery, | |
i = {}, | |
o = [], | |
a = { reset: function(t, e) { e.__wf_intro = null }, intro: function(t, e) { e.__wf_intro || (e.__wf_intro = !0, r(e).triggerHandler(i.types.INTRO)) }, outro: function(t, e) { e.__wf_intro && (e.__wf_intro = null, r(e).triggerHandler(i.types.OUTRO)) } }; | |
i.triggers = {}, i.types = { INTRO: "w-ix-intro.w-ix", OUTRO: "w-ix-outro.w-ix" }, i.init = function() { | |
for (var t = o.length, e = 0; e < t; e++) { | |
var n = o[e]; | |
n[0](0, n[1]) | |
} | |
o = [], r.extend(i.triggers, a) | |
}, i.async = function() { | |
for (var t in a) { | |
var e = a[t]; | |
a.hasOwnProperty(t) && (i.triggers[t] = function(t, n) { o.push([e, n]) }) | |
} | |
}, i.async(), t.exports = i | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e), n.d(e, "ActionTypes", function() { return o }), n.d(e, "default", function() { return a }); | |
var r = n(96), | |
i = n(179), | |
o = { INIT: "@@redux/INIT" }; | |
function a(t, e, n) { | |
var u; | |
if ("function" == typeof e && void 0 === n && (n = e, e = void 0), void 0 !== n) { if ("function" != typeof n) throw new Error("Expected the enhancer to be a function."); return n(a)(t, e) } | |
if ("function" != typeof t) throw new Error("Expected the reducer to be a function."); | |
var c = t, | |
s = e, | |
f = [], | |
l = f, | |
d = !1; | |
function p() { l === f && (l = f.slice()) } | |
function v() { return s } | |
function h(t) { | |
if ("function" != typeof t) throw new Error("Expected listener to be a function."); | |
var e = !0; | |
return p(), l.push(t), | |
function() { | |
if (e) { | |
e = !1, p(); | |
var n = l.indexOf(t); | |
l.splice(n, 1) | |
} | |
} | |
} | |
function g(t) { if (!Object(r.default)(t)) throw new Error("Actions must be plain objects. Use custom middleware for async actions."); if (void 0 === t.type) throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?'); if (d) throw new Error("Reducers may not dispatch actions."); try { d = !0, s = c(s, t) } finally { d = !1 } for (var e = f = l, n = 0; n < e.length; n++) e[n](); return t } | |
return g({ type: o.INIT }), (u = { | |
dispatch: g, | |
subscribe: h, | |
getState: v, | |
replaceReducer: function(t) { | |
if ("function" != typeof t) throw new Error("Expected the nextReducer to be a function."); | |
c = t, g({ type: o.INIT }) | |
} | |
})[i.default] = function() { | |
var t, e = h; | |
return (t = { | |
subscribe: function(t) { | |
if ("object" != typeof t) throw new TypeError("Expected the observer to be an object."); | |
function n() { t.next && t.next(v()) } | |
return n(), { unsubscribe: e(n) } | |
} | |
})[i.default] = function() { return this }, t | |
}, u | |
} | |
}, function(t, e) { | |
var n; | |
n = function() { return this }(); | |
try { n = n || new Function("return this")() } catch (t) { "object" == typeof window && (n = window) } | |
t.exports = n | |
}, function(t, e, n) { | |
"use strict"; | |
function r() { | |
for (var t = arguments.length, e = Array(t), n = 0; n < t; n++) e[n] = arguments[n]; | |
if (0 === e.length) return function(t) { return t }; | |
if (1 === e.length) return e[0]; | |
var r = e[e.length - 1], | |
i = e.slice(0, -1); | |
return function() { return i.reduceRight(function(t, e) { return e(t) }, r.apply(void 0, arguments)) } | |
} | |
n.r(e), n.d(e, "default", function() { return r }) | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.TRANSFORM_STYLE_PREFIXED = e.TRANSFORM_PREFIXED = e.FLEX_PREFIXED = e.ELEMENT_MATCHES = e.withBrowser = e.IS_BROWSER_ENV = void 0; | |
var r, i = n(102), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
var a = e.IS_BROWSER_ENV = "undefined" != typeof window, | |
u = e.withBrowser = function(t, e) { return a ? t() : e }, | |
c = (e.ELEMENT_MATCHES = u(function() { return (0, o.default)(["matches", "matchesSelector", "mozMatchesSelector", "msMatchesSelector", "oMatchesSelector", "webkitMatchesSelector"], function(t) { return t in Element.prototype }) }), e.FLEX_PREFIXED = u(function() { | |
var t = document.createElement("i"), | |
e = ["flex", "-webkit-flex", "-ms-flexbox", "-moz-box", "-webkit-box"]; | |
try { for (var n = e.length, r = 0; r < n; r++) { var i = e[r]; if (t.style.display = i, t.style.display === i) return i } return "" } catch (t) { return "" } | |
}, "flex"), (e.TRANSFORM_PREFIXED = u(function() { | |
var t = document.createElement("i"); | |
if (null == t.style.transform) | |
for (var e = ["Webkit", "Moz", "ms"], n = e.length, r = 0; r < n; r++) { var i = e[r] + "Transform"; if (void 0 !== t.style[i]) return i } | |
return "transform" | |
}, "transform")).split("transform")[0]); | |
e.TRANSFORM_STYLE_PREFIXED = c ? c + "TransformStyle" : "transformStyle" | |
}, function(t, e) { t.exports = function(t, e) { return t === e || t != t && e != e } }, function(t, e, n) { | |
var r = n(12)(n(4), "Map"); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(202), | |
i = n(209), | |
o = n(211), | |
a = n(212), | |
u = n(213); | |
function c(t) { | |
var e = -1, | |
n = null == t ? 0 : t.length; | |
for (this.clear(); ++e < n;) { | |
var r = t[e]; | |
this.set(r[0], r[1]) | |
} | |
} | |
c.prototype.clear = r, c.prototype.delete = i, c.prototype.get = o, c.prototype.has = a, c.prototype.set = u, t.exports = c | |
}, function(t, e) { t.exports = function(t, e) { for (var n = -1, r = e.length, i = t.length; ++n < r;) t[i + n] = e[n]; return t } }, function(t, e, n) { | |
(function(t) { | |
var r = n(4), | |
i = n(229), | |
o = e && !e.nodeType && e, | |
a = o && "object" == typeof t && t && !t.nodeType && t, | |
u = a && a.exports === o ? r.Buffer : void 0, | |
c = (u ? u.isBuffer : void 0) || i; | |
t.exports = c | |
}).call(this, n(114)(t)) | |
}, function(t, e) { | |
var n = 9007199254740991, | |
r = /^(?:0|[1-9]\d*)$/; | |
t.exports = function(t, e) { var i = typeof t; return !!(e = null == e ? n : e) && ("number" == i || "symbol" != i && r.test(t)) && t > -1 && t % 1 == 0 && t < e } | |
}, function(t, e, n) { | |
var r = n(230), | |
i = n(231), | |
o = n(232), | |
a = o && o.isTypedArray, | |
u = a ? i(a) : r; | |
t.exports = u | |
}, function(t, e) { | |
var n = 9007199254740991; | |
t.exports = function(t) { return "number" == typeof t && t > -1 && t % 1 == 0 && t <= n } | |
}, function(t, e, n) { | |
var r = n(70), | |
i = n(233), | |
o = Object.prototype.hasOwnProperty; | |
t.exports = function(t) { if (!r(t)) return i(t); var e = []; for (var n in Object(t)) o.call(t, n) && "constructor" != n && e.push(n); return e } | |
}, function(t, e) { | |
var n = Object.prototype; | |
t.exports = function(t) { var e = t && t.constructor; return t === ("function" == typeof e && e.prototype || n) } | |
}, function(t, e, n) { | |
var r = n(234), | |
i = n(62), | |
o = n(235), | |
a = n(236), | |
u = n(116), | |
c = n(16), | |
s = n(107), | |
f = s(r), | |
l = s(i), | |
d = s(o), | |
p = s(a), | |
v = s(u), | |
h = c; | |
(r && "[object DataView]" != h(new r(new ArrayBuffer(1))) || i && "[object Map]" != h(new i) || o && "[object Promise]" != h(o.resolve()) || a && "[object Set]" != h(new a) || u && "[object WeakMap]" != h(new u)) && (h = function(t) { | |
var e = c(t), | |
n = "[object Object]" == e ? t.constructor : void 0, | |
r = n ? s(n) : ""; | |
if (r) switch (r) { | |
case f: | |
return "[object DataView]"; | |
case l: | |
return "[object Map]"; | |
case d: | |
return "[object Promise]"; | |
case p: | |
return "[object Set]"; | |
case v: | |
return "[object WeakMap]" | |
} | |
return e | |
}), t.exports = h | |
}, function(t, e, n) { | |
var r = n(40), | |
i = n(26); | |
t.exports = function(t, e) { for (var n = 0, o = (e = r(e, t)).length; null != t && n < o;) t = t[i(e[n++])]; return n && n == o ? t : void 0 } | |
}, function(t, e, n) { | |
var r = n(0), | |
i = n(41), | |
o = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, | |
a = /^\w*$/; | |
t.exports = function(t, e) { if (r(t)) return !1; var n = typeof t; return !("number" != n && "symbol" != n && "boolean" != n && null != t && !i(t)) || a.test(t) || !o.test(t) || null != e && t in Object(e) } | |
}, function(t, e) { t.exports = function(t) { return t } }, function(t, e, n) { | |
var r = n(248); | |
t.exports = function(t) { | |
var e = r(t), | |
n = e % 1; | |
return e == e ? n ? e - n : e : 0 | |
} | |
}, function(t, e, n) { | |
var r = n(5), | |
i = n(41), | |
o = NaN, | |
a = /^\s+|\s+$/g, | |
u = /^[-+]0x[0-9a-f]+$/i, | |
c = /^0b[01]+$/i, | |
s = /^0o[0-7]+$/i, | |
f = parseInt; | |
t.exports = function(t) { | |
if ("number" == typeof t) return t; | |
if (i(t)) return o; | |
if (r(t)) { | |
var e = "function" == typeof t.valueOf ? t.valueOf() : t; | |
t = r(e) ? e + "" : e | |
} | |
if ("string" != typeof t) return 0 === t ? t : +t; | |
t = t.replace(a, ""); | |
var n = c.test(t); | |
return n || s.test(t) ? f(t.slice(2), n ? 2 : 8) : u.test(t) ? o : +t | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
e.TRANSFORM_MOVE = "TRANSFORM_MOVE", e.TRANSFORM_SCALE = "TRANSFORM_SCALE", e.TRANSFORM_ROTATE = "TRANSFORM_ROTATE", e.TRANSFORM_SKEW = "TRANSFORM_SKEW", e.STYLE_OPACITY = "STYLE_OPACITY", e.STYLE_SIZE = "STYLE_SIZE", e.STYLE_BOX_SHADOW = "STYLE_BOX_SHADOW", e.STYLE_FILTER = "STYLE_FILTER", e.STYLE_BACKGROUND_COLOR = "STYLE_BACKGROUND_COLOR", e.STYLE_BORDER = "STYLE_BORDER", e.STYLE_TEXT_COLOR = "STYLE_TEXT_COLOR", e.GENERAL_COMBO_CLASS = "GENERAL_COMBO_CLASS", e.GENERAL_DISPLAY = "GENERAL_DISPLAY", e.GENERAL_CONTINUOUS_ACTION = "GENERAL_CONTINUOUS_ACTION", e.GENERAL_START_ACTION = "GENERAL_START_ACTION", e.GENERAL_STOP_ACTION = "GENERAL_STOP_ACTION", e.GENERAL_LOOP = "GENERAL_LOOP", e.OBJECT_VALUE = "OBJECT_VALUE", e.FADE_EFFECT = "FADE_EFFECT", e.SLIDE_EFFECT = "SLIDE_EFFECT", e.BLUR_EFFECT = "BLUR_EFFECT", e.GROW_EFFECT = "GROW_EFFECT", e.GROW_BIG_EFFECT = "GROW_BIG_EFFECT", e.SHRINK_EFFECT = "SHRINK_EFFECT", e.SHRINK_BIG_EFFECT = "SHRINK_BIG_EFFECT", e.SPIN_EFFECT = "SPIN_EFFECT", e.FLY_EFFECT = "FLY_EFFECT", e.POP_EFFECT = "POP_EFFECT", e.FLIP_EFFECT = "FLIP_EFFECT", e.JIGGLE_EFFECT = "JIGGLE_EFFECT", e.PULSE_EFFECT = "PULSE_EFFECT", e.DROP_EFFECT = "DROP_EFFECT", e.BLINK_EFFECT = "BLINK_EFFECT", e.BOUNCE_EFFECT = "BOUNCE_EFFECT", e.FLIP_LEFT_TO_RIGHT_EFFECT = "FLIP_LEFT_TO_RIGHT_EFFECT", e.FLIP_RIGHT_TO_LEFT_EFFECT = "FLIP_RIGHT_TO_LEFT_EFFECT", e.RUBBER_BAND_EFFECT = "RUBBER_BAND_EFFECT", e.JELLO_EFFECT = "JELLO_EFFECT", e.PLUGIN_BODYMOVIN = "PLUGIN_BODYMOVIN" | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
e.IX2_ID_DELIMITER = "|", e.WF_PAGE = "data-wf-page", e.W_MOD_JS = "w-mod-js", e.W_MOD_IX = "w-mod-ix", e.BOUNDARY_SELECTOR = ".w-dyn-item", e.CONFIG_X_VALUE = "xValue", e.CONFIG_Y_VALUE = "yValue", e.CONFIG_Z_VALUE = "zValue", e.CONFIG_VALUE = "value", e.CONFIG_X_UNIT = "xUnit", e.CONFIG_Y_UNIT = "yUnit", e.CONFIG_Z_UNIT = "zUnit", e.CONFIG_UNIT = "unit", e.TRANSFORM = "transform", e.TRANSLATE_X = "translateX", e.TRANSLATE_Y = "translateY", e.TRANSLATE_Z = "translateZ", e.TRANSLATE_3D = "translate3d", e.SCALE_X = "scaleX", e.SCALE_Y = "scaleY", e.SCALE_Z = "scaleZ", e.SCALE_3D = "scale3d", e.ROTATE_X = "rotateX", e.ROTATE_Y = "rotateY", e.ROTATE_Z = "rotateZ", e.SKEW = "skew", e.SKEW_X = "skewX", e.SKEW_Y = "skewY", e.OPACITY = "opacity", e.FILTER = "filter", e.WIDTH = "width", e.HEIGHT = "height", e.BACKGROUND_COLOR = "backgroundColor", e.BACKGROUND = "background", e.BORDER_COLOR = "borderColor", e.COLOR = "color", e.DISPLAY = "display", e.FLEX = "flex", e.WILL_CHANGE = "willChange", e.AUTO = "AUTO", e.COMMA_DELIMITER = ",", e.COLON_DELIMITER = ":", e.BAR_DELIMITER = "|", e.CHILDREN = "CHILDREN", e.IMMEDIATE_CHILDREN = "IMMEDIATE_CHILDREN", e.SIBLINGS = "SIBLINGS", e.PARENT = "PARENT", e.PRESERVE_3D = "preserve-3d", e.HTML_ELEMENT = "HTML_ELEMENT", e.PLAIN_OBJECT = "PLAIN_OBJECT", e.ABSTRACT_NODE = "ABSTRACT_NODE", e.RENDER_TRANSFORM = "RENDER_TRANSFORM", e.RENDER_GENERAL = "RENDER_GENERAL", e.RENDER_STYLE = "RENDER_STYLE", e.RENDER_PLUGIN = "RENDER_PLUGIN" | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.mediaQueriesDefined = e.viewportWidthChanged = e.actionListPlaybackChanged = e.elementStateChanged = e.instanceRemoved = e.instanceStarted = e.instanceAdded = e.parameterChanged = e.animationFrameChanged = e.eventStateChanged = e.eventListenerAdded = e.clearRequested = e.stopRequested = e.playbackRequested = e.previewRequested = e.sessionStopped = e.sessionStarted = e.sessionInitialized = e.rawDataImported = void 0; | |
var r, i = n(43), | |
o = (r = i) && r.__esModule ? r : { default: r }, | |
a = n(3); | |
var u = a.IX2EngineActionTypes, | |
c = u.IX2_RAW_DATA_IMPORTED, | |
s = u.IX2_SESSION_INITIALIZED, | |
f = u.IX2_SESSION_STARTED, | |
l = u.IX2_SESSION_STOPPED, | |
d = u.IX2_PREVIEW_REQUESTED, | |
p = u.IX2_PLAYBACK_REQUESTED, | |
v = u.IX2_STOP_REQUESTED, | |
h = u.IX2_CLEAR_REQUESTED, | |
g = u.IX2_EVENT_LISTENER_ADDED, | |
y = u.IX2_EVENT_STATE_CHANGED, | |
E = u.IX2_ANIMATION_FRAME_CHANGED, | |
m = u.IX2_PARAMETER_CHANGED, | |
_ = u.IX2_INSTANCE_ADDED, | |
I = u.IX2_INSTANCE_STARTED, | |
b = u.IX2_INSTANCE_REMOVED, | |
w = u.IX2_ELEMENT_STATE_CHANGED, | |
T = u.IX2_ACTION_LIST_PLAYBACK_CHANGED, | |
O = u.IX2_VIEWPORT_WIDTH_CHANGED, | |
S = u.IX2_MEDIA_QUERIES_DEFINED, | |
A = a.IX2EngineItemTypes.GENERAL_START_ACTION, | |
x = a.IX2VanillaUtils.reifyState; | |
e.rawDataImported = function(t) { return { type: c, payload: (0, o.default)({}, x(t)) } }, e.sessionInitialized = function(t) { var e = t.hasBoundaryNodes; return { type: s, payload: { hasBoundaryNodes: e } } }, e.sessionStarted = function() { return { type: f, payload: {} } }, e.sessionStopped = function() { return { type: l, payload: {} } }, e.previewRequested = function(t) { var e = t.rawData; return { type: d, payload: { rawData: e } } }, e.playbackRequested = function(t) { | |
var e = t.actionTypeId, | |
n = void 0 === e ? A : e, | |
r = t.actionListId, | |
i = t.actionItemId, | |
o = t.eventId, | |
a = t.allowEvents, | |
u = t.immediate, | |
c = t.verbose, | |
s = t.rawData; | |
return { type: p, payload: { actionTypeId: n, actionListId: r, actionItemId: i, eventId: o, allowEvents: a, immediate: u, verbose: c, rawData: s } } | |
}, e.stopRequested = function(t) { return { type: v, payload: { actionListId: t } } }, e.clearRequested = function() { return { type: h, payload: {} } }, e.eventListenerAdded = function(t, e) { return { type: g, payload: { target: t, listenerParams: e } } }, e.eventStateChanged = function(t, e) { return { type: y, payload: { stateKey: t, newState: e } } }, e.animationFrameChanged = function(t, e) { return { type: E, payload: { now: t, parameters: e } } }, e.parameterChanged = function(t, e) { return { type: m, payload: { key: t, value: e } } }, e.instanceAdded = function(t) { return { type: _, payload: (0, o.default)({}, t) } }, e.instanceStarted = function(t) { return { type: I, payload: { instanceId: t } } }, e.instanceRemoved = function(t) { return { type: b, payload: { instanceId: t } } }, e.elementStateChanged = function(t, e, n, r) { return { type: w, payload: { elementId: t, actionTypeId: e, current: n, actionItem: r } } }, e.actionListPlaybackChanged = function(t) { | |
var e = t.actionListId, | |
n = t.isPlaying; | |
return { type: T, payload: { actionListId: e, isPlaying: n } } | |
}, e.viewportWidthChanged = function(t) { | |
var e = t.width, | |
n = t.mediaQueries; | |
return { type: O, payload: { width: e, mediaQueries: n } } | |
}, e.mediaQueriesDefined = function() { return { type: S, payload: {} } } | |
}, function(t, e, n) { | |
var r = n(136), | |
i = n(81); | |
function o(t, e) { this.__wrapped__ = t, this.__actions__ = [], this.__chain__ = !!e, this.__index__ = 0, this.__values__ = void 0 } | |
o.prototype = r(i.prototype), o.prototype.constructor = o, t.exports = o | |
}, function(t, e) { t.exports = function() {} }, function(t, e, n) { | |
var r = n(136), | |
i = n(81), | |
o = 4294967295; | |
function a(t) { this.__wrapped__ = t, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ = o, this.__views__ = [] } | |
a.prototype = r(i.prototype), a.prototype.constructor = a, t.exports = a | |
}, function(t, e, n) { | |
"use strict"; | |
var r, i = n(28), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
window.tram = function(t) { | |
function e(t, e) { return (new F.Bare).init(t, e) } | |
function n(t) { return t.replace(/[A-Z]/g, function(t) { return "-" + t.toLowerCase() }) } | |
function r(t) { var e = parseInt(t.slice(1), 16); return [e >> 16 & 255, e >> 8 & 255, 255 & e] } | |
function i(t, e, n) { return "#" + (1 << 24 | t << 16 | e << 8 | n).toString(16).slice(1) } | |
function a() {} | |
function u(t, e, n) { s("Units do not match [" + t + "]: " + e + ", " + n) } | |
function c(t, e, n) { if (void 0 !== e && (n = e), void 0 === t) return n; var r = n; return $.test(t) || !Z.test(t) ? r = parseInt(t, 10) : Z.test(t) && (r = 1e3 * parseFloat(t)), 0 > r && (r = 0), r == r ? r : n } | |
function s(t) { W.debug && window && window.console.warn(t) } | |
var f = function(t, e, n) { | |
function r(t) { return "object" == (void 0 === t ? "undefined" : (0, o.default)(t)) } | |
function i(t) { return "function" == typeof t } | |
function a() {} | |
return function o(u, c) { | |
function s() { var t = new f; return i(t.init) && t.init.apply(t, arguments), t } | |
function f() {} | |
c === n && (c = u, u = Object), s.Bare = f; | |
var l, d = a[t] = u[t], | |
p = f[t] = s[t] = new a; | |
return p.constructor = s, s.mixin = function(e) { return f[t] = s[t] = o(s, e)[t], s }, s.open = function(t) { | |
if (l = {}, i(t) ? l = t.call(s, p, d, s, u) : r(t) && (l = t), r(l)) | |
for (var n in l) e.call(l, n) && (p[n] = l[n]); | |
return i(p.init) || (p.init = u), s | |
}, s.open(c) | |
} | |
}("prototype", {}.hasOwnProperty), | |
l = { | |
ease: ["ease", function(t, e, n, r) { | |
var i = (t /= r) * t, | |
o = i * t; | |
return e + n * (-2.75 * o * i + 11 * i * i + -15.5 * o + 8 * i + .25 * t) | |
}], | |
"ease-in": ["ease-in", function(t, e, n, r) { | |
var i = (t /= r) * t, | |
o = i * t; | |
return e + n * (-1 * o * i + 3 * i * i + -3 * o + 2 * i) | |
}], | |
"ease-out": ["ease-out", function(t, e, n, r) { | |
var i = (t /= r) * t, | |
o = i * t; | |
return e + n * (.3 * o * i + -1.6 * i * i + 2.2 * o + -1.8 * i + 1.9 * t) | |
}], | |
"ease-in-out": ["ease-in-out", function(t, e, n, r) { | |
var i = (t /= r) * t, | |
o = i * t; | |
return e + n * (2 * o * i + -5 * i * i + 2 * o + 2 * i) | |
}], | |
linear: ["linear", function(t, e, n, r) { return n * t / r + e }], | |
"ease-in-quad": ["cubic-bezier(0.550, 0.085, 0.680, 0.530)", function(t, e, n, r) { return n * (t /= r) * t + e }], | |
"ease-out-quad": ["cubic-bezier(0.250, 0.460, 0.450, 0.940)", function(t, e, n, r) { return -n * (t /= r) * (t - 2) + e }], | |
"ease-in-out-quad": ["cubic-bezier(0.455, 0.030, 0.515, 0.955)", function(t, e, n, r) { return (t /= r / 2) < 1 ? n / 2 * t * t + e : -n / 2 * (--t * (t - 2) - 1) + e }], | |
"ease-in-cubic": ["cubic-bezier(0.550, 0.055, 0.675, 0.190)", function(t, e, n, r) { return n * (t /= r) * t * t + e }], | |
"ease-out-cubic": ["cubic-bezier(0.215, 0.610, 0.355, 1)", function(t, e, n, r) { return n * ((t = t / r - 1) * t * t + 1) + e }], | |
"ease-in-out-cubic": ["cubic-bezier(0.645, 0.045, 0.355, 1)", function(t, e, n, r) { return (t /= r / 2) < 1 ? n / 2 * t * t * t + e : n / 2 * ((t -= 2) * t * t + 2) + e }], | |
"ease-in-quart": ["cubic-bezier(0.895, 0.030, 0.685, 0.220)", function(t, e, n, r) { return n * (t /= r) * t * t * t + e }], | |
"ease-out-quart": ["cubic-bezier(0.165, 0.840, 0.440, 1)", function(t, e, n, r) { return -n * ((t = t / r - 1) * t * t * t - 1) + e }], | |
"ease-in-out-quart": ["cubic-bezier(0.770, 0, 0.175, 1)", function(t, e, n, r) { return (t /= r / 2) < 1 ? n / 2 * t * t * t * t + e : -n / 2 * ((t -= 2) * t * t * t - 2) + e }], | |
"ease-in-quint": ["cubic-bezier(0.755, 0.050, 0.855, 0.060)", function(t, e, n, r) { return n * (t /= r) * t * t * t * t + e }], | |
"ease-out-quint": ["cubic-bezier(0.230, 1, 0.320, 1)", function(t, e, n, r) { return n * ((t = t / r - 1) * t * t * t * t + 1) + e }], | |
"ease-in-out-quint": ["cubic-bezier(0.860, 0, 0.070, 1)", function(t, e, n, r) { return (t /= r / 2) < 1 ? n / 2 * t * t * t * t * t + e : n / 2 * ((t -= 2) * t * t * t * t + 2) + e }], | |
"ease-in-sine": ["cubic-bezier(0.470, 0, 0.745, 0.715)", function(t, e, n, r) { return -n * Math.cos(t / r * (Math.PI / 2)) + n + e }], | |
"ease-out-sine": ["cubic-bezier(0.390, 0.575, 0.565, 1)", function(t, e, n, r) { return n * Math.sin(t / r * (Math.PI / 2)) + e }], | |
"ease-in-out-sine": ["cubic-bezier(0.445, 0.050, 0.550, 0.950)", function(t, e, n, r) { return -n / 2 * (Math.cos(Math.PI * t / r) - 1) + e }], | |
"ease-in-expo": ["cubic-bezier(0.950, 0.050, 0.795, 0.035)", function(t, e, n, r) { return 0 === t ? e : n * Math.pow(2, 10 * (t / r - 1)) + e }], | |
"ease-out-expo": ["cubic-bezier(0.190, 1, 0.220, 1)", function(t, e, n, r) { return t === r ? e + n : n * (1 - Math.pow(2, -10 * t / r)) + e }], | |
"ease-in-out-expo": ["cubic-bezier(1, 0, 0, 1)", function(t, e, n, r) { return 0 === t ? e : t === r ? e + n : (t /= r / 2) < 1 ? n / 2 * Math.pow(2, 10 * (t - 1)) + e : n / 2 * (2 - Math.pow(2, -10 * --t)) + e }], | |
"ease-in-circ": ["cubic-bezier(0.600, 0.040, 0.980, 0.335)", function(t, e, n, r) { return -n * (Math.sqrt(1 - (t /= r) * t) - 1) + e }], | |
"ease-out-circ": ["cubic-bezier(0.075, 0.820, 0.165, 1)", function(t, e, n, r) { return n * Math.sqrt(1 - (t = t / r - 1) * t) + e }], | |
"ease-in-out-circ": ["cubic-bezier(0.785, 0.135, 0.150, 0.860)", function(t, e, n, r) { return (t /= r / 2) < 1 ? -n / 2 * (Math.sqrt(1 - t * t) - 1) + e : n / 2 * (Math.sqrt(1 - (t -= 2) * t) + 1) + e }], | |
"ease-in-back": ["cubic-bezier(0.600, -0.280, 0.735, 0.045)", function(t, e, n, r, i) { return void 0 === i && (i = 1.70158), n * (t /= r) * t * ((i + 1) * t - i) + e }], | |
"ease-out-back": ["cubic-bezier(0.175, 0.885, 0.320, 1.275)", function(t, e, n, r, i) { return void 0 === i && (i = 1.70158), n * ((t = t / r - 1) * t * ((i + 1) * t + i) + 1) + e }], | |
"ease-in-out-back": ["cubic-bezier(0.680, -0.550, 0.265, 1.550)", function(t, e, n, r, i) { return void 0 === i && (i = 1.70158), (t /= r / 2) < 1 ? n / 2 * t * t * ((1 + (i *= 1.525)) * t - i) + e : n / 2 * ((t -= 2) * t * ((1 + (i *= 1.525)) * t + i) + 2) + e }] | |
}, | |
d = { "ease-in-back": "cubic-bezier(0.600, 0, 0.735, 0.045)", "ease-out-back": "cubic-bezier(0.175, 0.885, 0.320, 1)", "ease-in-out-back": "cubic-bezier(0.680, 0, 0.265, 1)" }, | |
p = document, | |
v = window, | |
h = "bkwld-tram", | |
g = /[\-\.0-9]/g, | |
y = /[A-Z]/, | |
E = "number", | |
m = /^(rgb|#)/, | |
_ = /(em|cm|mm|in|pt|pc|px)$/, | |
I = /(em|cm|mm|in|pt|pc|px|%)$/, | |
b = /(deg|rad|turn)$/, | |
w = "unitless", | |
T = /(all|none) 0s ease 0s/, | |
O = /^(width|height)$/, | |
S = " ", | |
A = p.createElement("a"), | |
x = ["Webkit", "Moz", "O", "ms"], | |
R = ["-webkit-", "-moz-", "-o-", "-ms-"], | |
L = function(t) { | |
if (t in A.style) return { dom: t, css: t }; | |
var e, n, r = "", | |
i = t.split("-"); | |
for (e = 0; e < i.length; e++) r += i[e].charAt(0).toUpperCase() + i[e].slice(1); | |
for (e = 0; e < x.length; e++) | |
if ((n = x[e] + r) in A.style) return { dom: n, css: R[e] + t } | |
}, | |
N = e.support = { bind: Function.prototype.bind, transform: L("transform"), transition: L("transition"), backface: L("backface-visibility"), timing: L("transition-timing-function") }; | |
if (N.transition) { | |
var C = N.timing.dom; | |
if (A.style[C] = l["ease-in-back"][0], !A.style[C]) | |
for (var M in d) l[M][0] = d[M] | |
} | |
var P = e.frame = function() { var t = v.requestAnimationFrame || v.webkitRequestAnimationFrame || v.mozRequestAnimationFrame || v.oRequestAnimationFrame || v.msRequestAnimationFrame; return t && N.bind ? t.bind(v) : function(t) { v.setTimeout(t, 16) } }(), | |
D = e.now = function() { | |
var t = v.performance, | |
e = t && (t.now || t.webkitNow || t.msNow || t.mozNow); | |
return e && N.bind ? e.bind(t) : Date.now || function() { return +new Date } | |
}(), | |
j = f(function(e) { | |
function r(t, e) { | |
var n = function(t) { | |
for (var e = -1, n = t ? t.length : 0, r = []; ++e < n;) { | |
var i = t[e]; | |
i && r.push(i) | |
} | |
return r | |
}(("" + t).split(S)), | |
r = n[0]; | |
e = e || {}; | |
var i = Q[r]; | |
if (!i) return s("Unsupported property: " + r); | |
if (!e.weak || !this.props[r]) { | |
var o = i[0], | |
a = this.props[r]; | |
return a || (a = this.props[r] = new o.Bare), a.init(this.$el, n, i, e), a | |
} | |
} | |
function i(t, e, n) { | |
if (t) { | |
var i = void 0 === t ? "undefined" : (0, o.default)(t); | |
if (e || (this.timer && this.timer.destroy(), this.queue = [], this.active = !1), "number" == i && e) return this.timer = new B({ duration: t, context: this, complete: a }), void(this.active = !0); | |
if ("string" == i && e) { | |
switch (t) { | |
case "hide": | |
f.call(this); | |
break; | |
case "stop": | |
u.call(this); | |
break; | |
case "redraw": | |
l.call(this); | |
break; | |
default: | |
r.call(this, t, n && n[1]) | |
} | |
return a.call(this) | |
} | |
if ("function" == i) return void t.call(this, this); | |
if ("object" == i) { | |
var s = 0; | |
p.call(this, t, function(t, e) { t.span > s && (s = t.span), t.stop(), t.animate(e) }, function(t) { "wait" in t && (s = c(t.wait, 0)) }), d.call(this), s > 0 && (this.timer = new B({ duration: s, context: this }), this.active = !0, e && (this.timer.complete = a)); | |
var v = this, | |
h = !1, | |
g = {}; | |
P(function() { p.call(v, t, function(t) { t.active && (h = !0, g[t.name] = t.nextStyle) }), h && v.$el.css(g) }) | |
} | |
} | |
} | |
function a() { | |
if (this.timer && this.timer.destroy(), this.active = !1, this.queue.length) { | |
var t = this.queue.shift(); | |
i.call(this, t.options, !0, t.args) | |
} | |
} | |
function u(t) { | |
var e; | |
this.timer && this.timer.destroy(), this.queue = [], this.active = !1, "string" == typeof t ? (e = {})[t] = 1 : e = "object" == (void 0 === t ? "undefined" : (0, o.default)(t)) && null != t ? t : this.props, p.call(this, e, v), d.call(this) | |
} | |
function f() { u.call(this), this.el.style.display = "none" } | |
function l() { this.el.offsetHeight } | |
function d() { | |
var t, e, n = []; | |
for (t in this.upstream && n.push(this.upstream), this.props)(e = this.props[t]).active && n.push(e.string); | |
n = n.join(","), this.style !== n && (this.style = n, this.el.style[N.transition.dom] = n) | |
} | |
function p(t, e, i) { | |
var o, a, u, c, s = e !== v, | |
f = {}; | |
for (o in t) u = t[o], o in q ? (f.transform || (f.transform = {}), f.transform[o] = u) : (y.test(o) && (o = n(o)), o in Q ? f[o] = u : (c || (c = {}), c[o] = u)); | |
for (o in f) { | |
if (u = f[o], !(a = this.props[o])) { | |
if (!s) continue; | |
a = r.call(this, o) | |
} | |
e.call(this, a, u) | |
} | |
i && c && i.call(this, c) | |
} | |
function v(t) { t.stop() } | |
function g(t, e) { t.set(e) } | |
function E(t) { this.$el.css(t) } | |
function m(t, n) { e[t] = function() { return this.children ? function(t, e) { var n, r = this.children.length; for (n = 0; r > n; n++) t.apply(this.children[n], e); return this }.call(this, n, arguments) : (this.el && n.apply(this, arguments), this) } } | |
e.init = function(e) { | |
if (this.$el = t(e), this.el = this.$el[0], this.props = {}, this.queue = [], this.style = "", this.active = !1, W.keepInherited && !W.fallback) { | |
var n = z(this.el, "transition"); | |
n && !T.test(n) && (this.upstream = n) | |
} | |
N.backface && W.hideBackface && Y(this.el, N.backface.css, "hidden") | |
}, m("add", r), m("start", i), m("wait", function(t) { t = c(t, 0), this.active ? this.queue.push({ options: t }) : (this.timer = new B({ duration: t, context: this, complete: a }), this.active = !0) }), m("then", function(t) { return this.active ? (this.queue.push({ options: t, args: arguments }), void(this.timer.complete = a)) : s("No active transition timer. Use start() or wait() before then().") }), m("next", a), m("stop", u), m("set", function(t) { u.call(this, t), p.call(this, t, g, E) }), m("show", function(t) { "string" != typeof t && (t = "block"), this.el.style.display = t }), m("hide", f), m("redraw", l), m("destroy", function() { u.call(this), t.removeData(this.el, h), this.$el = this.el = null }) | |
}), | |
F = f(j, function(e) { | |
function n(e, n) { var r = t.data(e, h) || t.data(e, h, new j.Bare); return r.el || r.init(e), n ? r.start(n) : r } | |
e.init = function(e, r) { var i = t(e); if (!i.length) return this; if (1 === i.length) return n(i[0], r); var o = []; return i.each(function(t, e) { o.push(n(e, r)) }), this.children = o, this } | |
}), | |
k = f(function(t) { | |
function e() { | |
var t = this.get(); | |
this.update("auto"); | |
var e = this.get(); | |
return this.update(t), e | |
} | |
function n(t) { var e = /rgba?\((\d+),\s*(\d+),\s*(\d+)/.exec(t); return (e ? i(e[1], e[2], e[3]) : t).replace(/#(\w)(\w)(\w)$/, "#$1$1$2$2$3$3") } | |
var r = 500, | |
a = "ease", | |
u = 0; | |
t.init = function(t, e, n, i) { | |
this.$el = t, this.el = t[0]; | |
var o = e[0]; | |
n[2] && (o = n[2]), K[o] && (o = K[o]), this.name = o, this.type = n[1], this.duration = c(e[1], this.duration, r), this.ease = function(t, e, n) { return void 0 !== e && (n = e), t in l ? t : n }(e[2], this.ease, a), this.delay = c(e[3], this.delay, u), this.span = this.duration + this.delay, this.active = !1, this.nextStyle = null, this.auto = O.test(this.name), this.unit = i.unit || this.unit || W.defaultUnit, this.angle = i.angle || this.angle || W.defaultAngle, W.fallback || i.fallback ? this.animate = this.fallback : (this.animate = this.transition, this.string = this.name + S + this.duration + "ms" + ("ease" != this.ease ? S + l[this.ease][0] : "") + (this.delay ? S + this.delay + "ms" : "")) | |
}, t.set = function(t) { t = this.convert(t, this.type), this.update(t), this.redraw() }, t.transition = function(t) { this.active = !0, t = this.convert(t, this.type), this.auto && ("auto" == this.el.style[this.name] && (this.update(this.get()), this.redraw()), "auto" == t && (t = e.call(this))), this.nextStyle = t }, t.fallback = function(t) { | |
var n = this.el.style[this.name] || this.convert(this.get(), this.type); | |
t = this.convert(t, this.type), this.auto && ("auto" == n && (n = this.convert(this.get(), this.type)), "auto" == t && (t = e.call(this))), this.tween = new U({ from: n, to: t, duration: this.duration, delay: this.delay, ease: this.ease, update: this.update, context: this }) | |
}, t.get = function() { return z(this.el, this.name) }, t.update = function(t) { Y(this.el, this.name, t) }, t.stop = function() { | |
(this.active || this.nextStyle) && (this.active = !1, this.nextStyle = null, Y(this.el, this.name, this.get())); | |
var t = this.tween; | |
t && t.context && t.destroy() | |
}, t.convert = function(t, e) { | |
if ("auto" == t && this.auto) return t; | |
var r, i = "number" == typeof t, | |
a = "string" == typeof t; | |
switch (e) { | |
case E: | |
if (i) return t; | |
if (a && "" === t.replace(g, "")) return +t; | |
r = "number(unitless)"; | |
break; | |
case m: | |
if (a) { if ("" === t && this.original) return this.original; if (e.test(t)) return "#" == t.charAt(0) && 7 == t.length ? t : n(t) } | |
r = "hex or rgb string"; | |
break; | |
case _: | |
if (i) return t + this.unit; | |
if (a && e.test(t)) return t; | |
r = "number(px) or string(unit)"; | |
break; | |
case I: | |
if (i) return t + this.unit; | |
if (a && e.test(t)) return t; | |
r = "number(px) or string(unit or %)"; | |
break; | |
case b: | |
if (i) return t + this.angle; | |
if (a && e.test(t)) return t; | |
r = "number(deg) or string(angle)"; | |
break; | |
case w: | |
if (i) return t; | |
if (a && I.test(t)) return t; | |
r = "number(unitless) or string(unit or %)" | |
} | |
return function(t, e) { s("Type warning: Expected: [" + t + "] Got: [" + (void 0 === e ? "undefined" : (0, o.default)(e)) + "] " + e) }(r, t), t | |
}, t.redraw = function() { this.el.offsetHeight } | |
}), | |
G = f(k, function(t, e) { t.init = function() { e.init.apply(this, arguments), this.original || (this.original = this.convert(this.get(), m)) } }), | |
X = f(k, function(t, e) { t.init = function() { e.init.apply(this, arguments), this.animate = this.fallback }, t.get = function() { return this.$el[this.name]() }, t.update = function(t) { this.$el[this.name](t) } }), | |
V = f(k, function(t, e) { | |
function n(t, e) { var n, r, i, o, a; for (n in t) i = (o = q[n])[0], r = o[1] || n, a = this.convert(t[n], i), e.call(this, r, a, i) } | |
t.init = function() { e.init.apply(this, arguments), this.current || (this.current = {}, q.perspective && W.perspective && (this.current.perspective = W.perspective, Y(this.el, this.name, this.style(this.current)), this.redraw())) }, t.set = function(t) { n.call(this, t, function(t, e) { this.current[t] = e }), Y(this.el, this.name, this.style(this.current)), this.redraw() }, t.transition = function(t) { | |
var e = this.values(t); | |
this.tween = new H({ current: this.current, values: e, duration: this.duration, delay: this.delay, ease: this.ease }); | |
var n, r = {}; | |
for (n in this.current) r[n] = n in e ? e[n] : this.current[n]; | |
this.active = !0, this.nextStyle = this.style(r) | |
}, t.fallback = function(t) { | |
var e = this.values(t); | |
this.tween = new H({ current: this.current, values: e, duration: this.duration, delay: this.delay, ease: this.ease, update: this.update, context: this }) | |
}, t.update = function() { Y(this.el, this.name, this.style(this.current)) }, t.style = function(t) { var e, n = ""; for (e in t) n += e + "(" + t[e] + ") "; return n }, t.values = function(t) { var e, r = {}; return n.call(this, t, function(t, n, i) { r[t] = n, void 0 === this.current[t] && (e = 0, ~t.indexOf("scale") && (e = 1), this.current[t] = this.convert(e, i)) }), r } | |
}), | |
U = f(function(e) { | |
function n() { | |
var t, e, r, i = c.length; | |
if (i) | |
for (P(n), e = D(), t = i; t--;)(r = c[t]) && r.render(e) | |
} | |
var o = { ease: l.ease[1], from: 0, to: 1 }; | |
e.init = function(t) { | |
this.duration = t.duration || 0, this.delay = t.delay || 0; | |
var e = t.ease || o.ease; | |
l[e] && (e = l[e][1]), "function" != typeof e && (e = o.ease), this.ease = e, this.update = t.update || a, this.complete = t.complete || a, this.context = t.context || this, this.name = t.name; | |
var n = t.from, | |
r = t.to; | |
void 0 === n && (n = o.from), void 0 === r && (r = o.to), this.unit = t.unit || "", "number" == typeof n && "number" == typeof r ? (this.begin = n, this.change = r - n) : this.format(r, n), this.value = this.begin + this.unit, this.start = D(), !1 !== t.autoplay && this.play() | |
}, e.play = function() { | |
var t; | |
this.active || (this.start || (this.start = D()), this.active = !0, t = this, 1 === c.push(t) && P(n)) | |
}, e.stop = function() { | |
var e, n, r; | |
this.active && (this.active = !1, e = this, (r = t.inArray(e, c)) >= 0 && (n = c.slice(r + 1), c.length = r, n.length && (c = c.concat(n)))) | |
}, e.render = function(t) { | |
var e, n = t - this.start; | |
if (this.delay) { | |
if (n <= this.delay) return; | |
n -= this.delay | |
} | |
if (n < this.duration) { var r = this.ease(n, 0, 1, this.duration); return e = this.startRGB ? function(t, e, n) { return i(t[0] + n * (e[0] - t[0]), t[1] + n * (e[1] - t[1]), t[2] + n * (e[2] - t[2])) }(this.startRGB, this.endRGB, r) : function(t) { return Math.round(t * s) / s }(this.begin + r * this.change), this.value = e + this.unit, void this.update.call(this.context, this.value) } | |
e = this.endHex || this.begin + this.change, this.value = e + this.unit, this.update.call(this.context, this.value), this.complete.call(this.context), this.destroy() | |
}, e.format = function(t, e) { | |
if (e += "", "#" == (t += "").charAt(0)) return this.startRGB = r(e), this.endRGB = r(t), this.endHex = t, this.begin = 0, void(this.change = 1); | |
if (!this.unit) { | |
var n = e.replace(g, ""); | |
n !== t.replace(g, "") && u("tween", e, t), this.unit = n | |
} | |
e = parseFloat(e), t = parseFloat(t), this.begin = this.value = e, this.change = t - e | |
}, e.destroy = function() { this.stop(), this.context = null, this.ease = this.update = this.complete = a }; | |
var c = [], | |
s = 1e3 | |
}), | |
B = f(U, function(t) { t.init = function(t) { this.duration = t.duration || 0, this.complete = t.complete || a, this.context = t.context, this.play() }, t.render = function(t) { t - this.start < this.duration || (this.complete.call(this.context), this.destroy()) } }), | |
H = f(U, function(t, e) { | |
t.init = function(t) { | |
var e, n; | |
for (e in this.context = t.context, this.update = t.update, this.tweens = [], this.current = t.current, t.values) n = t.values[e], this.current[e] !== n && this.tweens.push(new U({ name: e, from: this.current[e], to: n, duration: t.duration, delay: t.delay, ease: t.ease, autoplay: !1 })); | |
this.play() | |
}, t.render = function(t) { var e, n, r = !1; for (e = this.tweens.length; e--;)(n = this.tweens[e]).context && (n.render(t), this.current[n.name] = n.value, r = !0); return r ? void(this.update && this.update.call(this.context)) : this.destroy() }, t.destroy = function() { | |
if (e.destroy.call(this), this.tweens) { | |
var t; | |
for (t = this.tweens.length; t--;) this.tweens[t].destroy(); | |
this.tweens = null, this.current = null | |
} | |
} | |
}), | |
W = e.config = { debug: !1, defaultUnit: "px", defaultAngle: "deg", keepInherited: !1, hideBackface: !1, perspective: "", fallback: !N.transition, agentTests: [] }; | |
e.fallback = function(t) { | |
if (!N.transition) return W.fallback = !0; | |
W.agentTests.push("(" + t + ")"); | |
var e = new RegExp(W.agentTests.join("|"), "i"); | |
W.fallback = e.test(navigator.userAgent) | |
}, e.fallback("6.0.[2-5] Safari"), e.tween = function(t) { return new U(t) }, e.delay = function(t, e, n) { return new B({ complete: e, duration: t, context: n }) }, t.fn.tram = function(t) { return e.call(null, this, t) }; | |
var Y = t.style, | |
z = t.css, | |
K = { transform: N.transform && N.transform.css }, | |
Q = { color: [G, m], background: [G, m, "background-color"], "outline-color": [G, m], "border-color": [G, m], "border-top-color": [G, m], "border-right-color": [G, m], "border-bottom-color": [G, m], "border-left-color": [G, m], "border-width": [k, _], "border-top-width": [k, _], "border-right-width": [k, _], "border-bottom-width": [k, _], "border-left-width": [k, _], "border-spacing": [k, _], "letter-spacing": [k, _], margin: [k, _], "margin-top": [k, _], "margin-right": [k, _], "margin-bottom": [k, _], "margin-left": [k, _], padding: [k, _], "padding-top": [k, _], "padding-right": [k, _], "padding-bottom": [k, _], "padding-left": [k, _], "outline-width": [k, _], opacity: [k, E], top: [k, I], right: [k, I], bottom: [k, I], left: [k, I], "font-size": [k, I], "text-indent": [k, I], "word-spacing": [k, I], width: [k, I], "min-width": [k, I], "max-width": [k, I], height: [k, I], "min-height": [k, I], "max-height": [k, I], "line-height": [k, w], "scroll-top": [X, E, "scrollTop"], "scroll-left": [X, E, "scrollLeft"] }, | |
q = {}; | |
N.transform && (Q.transform = [V], q = { x: [I, "translateX"], y: [I, "translateY"], rotate: [b], rotateX: [b], rotateY: [b], scale: [E], scaleX: [E], scaleY: [E], skew: [b], skewX: [b], skewY: [b] }), N.transform && N.backface && (q.z = [I, "translateZ"], q.rotateZ = [b], q.scaleZ = [E], q.perspective = [_]); | |
var $ = /ms/, | |
Z = /s|\./; | |
return t.tram = e | |
}(window.jQuery) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(144)(!0); | |
n(85)(String, "String", function(t) { this._t = String(t), this._i = 0 }, function() { | |
var t, e = this._t, | |
n = this._i; | |
return n >= e.length ? { value: void 0, done: !0 } : (t = r(e, n), this._i += t.length, { value: t, done: !1 }) | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(29), | |
i = n(18), | |
o = n(89), | |
a = n(14), | |
u = n(23), | |
c = n(146), | |
s = n(51), | |
f = n(151), | |
l = n(2)("iterator"), | |
d = !([].keys && "next" in [].keys()), | |
p = function() { return this }; | |
t.exports = function(t, e, n, v, h, g, y) { | |
c(n, e, v); | |
var E, m, _, I = function(t) { | |
if (!d && t in O) return O[t]; | |
switch (t) { | |
case "keys": | |
case "values": | |
return function() { return new n(this, t) } | |
} | |
return function() { return new n(this, t) } | |
}, | |
b = e + " Iterator", | |
w = "values" == h, | |
T = !1, | |
O = t.prototype, | |
S = O[l] || O["@@iterator"] || h && O[h], | |
A = S || I(h), | |
x = h ? w ? I("entries") : A : void 0, | |
R = "Array" == e && O.entries || S; | |
if (R && (_ = f(R.call(new t))) !== Object.prototype && _.next && (s(_, b, !0), r || "function" == typeof _[l] || a(_, l, p)), w && S && "values" !== S.name && (T = !0, A = function() { return S.call(this) }), r && !y || !d && !T && O[l] || a(O, l, A), u[e] = A, u[b] = p, h) | |
if (E = { values: w ? A : I("values"), keys: g ? A : I("keys"), entries: x }, y) | |
for (m in E) m in O || o(O, m, E[m]); | |
else i(i.P + i.F * (d || T), e, E); | |
return E | |
} | |
}, function(t, e, n) { | |
var r = n(145); | |
t.exports = function(t, e, n) { | |
if (r(t), void 0 === e) return t; | |
switch (n) { | |
case 1: | |
return function(n) { return t.call(e, n) }; | |
case 2: | |
return function(n, r) { return t.call(e, n, r) }; | |
case 3: | |
return function(n, r, i) { return t.call(e, n, r, i) } | |
} | |
return function() { return t.apply(e, arguments) } | |
} | |
}, function(t, e, n) { t.exports = !n(9) && !n(21)(function() { return 7 != Object.defineProperty(n(88)("div"), "a", { get: function() { return 7 } }).a }) }, function(t, e, n) { | |
var r = n(20), | |
i = n(6).document, | |
o = r(i) && r(i.createElement); | |
t.exports = function(t) { return o ? i.createElement(t) : {} } | |
}, function(t, e, n) { t.exports = n(14) }, function(t, e, n) { | |
var r = n(19), | |
i = n(147), | |
o = n(50), | |
a = n(48)("IE_PROTO"), | |
u = function() {}, | |
c = function() { | |
var t, e = n(88)("iframe"), | |
r = o.length; | |
for (e.style.display = "none", n(150).appendChild(e), e.src = "javascript:", (t = e.contentWindow.document).open(), t.write("<script>document.F=Object<\/script>"), t.close(), c = t.F; r--;) delete c.prototype[o[r]]; | |
return c() | |
}; | |
t.exports = Object.create || function(t, e) { var n; return null !== t ? (u.prototype = r(t), n = new u, u.prototype = null, n[a] = t) : n = c(), void 0 === e ? n : i(n, e) } | |
}, function(t, e, n) { | |
var r = n(10), | |
i = n(15), | |
o = n(148)(!1), | |
a = n(48)("IE_PROTO"); | |
t.exports = function(t, e) { | |
var n, u = i(t), | |
c = 0, | |
s = []; | |
for (n in u) n != a && r(u, n) && s.push(n); | |
for (; e.length > c;) r(u, n = e[c++]) && (~o(s, n) || s.push(n)); | |
return s | |
} | |
}, function(t, e, n) { | |
var r = n(47); | |
t.exports = Object("z").propertyIsEnumerable(0) ? Object : function(t) { return "String" == r(t) ? t.split("") : Object(t) } | |
}, function(t, e, n) { | |
var r = n(44), | |
i = Math.min; | |
t.exports = function(t) { return t > 0 ? i(r(t), 9007199254740991) : 0 } | |
}, function(t, e, n) { | |
var r = n(91), | |
i = n(50).concat("length", "prototype"); | |
e.f = Object.getOwnPropertyNames || function(t) { return r(t, i) } | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = n(57); | |
n.d(e, "createStore", function() { return r.default }); | |
var i = n(98); | |
n.d(e, "combineReducers", function() { return i.default }); | |
var o = n(100); | |
n.d(e, "bindActionCreators", function() { return o.default }); | |
var a = n(101); | |
n.d(e, "applyMiddleware", function() { return a.default }); | |
var u = n(59); | |
n.d(e, "compose", function() { return u.default }); | |
n(99) | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = n(171), | |
i = n(176), | |
o = n(178), | |
a = "[object Object]", | |
u = Function.prototype, | |
c = Object.prototype, | |
s = u.toString, | |
f = c.hasOwnProperty, | |
l = s.call(Object); | |
e.default = function(t) { if (!Object(o.default)(t) || Object(r.default)(t) != a) return !1; var e = Object(i.default)(t); if (null === e) return !0; var n = f.call(e, "constructor") && e.constructor; return "function" == typeof n && n instanceof n && s.call(n) == l } | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = n(172).default.Symbol; | |
e.default = r | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e), n.d(e, "default", function() { return o }); | |
var r = n(57); | |
n(96), n(99); | |
function i(t, e) { var n = e && e.type; return "Given action " + (n && '"' + n.toString() + '"' || "an action") + ', reducer "' + t + '" returned undefined. To ignore an action, you must explicitly return the previous state.' } | |
function o(t) { | |
for (var e = Object.keys(t), n = {}, o = 0; o < e.length; o++) { | |
var a = e[o]; | |
0, "function" == typeof t[a] && (n[a] = t[a]) | |
} | |
var u, c = Object.keys(n); | |
try {! function(t) { Object.keys(t).forEach(function(e) { var n = t[e]; if (void 0 === n(void 0, { type: r.ActionTypes.INIT })) throw new Error('Reducer "' + e + '" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined.'); if (void 0 === n(void 0, { type: "@@redux/PROBE_UNKNOWN_ACTION_" + Math.random().toString(36).substring(7).split("").join(".") })) throw new Error('Reducer "' + e + "\" returned undefined when probed with a random type. Don't try to handle " + r.ActionTypes.INIT + ' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined.') }) }(n) } catch (t) { u = t } | |
return function() { | |
var t = arguments.length <= 0 || void 0 === arguments[0] ? {} : arguments[0], | |
e = arguments[1]; | |
if (u) throw u; | |
for (var r = !1, o = {}, a = 0; a < c.length; a++) { | |
var s = c[a], | |
f = n[s], | |
l = t[s], | |
d = f(l, e); | |
if (void 0 === d) { var p = i(s, e); throw new Error(p) } | |
o[s] = d, r = r || d !== l | |
} | |
return r ? o : t | |
} | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
function r(t) { "undefined" != typeof console && "function" == typeof console.error && console.error(t); try { throw new Error(t) } catch (t) {} } | |
n.r(e), n.d(e, "default", function() { return r }) | |
}, function(t, e, n) { | |
"use strict"; | |
function r(t, e) { return function() { return e(t.apply(void 0, arguments)) } } | |
function i(t, e) { | |
if ("function" == typeof t) return r(t, e); | |
if ("object" != typeof t || null === t) throw new Error("bindActionCreators expected an object or a function, instead received " + (null === t ? "null" : typeof t) + '. Did you write "import ActionCreators from" instead of "import * as ActionCreators from"?'); | |
for (var n = Object.keys(t), i = {}, o = 0; o < n.length; o++) { | |
var a = n[o], | |
u = t[a]; | |
"function" == typeof u && (i[a] = r(u, e)) | |
} | |
return i | |
} | |
n.r(e), n.d(e, "default", function() { return i }) | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e), n.d(e, "default", function() { return o }); | |
var r = n(59), | |
i = Object.assign || function(t) { for (var e = 1; e < arguments.length; e++) { var n = arguments[e]; for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (t[r] = n[r]) } return t }; | |
function o() { | |
for (var t = arguments.length, e = Array(t), n = 0; n < t; n++) e[n] = arguments[n]; | |
return function(t) { | |
return function(n, o, a) { | |
var u, c = t(n, o, a), | |
s = c.dispatch, | |
f = { getState: c.getState, dispatch: function(t) { return s(t) } }; | |
return u = e.map(function(t) { return t(f) }), s = r.default.apply(void 0, u)(c.dispatch), i({}, c, { dispatch: s }) | |
} | |
} | |
} | |
}, function(t, e, n) { | |
var r = n(103)(n(247)); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(11), | |
i = n(17), | |
o = n(37); | |
t.exports = function(t) { | |
return function(e, n, a) { | |
var u = Object(e); | |
if (!i(e)) { | |
var c = r(n, 3); | |
e = o(e), n = function(t) { return c(u[t], t, u) } | |
} | |
var s = t(e, n, a); | |
return s > -1 ? u[c ? e[s] : s] : void 0 | |
} | |
} | |
}, function(t, e, n) { | |
var r = n(33), | |
i = n(191), | |
o = n(192), | |
a = n(193), | |
u = n(194), | |
c = n(195); | |
function s(t) { | |
var e = this.__data__ = new r(t); | |
this.size = e.size | |
} | |
s.prototype.clear = i, s.prototype.delete = o, s.prototype.get = a, s.prototype.has = u, s.prototype.set = c, t.exports = s | |
}, function(t, e, n) { | |
var r = n(16), | |
i = n(5), | |
o = "[object AsyncFunction]", | |
a = "[object Function]", | |
u = "[object GeneratorFunction]", | |
c = "[object Proxy]"; | |
t.exports = function(t) { if (!i(t)) return !1; var e = r(t); return e == a || e == u || e == o || e == c } | |
}, function(t, e, n) { | |
(function(e) { | |
var n = "object" == typeof e && e && e.Object === Object && e; | |
t.exports = n | |
}).call(this, n(58)) | |
}, function(t, e) { | |
var n = Function.prototype.toString; | |
t.exports = function(t) { if (null != t) { try { return n.call(t) } catch (t) {} try { return t + "" } catch (t) {} } return "" } | |
}, function(t, e, n) { | |
var r = n(214), | |
i = n(13); | |
t.exports = function t(e, n, o, a, u) { return e === n || (null == e || null == n || !i(e) && !i(n) ? e != e && n != n : r(e, n, o, a, t, u)) } | |
}, function(t, e, n) { | |
var r = n(215), | |
i = n(218), | |
o = n(219), | |
a = 1, | |
u = 2; | |
t.exports = function(t, e, n, c, s, f) { | |
var l = n & a, | |
d = t.length, | |
p = e.length; | |
if (d != p && !(l && p > d)) return !1; | |
var v = f.get(t); | |
if (v && f.get(e)) return v == e; | |
var h = -1, | |
g = !0, | |
y = n & u ? new r : void 0; | |
for (f.set(t, e), f.set(e, t); ++h < d;) { | |
var E = t[h], | |
m = e[h]; | |
if (c) var _ = l ? c(m, E, h, e, t, f) : c(E, m, h, t, e, f); | |
if (void 0 !== _) { | |
if (_) continue; | |
g = !1; | |
break | |
} | |
if (y) { if (!i(e, function(t, e) { if (!o(y, e) && (E === t || s(E, t, n, c, f))) return y.push(e) })) { g = !1; break } } else if (E !== m && !s(E, m, n, c, f)) { g = !1; break } | |
} | |
return f.delete(t), f.delete(e), g | |
} | |
}, function(t, e, n) { | |
var r = n(64), | |
i = n(0); | |
t.exports = function(t, e, n) { var o = e(t); return i(t) ? o : r(o, n(t)) } | |
}, function(t, e, n) { | |
var r = n(226), | |
i = n(112), | |
o = Object.prototype.propertyIsEnumerable, | |
a = Object.getOwnPropertySymbols, | |
u = a ? function(t) { return null == t ? [] : (t = Object(t), r(a(t), function(e) { return o.call(t, e) })) } : i; | |
t.exports = u | |
}, function(t, e) { t.exports = function() { return [] } }, function(t, e, n) { | |
var r = n(227), | |
i = n(38), | |
o = n(0), | |
a = n(65), | |
u = n(66), | |
c = n(67), | |
s = Object.prototype.hasOwnProperty; | |
t.exports = function(t, e) { | |
var n = o(t), | |
f = !n && i(t), | |
l = !n && !f && a(t), | |
d = !n && !f && !l && c(t), | |
p = n || f || l || d, | |
v = p ? r(t.length, String) : [], | |
h = v.length; | |
for (var g in t) !e && !s.call(t, g) || p && ("length" == g || l && ("offset" == g || "parent" == g) || d && ("buffer" == g || "byteLength" == g || "byteOffset" == g) || u(g, h)) || v.push(g); | |
return v | |
} | |
}, function(t, e) { t.exports = function(t) { return t.webpackPolyfill || (t.deprecate = function() {}, t.paths = [], t.children || (t.children = []), Object.defineProperty(t, "loaded", { enumerable: !0, get: function() { return t.l } }), Object.defineProperty(t, "id", { enumerable: !0, get: function() { return t.i } }), t.webpackPolyfill = 1), t } }, function(t, e) { t.exports = function(t, e) { return function(n) { return t(e(n)) } } }, function(t, e, n) { | |
var r = n(12)(n(4), "WeakMap"); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(5); | |
t.exports = function(t) { return t == t && !r(t) } | |
}, function(t, e) { t.exports = function(t, e) { return function(n) { return null != n && n[t] === e && (void 0 !== e || t in Object(n)) } } }, function(t, e, n) { | |
var r = n(120); | |
t.exports = function(t) { return null == t ? "" : r(t) } | |
}, function(t, e, n) { | |
var r = n(25), | |
i = n(121), | |
o = n(0), | |
a = n(41), | |
u = 1 / 0, | |
c = r ? r.prototype : void 0, | |
s = c ? c.toString : void 0; | |
t.exports = function t(e) { if ("string" == typeof e) return e; if (o(e)) return i(e, t) + ""; if (a(e)) return s ? s.call(e) : ""; var n = e + ""; return "0" == n && 1 / e == -u ? "-0" : n } | |
}, function(t, e) { t.exports = function(t, e) { for (var n = -1, r = null == t ? 0 : t.length, i = Array(r); ++n < r;) i[n] = e(t[n], n, t); return i } }, function(t, e) { t.exports = function(t) { return function(e) { return null == e ? void 0 : e[t] } } }, function(t, e) { | |
t.exports = function(t, e, n, r) { | |
for (var i = t.length, o = n + (r ? 1 : -1); r ? o-- : ++o < i;) | |
if (e(t[o], o, t)) return o; | |
return -1 | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.easeInOut = e.easeOut = e.easeIn = e.ease = void 0, e.inQuad = function(t) { return Math.pow(t, 2) }, e.outQuad = function(t) { return -(Math.pow(t - 1, 2) - 1) }, e.inOutQuad = function(t) { if ((t /= .5) < 1) return .5 * Math.pow(t, 2); return -.5 * ((t -= 2) * t - 2) }, e.inCubic = function(t) { return Math.pow(t, 3) }, e.outCubic = function(t) { return Math.pow(t - 1, 3) + 1 }, e.inOutCubic = function(t) { if ((t /= .5) < 1) return .5 * Math.pow(t, 3); return .5 * (Math.pow(t - 2, 3) + 2) }, e.inQuart = function(t) { return Math.pow(t, 4) }, e.outQuart = function(t) { return -(Math.pow(t - 1, 4) - 1) }, e.inOutQuart = function(t) { if ((t /= .5) < 1) return .5 * Math.pow(t, 4); return -.5 * ((t -= 2) * Math.pow(t, 3) - 2) }, e.inQuint = function(t) { return Math.pow(t, 5) }, e.outQuint = function(t) { return Math.pow(t - 1, 5) + 1 }, e.inOutQuint = function(t) { if ((t /= .5) < 1) return .5 * Math.pow(t, 5); return .5 * (Math.pow(t - 2, 5) + 2) }, e.inSine = function(t) { return 1 - Math.cos(t * (Math.PI / 2)) }, e.outSine = function(t) { return Math.sin(t * (Math.PI / 2)) }, e.inOutSine = function(t) { return -.5 * (Math.cos(Math.PI * t) - 1) }, e.inExpo = function(t) { return 0 === t ? 0 : Math.pow(2, 10 * (t - 1)) }, e.outExpo = function(t) { return 1 === t ? 1 : 1 - Math.pow(2, -10 * t) }, e.inOutExpo = function(t) { if (0 === t) return 0; if (1 === t) return 1; if ((t /= .5) < 1) return .5 * Math.pow(2, 10 * (t - 1)); return .5 * (2 - Math.pow(2, -10 * --t)) }, e.inCirc = function(t) { return -(Math.sqrt(1 - t * t) - 1) }, e.outCirc = function(t) { return Math.sqrt(1 - Math.pow(t - 1, 2)) }, e.inOutCirc = function(t) { if ((t /= .5) < 1) return -.5 * (Math.sqrt(1 - t * t) - 1); return .5 * (Math.sqrt(1 - (t -= 2) * t) + 1) }, e.outBounce = function(t) { return t < 1 / 2.75 ? 7.5625 * t * t : t < 2 / 2.75 ? 7.5625 * (t -= 1.5 / 2.75) * t + .75 : t < 2.5 / 2.75 ? 7.5625 * (t -= 2.25 / 2.75) * t + .9375 : 7.5625 * (t -= 2.625 / 2.75) * t + .984375 }, e.inBack = function(t) { return t * t * ((a + 1) * t - a) }, e.outBack = function(t) { return (t -= 1) * t * ((a + 1) * t + a) + 1 }, e.inOutBack = function(t) { var e = a; if ((t /= .5) < 1) return t * t * ((1 + (e *= 1.525)) * t - e) * .5; return .5 * ((t -= 2) * t * ((1 + (e *= 1.525)) * t + e) + 2) }, e.inElastic = function(t) { | |
var e = a, | |
n = 0, | |
r = 1; | |
if (0 === t) return 0; | |
if (1 === t) return 1; | |
n || (n = .3); | |
r < 1 ? (r = 1, e = n / 4) : e = n / (2 * Math.PI) * Math.asin(1 / r); | |
return -r * Math.pow(2, 10 * (t -= 1)) * Math.sin((t - e) * (2 * Math.PI) / n) | |
}, e.outElastic = function(t) { | |
var e = a, | |
n = 0, | |
r = 1; | |
if (0 === t) return 0; | |
if (1 === t) return 1; | |
n || (n = .3); | |
r < 1 ? (r = 1, e = n / 4) : e = n / (2 * Math.PI) * Math.asin(1 / r); | |
return r * Math.pow(2, -10 * t) * Math.sin((t - e) * (2 * Math.PI) / n) + 1 | |
}, e.inOutElastic = function(t) { | |
var e = a, | |
n = 0, | |
r = 1; | |
if (0 === t) return 0; | |
if (2 == (t /= .5)) return 1; | |
n || (n = .3 * 1.5); | |
r < 1 ? (r = 1, e = n / 4) : e = n / (2 * Math.PI) * Math.asin(1 / r); | |
if (t < 1) return r * Math.pow(2, 10 * (t -= 1)) * Math.sin((t - e) * (2 * Math.PI) / n) * -.5; | |
return r * Math.pow(2, -10 * (t -= 1)) * Math.sin((t - e) * (2 * Math.PI) / n) * .5 + 1 | |
}, e.swingFromTo = function(t) { var e = a; return (t /= .5) < 1 ? t * t * ((1 + (e *= 1.525)) * t - e) * .5 : .5 * ((t -= 2) * t * ((1 + (e *= 1.525)) * t + e) + 2) }, e.swingFrom = function(t) { return t * t * ((a + 1) * t - a) }, e.swingTo = function(t) { return (t -= 1) * t * ((a + 1) * t + a) + 1 }, e.bounce = function(t) { return t < 1 / 2.75 ? 7.5625 * t * t : t < 2 / 2.75 ? 7.5625 * (t -= 1.5 / 2.75) * t + .75 : t < 2.5 / 2.75 ? 7.5625 * (t -= 2.25 / 2.75) * t + .9375 : 7.5625 * (t -= 2.625 / 2.75) * t + .984375 }, e.bouncePast = function(t) { return t < 1 / 2.75 ? 7.5625 * t * t : t < 2 / 2.75 ? 2 - (7.5625 * (t -= 1.5 / 2.75) * t + .75) : t < 2.5 / 2.75 ? 2 - (7.5625 * (t -= 2.25 / 2.75) * t + .9375) : 2 - (7.5625 * (t -= 2.625 / 2.75) * t + .984375) }; | |
var r, i = n(249), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
var a = 1.70158; | |
e.ease = (0, o.default)(.25, .1, .25, 1), e.easeIn = (0, o.default)(.42, 0, 1, 1), e.easeOut = (0, o.default)(0, 0, .58, 1), e.easeInOut = (0, o.default)(.42, 0, .58, 1) | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.optimizeFloat = i, e.applyEasing = function(t, e) { if (0 === e) return 0; if (1 === e) return 1; return i(e > 0 && t && r[t] ? r[t](e) : e) }; | |
var r = function(t) { | |
if (t && t.__esModule) return t; | |
var e = {}; | |
if (null != t) | |
for (var n in t) Object.prototype.hasOwnProperty.call(t, n) && (e[n] = t[n]); | |
return e.default = t, e | |
}(n(124)); | |
function i(t) { | |
var e = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 5, | |
n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 10, | |
r = Math.pow(n, e), | |
i = Number(Math.round(t * r) / r); | |
return Math.abs(i) > 1e-4 ? i : 0 | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
e.IX2_RAW_DATA_IMPORTED = "IX2_RAW_DATA_IMPORTED", e.IX2_SESSION_INITIALIZED = "IX2_SESSION_INITIALIZED", e.IX2_SESSION_STARTED = "IX2_SESSION_STARTED", e.IX2_SESSION_STOPPED = "IX2_SESSION_STOPPED", e.IX2_PREVIEW_REQUESTED = "IX2_PREVIEW_REQUESTED", e.IX2_PLAYBACK_REQUESTED = "IX2_PLAYBACK_REQUESTED", e.IX2_STOP_REQUESTED = "IX2_STOP_REQUESTED", e.IX2_CLEAR_REQUESTED = "IX2_CLEAR_REQUESTED", e.IX2_EVENT_LISTENER_ADDED = "IX2_EVENT_LISTENER_ADDED", e.IX2_EVENT_STATE_CHANGED = "IX2_EVENT_STATE_CHANGED", e.IX2_ANIMATION_FRAME_CHANGED = "IX2_ANIMATION_FRAME_CHANGED", e.IX2_PARAMETER_CHANGED = "IX2_PARAMETER_CHANGED", e.IX2_INSTANCE_ADDED = "IX2_INSTANCE_ADDED", e.IX2_INSTANCE_STARTED = "IX2_INSTANCE_STARTED", e.IX2_INSTANCE_REMOVED = "IX2_INSTANCE_REMOVED", e.IX2_ELEMENT_STATE_CHANGED = "IX2_ELEMENT_STATE_CHANGED", e.IX2_ACTION_LIST_PLAYBACK_CHANGED = "IX2_ACTION_LIST_PLAYBACK_CHANGED", e.IX2_VIEWPORT_WIDTH_CHANGED = "IX2_VIEWPORT_WIDTH_CHANGED", e.IX2_MEDIA_QUERIES_DEFINED = "IX2_MEDIA_QUERIES_DEFINED" | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
e.MOUSE_CLICK = "MOUSE_CLICK", e.MOUSE_SECOND_CLICK = "MOUSE_SECOND_CLICK", e.MOUSE_DOWN = "MOUSE_DOWN", e.MOUSE_UP = "MOUSE_UP", e.MOUSE_OVER = "MOUSE_OVER", e.MOUSE_OUT = "MOUSE_OUT", e.MOUSE_MOVE = "MOUSE_MOVE", e.SCROLL_INTO_VIEW = "SCROLL_INTO_VIEW", e.SCROLL_OUT_OF_VIEW = "SCROLL_OUT_OF_VIEW", e.SCROLLING_IN_VIEW = "SCROLLING_IN_VIEW", e.TAB_ACTIVE = "TAB_ACTIVE", e.TAB_INACTIVE = "TAB_INACTIVE", e.NAVBAR_OPEN = "NAVBAR_OPEN", e.NAVBAR_CLOSE = "NAVBAR_CLOSE", e.SLIDER_ACTIVE = "SLIDER_ACTIVE", e.SLIDER_INACTIVE = "SLIDER_INACTIVE", e.DROPDOWN_OPEN = "DROPDOWN_OPEN", e.DROPDOWN_CLOSE = "DROPDOWN_CLOSE", e.COMPONENT_ACTIVE = "COMPONENT_ACTIVE", e.COMPONENT_INACTIVE = "COMPONENT_INACTIVE", e.PAGE_START = "PAGE_START", e.PAGE_FINISH = "PAGE_FINISH", e.PAGE_SCROLL_UP = "PAGE_SCROLL_UP", e.PAGE_SCROLL_DOWN = "PAGE_SCROLL_DOWN", e.PAGE_SCROLL = "PAGE_SCROLL", e.ELEMENT = "ELEMENT", e.VIEWPORT = "VIEWPORT", e.PAGE = "PAGE", e.ECOMMERCE_CART_OPEN = "ECOMMERCE_CART_OPEN", e.ECOMMERCE_CART_CLOSE = "ECOMMERCE_CART_CLOSE" | |
}, function(t, e, n) { | |
"use strict"; | |
var r, i = n(42), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.cleanupPlugin = e.renderPlugin = e.createPluginInstance = e.getPluginDestination = e.getPluginOrigin = e.getPluginConfig = void 0, e.isPluginType = function(t) { return t === u.PLUGIN_BODYMOVIN }; | |
var a = n(254), | |
u = n(77), | |
c = n(60), | |
s = (0, o.default)({}, u.PLUGIN_BODYMOVIN, { getConfig: a.getPluginConfig, getOrigin: a.getPluginOrigin, getDestination: a.getPluginDestination, createInstance: a.createPluginInstance, render: a.renderPlugin, cleanup: a.cleanupPlugin }); | |
var f = function(t) { return function(e) { if (!c.IS_BROWSER_ENV) return function() { return null }; var n = s[e]; if (!n) throw new Error("IX2 no plugin configured for: " + e); var r = n[t]; if (!r) throw new Error("IX2 invalid plugin method: " + t); return r } }; | |
e.getPluginConfig = f("getConfig"), e.getPluginOrigin = f("getOrigin"), e.getPluginDestination = f("getDestination"), e.createPluginInstance = f("createInstance"), e.renderPlugin = f("render"), e.cleanupPlugin = f("cleanup") | |
}, function(t, e, n) { | |
var r = n(130), | |
i = n(261)(r); | |
t.exports = i | |
}, function(t, e, n) { | |
var r = n(259), | |
i = n(37); | |
t.exports = function(t, e) { return t && r(t, e, i) } | |
}, function(t, e, n) { | |
"use strict"; | |
e.__esModule = !0; | |
var r, i = n(265), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
e.default = o.default | |
}, function(t, e, n) { | |
"use strict"; | |
var r, i = n(274), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
var a = b(n(43)), | |
u = b(n(284)); | |
e.observeRequests = function(t) { G({ store: t, select: function(t) { var e = t.ixRequest; return e.preview }, onChange: ot }), G({ store: t, select: function(t) { var e = t.ixRequest; return e.playback }, onChange: ct }), G({ store: t, select: function(t) { var e = t.ixRequest; return e.stop }, onChange: st }), G({ store: t, select: function(t) { var e = t.ixRequest; return e.clear }, onChange: ft }) }, e.startEngine = lt, e.stopEngine = dt, e.stopAllActionGroups = _t, e.stopActionGroup = It, e.startActionGroup = bt; | |
var c = b(n(102)), | |
s = b(n(39)), | |
f = b(n(285)), | |
l = b(n(291)), | |
d = b(n(303)), | |
p = b(n(304)), | |
v = b(n(305)), | |
h = b(n(308)), | |
g = b(n(309)), | |
y = b(n(131)), | |
E = n(3), | |
m = n(79), | |
_ = function(t) { | |
if (t && t.__esModule) return t; | |
var e = {}; | |
if (null != t) | |
for (var n in t) Object.prototype.hasOwnProperty.call(t, n) && (e[n] = t[n]); | |
return e.default = t, e | |
}(n(312)), | |
I = b(n(313)); | |
function b(t) { return t && t.__esModule ? t : { default: t } } | |
var w = E.IX2EngineEventTypes, | |
T = w.MOUSE_CLICK, | |
O = w.MOUSE_SECOND_CLICK, | |
S = E.IX2EngineConstants, | |
A = S.COLON_DELIMITER, | |
x = S.BOUNDARY_SELECTOR, | |
R = S.HTML_ELEMENT, | |
L = S.RENDER_GENERAL, | |
N = S.W_MOD_IX, | |
C = E.IX2EngineItemTypes, | |
M = C.GENERAL_START_ACTION, | |
P = C.GENERAL_CONTINUOUS_ACTION, | |
D = E.IX2VanillaUtils, | |
j = D.getAffectedElements, | |
F = D.getElementId, | |
k = D.getDestinationValues, | |
G = D.observeStore, | |
X = D.getInstanceId, | |
V = D.renderHTMLElement, | |
U = D.clearAllStyles, | |
B = D.getMaxDurationItemIndex, | |
H = D.getComputedStyle, | |
W = D.getInstanceOrigin, | |
Y = D.reduceListToGroup, | |
z = D.shouldNamespaceEventParameter, | |
K = D.getNamespacedParameterId, | |
Q = D.shouldAllowMediaQuery, | |
q = D.cleanupHTMLElement, | |
$ = D.stringifyTarget, | |
Z = D.mediaQueriesEqual, | |
J = E.IX2VanillaPlugins, | |
tt = J.isPluginType, | |
et = J.createPluginInstance, | |
nt = navigator.userAgent, | |
rt = nt.match(/iPad/i) || nt.match(/iPhone/), | |
it = 12; | |
function ot(t, e) { lt({ store: e, rawData: t.rawData, allowEvents: !0 }), at() } | |
function at() { document.dispatchEvent(new CustomEvent("IX2_PAGE_UPDATE")) } | |
function ut(t) { return t && (0, h.default)(t, "_EFFECT") } | |
function ct(t, e) { | |
var n = t.actionTypeId, | |
r = t.actionListId, | |
i = t.actionItemId, | |
o = t.eventId, | |
a = t.allowEvents, | |
u = t.immediate, | |
c = t.verbose, | |
s = void 0 === c || c, | |
f = t.rawData; | |
if (r && i && f && u && (f = Y({ actionListId: r, actionItemId: i, rawData: f })), lt({ store: e, rawData: f, allowEvents: a }), r && n === M || ut(n)) { | |
It({ store: e, actionListId: r }), mt({ store: e, actionListId: r, eventId: o }); | |
var l = bt({ store: e, eventId: o, actionListId: r, immediate: u, verbose: s }); | |
s && l && e.dispatch((0, m.actionListPlaybackChanged)({ actionListId: r, isPlaying: !u })) | |
} | |
} | |
function st(t, e) { | |
var n = t.actionListId; | |
n ? It({ store: e, actionListId: n }) : _t({ store: e }), dt(e) | |
} | |
function ft(t, e) { dt(e), U({ store: e, elementApi: _ }) } | |
function lt(t) { | |
var e, n = t.store, | |
r = t.rawData, | |
i = t.allowEvents, | |
a = n.getState().ixSession; | |
r && n.dispatch((0, m.rawDataImported)(r)), a.active || (n.dispatch((0, m.sessionInitialized)({ hasBoundaryNodes: Boolean(document.querySelector(x)) })), i && (function(t) { | |
var e = t.getState().ixData.eventTypeMap; | |
ht(t), (0, v.default)(e, function(e, n) { | |
var r = I.default[n]; | |
r ? function(t) { | |
var e = t.logic, | |
n = t.store, | |
r = t.events; | |
! function(t) { | |
if (rt) { | |
var e = {}, | |
n = ""; | |
for (var r in t) { | |
var i = t[r], | |
o = i.eventTypeId, | |
a = i.target, | |
u = _.getQuerySelector(a); | |
e[u] || o !== T && o !== O || (e[u] = !0, n += u + "{cursor: pointer;touch-action: manipulation;}") | |
} | |
if (n) { | |
var c = document.createElement("style"); | |
c.textContent = n, document.body.appendChild(c) | |
} | |
} | |
}(r); | |
var i = e.types, | |
a = e.handler, | |
u = n.getState().ixData, | |
l = u.actionLists, | |
d = gt(r, Et); | |
if ((0, f.default)(d)) { | |
(0, v.default)(d, function(t, e) { | |
var i = r[e], | |
a = i.action, | |
f = i.id, | |
d = i.mediaQueries, | |
p = void 0 === d ? u.mediaQueryKeys : d, | |
v = a.config.actionListId; | |
if (Z(p, u.mediaQueryKeys) || n.dispatch((0, m.mediaQueriesDefined)()), a.actionTypeId === P) { | |
var h = Array.isArray(i.config) ? i.config : [i.config]; | |
h.forEach(function(e) { | |
var r = e.continuousParameterGroupId, | |
i = (0, s.default)(l, v + ".continuousParameterGroups", []), | |
a = (0, c.default)(i, function(t) { var e = t.id; return e === r }), | |
u = (e.smoothing || 0) / 100, | |
d = (e.restingState || 0) / 100; | |
a && t.forEach(function(t, r) { | |
var i = f + A + r; | |
! function(t) { | |
var e = t.store, | |
n = t.eventStateKey, | |
r = t.eventTarget, | |
i = t.eventId, | |
a = t.eventConfig, | |
u = t.actionListId, | |
c = t.parameterGroup, | |
f = t.smoothing, | |
l = t.restingValue, | |
d = e.getState(), | |
p = d.ixData, | |
v = d.ixSession, | |
h = p.events[i], | |
g = h.eventTypeId, | |
y = {}, | |
E = {}, | |
m = [], | |
I = c.continuousActionGroups, | |
b = c.id; | |
z(g, a) && (b = K(n, b)); | |
var w = v.hasBoundaryNodes && r ? _.getClosestElement(r, x) : null; | |
I.forEach(function(t) { | |
var e = t.keyframe, | |
n = t.actionItems; | |
n.forEach(function(t) { | |
var n = t.actionTypeId, | |
i = t.config.target; | |
if (i) { | |
var a = i.boundaryMode ? w : null, | |
u = $(i) + A + n; | |
if (E[u] = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [], | |
e = arguments[1], | |
n = arguments[2], | |
r = [].concat((0, o.default)(t)), | |
i = void 0; | |
return r.some(function(t, n) { return t.keyframe === e && (i = n, !0) }), null == i && (i = r.length, r.push({ keyframe: e, actionItems: [] })), r[i].actionItems.push(n), r | |
}(E[u], e, t), !y[u]) { | |
y[u] = !0; | |
var c = t.config; | |
j({ config: c, event: h, eventTarget: r, elementRoot: a, elementApi: _ }).forEach(function(t) { m.push({ element: t, key: u }) }) | |
} | |
} | |
}) | |
}), m.forEach(function(t) { | |
var n = t.element, | |
r = t.key, | |
o = E[r], | |
a = (0, s.default)(o, "[0].actionItems[0]", {}), | |
c = a.actionTypeId, | |
d = tt(c) ? et(c)(n, a) : null, | |
p = k({ element: n, actionItem: a, elementApi: _ }, d); | |
wt({ store: e, element: n, eventId: i, actionListId: u, actionItem: a, destination: p, continuous: !0, parameterId: b, actionGroups: o, smoothing: f, restingValue: l, pluginInstance: d }) | |
}) | |
}({ store: n, eventStateKey: i, eventTarget: t, eventId: f, eventConfig: e, actionListId: v, parameterGroup: a, smoothing: u, restingValue: d }) | |
}) | |
}) | |
}(a.actionTypeId === M || ut(a.actionTypeId)) && mt({ store: n, actionListId: v, eventId: f }) | |
}); | |
var p = function(t) { | |
var e = n.getState(), | |
i = e.ixSession; | |
yt(d, function(e, o, c) { | |
var s = r[o], | |
f = i.eventState[c], | |
l = s.action, | |
d = s.mediaQueries, | |
p = void 0 === d ? u.mediaQueryKeys : d; | |
if (Q(p, i.mediaQueryKey)) { | |
var v = function() { | |
var r = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}, | |
i = a({ store: n, element: e, event: s, eventConfig: r, nativeEvent: t, eventStateKey: c }, f); | |
(0, y.default)(i, f) || n.dispatch((0, m.eventStateChanged)(c, i)) | |
}; | |
if (l.actionTypeId === P) { | |
var h = Array.isArray(s.config) ? s.config : [s.config]; | |
h.forEach(v) | |
} else v() | |
} | |
}) | |
}, | |
h = (0, g.default)(p, it), | |
E = function(t) { | |
var e = t.target, | |
r = void 0 === e ? document : e, | |
i = t.types, | |
o = t.throttle; | |
i.split(" ").filter(Boolean).forEach(function(t) { | |
var e = o ? h : p; | |
r.addEventListener(t, e), n.dispatch((0, m.eventListenerAdded)(r, [t, e])) | |
}) | |
}; | |
Array.isArray(i) ? i.forEach(E) : "string" == typeof i && E(e) | |
} | |
}({ logic: r, store: t, events: e }) : console.warn("IX2 event type not configured: " + n) | |
}), t.getState().ixSession.eventListeners.length && function(t) { | |
var e = function() { ht(t) }; | |
vt.forEach(function(n) { window.addEventListener(n, e), t.dispatch((0, m.eventListenerAdded)(window, [n, e])) }), e() | |
}(t) | |
}(n), -1 === (e = document.documentElement).className.indexOf(N) && (e.className += " " + N), n.getState().ixSession.hasDefinedMediaQueries && function(t) { G({ store: t, select: function(t) { return t.ixSession.mediaQueryKey }, onChange: function() { dt(t), U({ store: t, elementApi: _ }), lt({ store: t, allowEvents: !0 }), at() } }) }(n)), n.dispatch((0, m.sessionStarted)()), function(t) { | |
! function e(n) { | |
var r = t.getState(), | |
i = r.ixSession, | |
o = r.ixParameters; | |
i.active && (t.dispatch((0, m.animationFrameChanged)(n, o)), requestAnimationFrame(e)) | |
}(window.performance.now()) | |
}(n)) | |
} | |
function dt(t) { | |
var e = t.getState().ixSession; | |
e.active && (e.eventListeners.forEach(pt), t.dispatch((0, m.sessionStopped)())) | |
} | |
function pt(t) { | |
var e = t.target, | |
n = t.listenerParams; | |
e.removeEventListener.apply(e, n) | |
} | |
var vt = ["resize", "orientationchange"]; | |
function ht(t) { | |
var e = t.getState(), | |
n = e.ixSession, | |
r = e.ixData, | |
i = window.innerWidth; | |
if (i !== n.viewportWidth) { | |
var o = r.mediaQueries; | |
t.dispatch((0, m.viewportWidthChanged)({ width: i, mediaQueries: o })) | |
} | |
} | |
var gt = function(t, e) { return (0, l.default)((0, p.default)(t, e), d.default) }, | |
yt = function(t, e) { | |
(0, v.default)(t, function(t, n) { t.forEach(function(t, r) { e(t, n, n + A + r) }) }) | |
}, | |
Et = function(t) { var e = { target: t.target }; return j({ config: e, elementApi: _ }) }; | |
function mt(t) { | |
var e = t.store, | |
n = t.actionListId, | |
r = t.eventId, | |
i = e.getState(), | |
o = i.ixData, | |
a = i.ixSession, | |
u = o.actionLists, | |
c = o.events[r], | |
f = u[n]; | |
if (f && f.useFirstGroupAsInitialState) { | |
var l = (0, s.default)(f, "actionItemGroups[0].actionItems", []), | |
d = (0, s.default)(c, "mediaQueries", o.mediaQueryKeys); | |
if (!Q(d, a.mediaQueryKey)) return; | |
l.forEach(function(t) { | |
var i = t.config, | |
o = t.actionTypeId, | |
a = j({ config: i, event: c, elementApi: _ }), | |
u = tt(o); | |
a.forEach(function(i) { | |
var a = u ? et(o)(i, t) : null; | |
wt({ destination: k({ element: i, actionItem: t, elementApi: _ }, a), immediate: !0, store: e, element: i, eventId: r, actionItem: t, actionListId: n, pluginInstance: a }) | |
}) | |
}) | |
} | |
} | |
function _t(t) { | |
var e = t.store, | |
n = e.getState().ixInstances; | |
(0, v.default)(n, function(t) { | |
if (!t.continuous) { | |
var n = t.actionListId, | |
r = t.verbose; | |
Tt(t, e), r && e.dispatch((0, m.actionListPlaybackChanged)({ actionListId: n, isPlaying: !1 })) | |
} | |
}) | |
} | |
function It(t) { | |
var e = t.store, | |
n = t.eventId, | |
r = t.eventTarget, | |
i = t.eventStateKey, | |
o = t.actionListId, | |
a = e.getState(), | |
u = a.ixInstances, | |
c = a.ixSession.hasBoundaryNodes && r ? _.getClosestElement(r, x) : null; | |
(0, v.default)(u, function(t) { | |
var r = (0, s.default)(t, "actionItem.config.target.boundaryMode"), | |
a = !i || t.eventStateKey === i; | |
if (t.actionListId === o && t.eventId === n && a) { | |
if (c && r && !_.elementContains(c, t.element)) return; | |
Tt(t, e), t.verbose && e.dispatch((0, m.actionListPlaybackChanged)({ actionListId: o, isPlaying: !1 })) | |
} | |
}) | |
} | |
function bt(t) { | |
var e = t.store, | |
n = t.eventId, | |
r = t.eventTarget, | |
i = t.eventStateKey, | |
o = t.actionListId, | |
a = t.groupIndex, | |
u = void 0 === a ? 0 : a, | |
c = t.immediate, | |
f = t.verbose, | |
l = e.getState(), | |
d = l.ixData, | |
p = l.ixSession, | |
v = d.events[n] || {}, | |
h = v.mediaQueries, | |
g = void 0 === h ? d.mediaQueryKeys : h, | |
y = (0, s.default)(d, "actionLists." + o, {}), | |
E = y.actionItemGroups; | |
u >= E.length && (0, s.default)(v, "config.loop") && (u = 0), 0 === u && y.useFirstGroupAsInitialState && u++; | |
var m = (0, s.default)(E, [u, "actionItems"], []); | |
if (!m.length) return !1; | |
if (!Q(g, p.mediaQueryKey)) return !1; | |
var I = p.hasBoundaryNodes && r ? _.getClosestElement(r, x) : null, | |
b = B(m), | |
w = !1; | |
return m.forEach(function(t, a) { | |
var s = t.config, | |
l = t.actionTypeId, | |
d = tt(l), | |
p = s.target; | |
if (p) { | |
var h = p.boundaryMode ? I : null; | |
j({ config: s, event: v, eventTarget: r, elementRoot: h, elementApi: _ }).forEach(function(s, p) { | |
var v = d ? et(l)(s, t) : null; | |
w = !0; | |
var h = b === a && 0 === p, | |
g = H({ element: s, actionItem: t }), | |
y = k({ element: s, actionItem: t, elementApi: _ }, v); | |
wt({ store: e, element: s, actionItem: t, eventId: n, eventTarget: r, eventStateKey: i, actionListId: o, groupIndex: u, isCarrier: h, computedStyle: g, destination: y, immediate: c, verbose: f, pluginInstance: v }) | |
}) | |
} | |
}), w | |
} | |
function wt(t) { | |
var e = t.store, | |
n = t.computedStyle, | |
r = (0, u.default)(t, ["store", "computedStyle"]), | |
i = !r.continuous, | |
o = r.element, | |
c = r.actionItem, | |
s = r.immediate, | |
f = r.pluginInstance, | |
l = X(), | |
d = e.getState().ixElements, | |
p = F(d, o), | |
v = (d[p] || {}).refState, | |
h = _.getRefType(o), | |
g = W(o, v, n, c, _, f); | |
e.dispatch((0, m.instanceAdded)((0, a.default)({ instanceId: l, elementId: p, origin: g, refType: h }, r))), Ot(document.body, "ix2-animation-started", l), s ? function(t, e) { | |
t.dispatch((0, m.instanceStarted)(e)); | |
var n = t.getState().ixParameters; | |
t.dispatch((0, m.animationFrameChanged)(Number.POSITIVE_INFINITY, n)), St(t.getState().ixInstances[e], t) | |
}(e, l) : (G({ store: e, select: function(t) { return t.ixInstances[l] }, onChange: St }), i && e.dispatch((0, m.instanceStarted)(l))) | |
} | |
function Tt(t, e) { | |
Ot(document.body, "ix2-animation-stopping", { instanceId: t.id, state: e.getState() }); | |
var n = t.elementId, | |
r = t.actionItem, | |
i = e.getState().ixElements[n] || {}, | |
o = i.ref; | |
i.refType === R && q(o, r, _), e.dispatch((0, m.instanceRemoved)(t.id)) | |
} | |
function Ot(t, e, n) { | |
var r = document.createEvent("CustomEvent"); | |
r.initCustomEvent(e, !0, !0, n), t.dispatchEvent(r) | |
} | |
function St(t, e) { | |
var n = t.active, | |
r = t.continuous, | |
i = t.complete, | |
o = t.elementId, | |
a = t.actionItem, | |
u = t.actionTypeId, | |
c = t.renderType, | |
s = t.current, | |
f = t.groupIndex, | |
l = t.eventId, | |
d = t.eventTarget, | |
p = t.eventStateKey, | |
v = t.actionListId, | |
h = t.isCarrier, | |
g = t.styleProp, | |
y = t.verbose, | |
E = t.pluginInstance, | |
I = e.getState(), | |
b = I.ixData, | |
w = I.ixSession, | |
T = (b.events[l] || {}).mediaQueries, | |
O = void 0 === T ? b.mediaQueryKeys : T; | |
if (Q(O, w.mediaQueryKey) && (r || n || i)) { | |
if (s || c === L && i) { | |
e.dispatch((0, m.elementStateChanged)(o, u, s, a)); | |
var S = e.getState().ixElements[o] || {}, | |
A = S.ref, | |
x = S.refType, | |
N = S.refState, | |
C = N && N[u]; | |
switch (x) { | |
case R: | |
V(A, N, C, l, a, g, _, c, E) | |
} | |
} | |
if (i) { | |
if (h) { | |
var M = bt({ store: e, eventId: l, eventTarget: d, eventStateKey: p, actionListId: v, groupIndex: f + 1, verbose: y }); | |
y && !M && e.dispatch((0, m.actionListPlaybackChanged)({ actionListId: v, isPlaying: !1 })) | |
} | |
Tt(t, e) | |
} | |
} | |
} | |
}, function(t, e, n) { | |
var r = n(134); | |
t.exports = function(t, e, n) { "__proto__" == e && r ? r(t, e, { configurable: !0, enumerable: !0, value: n, writable: !0 }) : t[e] = n } | |
}, function(t, e, n) { | |
var r = n(12), | |
i = function() { try { var t = r(Object, "defineProperty"); return t({}, "", {}), t } catch (t) {} }(); | |
t.exports = i | |
}, function(t, e) { t.exports = function(t, e, n) { return t == t && (void 0 !== n && (t = t <= n ? t : n), void 0 !== e && (t = t >= e ? t : e)), t } }, function(t, e, n) { | |
var r = n(5), | |
i = Object.create, | |
o = function() { | |
function t() {} | |
return function(e) { | |
if (!r(e)) return {}; | |
if (i) return i(e); | |
t.prototype = e; | |
var n = new t; | |
return t.prototype = void 0, n | |
} | |
}(); | |
t.exports = o | |
}, function(t, e, n) { | |
var r = n(326), | |
i = n(327), | |
o = r ? function(t) { return r.get(t) } : i; | |
t.exports = o | |
}, function(t, e, n) { | |
var r = n(328), | |
i = Object.prototype.hasOwnProperty; | |
t.exports = function(t) { | |
for (var e = t.name + "", n = r[e], o = i.call(r, e) ? n.length : 0; o--;) { | |
var a = n[o], | |
u = a.func; | |
if (null == u || u == t) return a.name | |
} | |
return e | |
} | |
}, function(t, e, n) { n(140), n(167), n(56), n(168), n(24), n(169), n(334), n(335), n(336), n(337), n(338), n(339), n(340), t.exports = n(341) }, function(t, e, n) { | |
"use strict"; | |
var r = n(1); | |
r.define("brand", t.exports = function(t) { | |
var e, n = {}, | |
i = document, | |
o = t("html"), | |
a = t("body"), | |
u = ".w-webflow-badge", | |
c = window.location, | |
s = /PhantomJS/i.test(navigator.userAgent), | |
f = "fullscreenchange webkitfullscreenchange mozfullscreenchange msfullscreenchange"; | |
function l() { | |
var n = i.fullScreen || i.mozFullScreen || i.webkitIsFullScreen || i.msFullscreenElement || Boolean(i.webkitFullscreenElement); | |
t(e).attr("style", n ? "display: none !important;" : "") | |
} | |
function d() { | |
var t = a.children(u), | |
n = t.length && t.get(0) === e, | |
i = r.env("editor"); | |
n ? i && t.remove() : (t.length && t.remove(), i || a.append(e)) | |
} | |
return n.ready = function() { | |
var n, r, a, u = o.attr("data-wf-status"), | |
p = o.attr("data-wf-domain") || ""; | |
/\.webflow\.io$/i.test(p) && c.hostname !== p && (u = !0), u && !s && (e = e || (n = t('<a class="w-webflow-badge"></a>').attr("href", "https://webflow.com?utm_campaign=brandjs"), r = t("<img>").attr("src", "https://d3e54v103j8qbb.cloudfront.net/img/webflow-badge-icon.f67cd735e3.svg").css({ marginRight: "8px", width: "16px" }), a = t("<img>").attr("src", "https://d1otoma47x30pg.cloudfront.net/img/webflow-badge-text.6faa6a38cd.svg"), n.append(r, a), n[0]), d(), setTimeout(d, 500), t(i).off(f, l).on(f, l)) | |
}, n | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = window.$, | |
i = n(83) && r.tram; | |
/*! | |
* Webflow._ (aka) Underscore.js 1.6.0 (custom build) | |
* _.each | |
* _.map | |
* _.find | |
* _.filter | |
* _.any | |
* _.contains | |
* _.delay | |
* _.defer | |
* _.throttle (webflow) | |
* _.debounce | |
* _.keys | |
* _.has | |
* _.now | |
* | |
* http://underscorejs.org | |
* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors | |
* Underscore may be freely distributed under the MIT license. | |
* @license MIT | |
*/ | |
t.exports = function() { | |
var t = { VERSION: "1.6.0-Webflow" }, | |
e = {}, | |
n = Array.prototype, | |
r = Object.prototype, | |
o = Function.prototype, | |
a = (n.push, n.slice), | |
u = (n.concat, r.toString, r.hasOwnProperty), | |
c = n.forEach, | |
s = n.map, | |
f = (n.reduce, n.reduceRight, n.filter), | |
l = (n.every, n.some), | |
d = n.indexOf, | |
p = (n.lastIndexOf, Array.isArray, Object.keys), | |
v = (o.bind, t.each = t.forEach = function(n, r, i) { | |
if (null == n) return n; | |
if (c && n.forEach === c) n.forEach(r, i); | |
else if (n.length === +n.length) { | |
for (var o = 0, a = n.length; o < a; o++) | |
if (r.call(i, n[o], o, n) === e) return | |
} else { | |
var u = t.keys(n); | |
for (o = 0, a = u.length; o < a; o++) | |
if (r.call(i, n[u[o]], u[o], n) === e) return | |
} | |
return n | |
}); | |
t.map = t.collect = function(t, e, n) { var r = []; return null == t ? r : s && t.map === s ? t.map(e, n) : (v(t, function(t, i, o) { r.push(e.call(n, t, i, o)) }), r) }, t.find = t.detect = function(t, e, n) { var r; return h(t, function(t, i, o) { if (e.call(n, t, i, o)) return r = t, !0 }), r }, t.filter = t.select = function(t, e, n) { var r = []; return null == t ? r : f && t.filter === f ? t.filter(e, n) : (v(t, function(t, i, o) { e.call(n, t, i, o) && r.push(t) }), r) }; | |
var h = t.some = t.any = function(n, r, i) { r || (r = t.identity); var o = !1; return null == n ? o : l && n.some === l ? n.some(r, i) : (v(n, function(t, n, a) { if (o || (o = r.call(i, t, n, a))) return e }), !!o) }; | |
t.contains = t.include = function(t, e) { return null != t && (d && t.indexOf === d ? -1 != t.indexOf(e) : h(t, function(t) { return t === e })) }, t.delay = function(t, e) { var n = a.call(arguments, 2); return setTimeout(function() { return t.apply(null, n) }, e) }, t.defer = function(e) { return t.delay.apply(t, [e, 1].concat(a.call(arguments, 1))) }, t.throttle = function(t) { var e, n, r; return function() { e || (e = !0, n = arguments, r = this, i.frame(function() { e = !1, t.apply(r, n) })) } }, t.debounce = function(e, n, r) { | |
var i, o, a, u, c, s = function s() { | |
var f = t.now() - u; | |
f < n ? i = setTimeout(s, n - f) : (i = null, r || (c = e.apply(a, o), a = o = null)) | |
}; | |
return function() { a = this, o = arguments, u = t.now(); var f = r && !i; return i || (i = setTimeout(s, n)), f && (c = e.apply(a, o), a = o = null), c } | |
}, t.defaults = function(e) { if (!t.isObject(e)) return e; for (var n = 1, r = arguments.length; n < r; n++) { var i = arguments[n]; for (var o in i) void 0 === e[o] && (e[o] = i[o]) } return e }, t.keys = function(e) { if (!t.isObject(e)) return []; if (p) return p(e); var n = []; for (var r in e) t.has(e, r) && n.push(r); return n }, t.has = function(t, e) { return u.call(t, e) }, t.isObject = function(t) { return t === Object(t) }, t.now = Date.now || function() { return (new Date).getTime() }, t.templateSettings = { evaluate: /<%([\s\S]+?)%>/g, interpolate: /<%=([\s\S]+?)%>/g, escape: /<%-([\s\S]+?)%>/g }; | |
var g = /(.)^/, | |
y = { "'": "'", "\\": "\\", "\r": "r", "\n": "n", "\u2028": "u2028", "\u2029": "u2029" }, | |
E = /\\|'|\r|\n|\u2028|\u2029/g, | |
m = function(t) { return "\\" + y[t] }; | |
return t.template = function(e, n, r) { | |
!n && r && (n = r), n = t.defaults({}, n, t.templateSettings); | |
var i = RegExp([(n.escape || g).source, (n.interpolate || g).source, (n.evaluate || g).source].join("|") + "|$", "g"), | |
o = 0, | |
a = "__p+='"; | |
e.replace(i, function(t, n, r, i, u) { return a += e.slice(o, u).replace(E, m), o = u + t.length, n ? a += "'+\n((__t=(" + n + "))==null?'':_.escape(__t))+\n'" : r ? a += "'+\n((__t=(" + r + "))==null?'':__t)+\n'" : i && (a += "';\n" + i + "\n__p+='"), t }), a += "';\n", n.variable || (a = "with(obj||{}){\n" + a + "}\n"), a = "var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n" + a + "return __p;\n"; | |
try { var u = new Function(n.variable || "obj", "_", a) } catch (t) { throw t.source = a, t } | |
var c = function(e) { return u.call(this, e, t) }, | |
s = n.variable || "obj"; | |
return c.source = "function(" + s + "){\n" + a + "}", c | |
}, t | |
}() | |
}, function(t, e, n) { t.exports = { default: n(143), __esModule: !0 } }, function(t, e, n) { n(84), n(152), t.exports = n(53).f("iterator") }, function(t, e, n) { | |
var r = n(44), | |
i = n(45); | |
t.exports = function(t) { | |
return function(e, n) { | |
var o, a, u = String(i(e)), | |
c = r(n), | |
s = u.length; | |
return c < 0 || c >= s ? t ? "" : void 0 : (o = u.charCodeAt(c)) < 55296 || o > 56319 || c + 1 === s || (a = u.charCodeAt(c + 1)) < 56320 || a > 57343 ? t ? u.charAt(c) : o : t ? u.slice(c, c + 2) : a - 56320 + (o - 55296 << 10) + 65536 | |
} | |
} | |
}, function(t, e) { t.exports = function(t) { if ("function" != typeof t) throw TypeError(t + " is not a function!"); return t } }, function(t, e, n) { | |
"use strict"; | |
var r = n(90), | |
i = n(22), | |
o = n(51), | |
a = {}; | |
n(14)(a, n(2)("iterator"), function() { return this }), t.exports = function(t, e, n) { t.prototype = r(a, { next: i(1, n) }), o(t, e + " Iterator") } | |
}, function(t, e, n) { | |
var r = n(8), | |
i = n(19), | |
o = n(30); | |
t.exports = n(9) ? Object.defineProperties : function(t, e) { i(t); for (var n, a = o(e), u = a.length, c = 0; u > c;) r.f(t, n = a[c++], e[n]); return t } | |
}, function(t, e, n) { | |
var r = n(15), | |
i = n(93), | |
o = n(149); | |
t.exports = function(t) { | |
return function(e, n, a) { | |
var u, c = r(e), | |
s = i(c.length), | |
f = o(a, s); | |
if (t && n != n) { | |
for (; s > f;) | |
if ((u = c[f++]) != u) return !0 | |
} else | |
for (; s > f; f++) | |
if ((t || f in c) && c[f] === n) return t || f || 0; return !t && -1 | |
} | |
} | |
}, function(t, e, n) { | |
var r = n(44), | |
i = Math.max, | |
o = Math.min; | |
t.exports = function(t, e) { return (t = r(t)) < 0 ? i(t + e, 0) : o(t, e) } | |
}, function(t, e, n) { | |
var r = n(6).document; | |
t.exports = r && r.documentElement | |
}, function(t, e, n) { | |
var r = n(10), | |
i = n(52), | |
o = n(48)("IE_PROTO"), | |
a = Object.prototype; | |
t.exports = Object.getPrototypeOf || function(t) { return t = i(t), r(t, o) ? t[o] : "function" == typeof t.constructor && t instanceof t.constructor ? t.constructor.prototype : t instanceof Object ? a : null } | |
}, function(t, e, n) { | |
n(153); | |
for (var r = n(6), i = n(14), o = n(23), a = n(2)("toStringTag"), u = "CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","), c = 0; c < u.length; c++) { | |
var s = u[c], | |
f = r[s], | |
l = f && f.prototype; | |
l && !l[a] && i(l, a, s), o[s] = o.Array | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(154), | |
i = n(155), | |
o = n(23), | |
a = n(15); | |
t.exports = n(85)(Array, "Array", function(t, e) { this._t = a(t), this._i = 0, this._k = e }, function() { | |
var t = this._t, | |
e = this._k, | |
n = this._i++; | |
return !t || n >= t.length ? (this._t = void 0, i(1)) : i(0, "keys" == e ? n : "values" == e ? t[n] : [n, t[n]]) | |
}, "values"), o.Arguments = o.Array, r("keys"), r("values"), r("entries") | |
}, function(t, e) { t.exports = function() {} }, function(t, e) { t.exports = function(t, e) { return { value: e, done: !!t } } }, function(t, e, n) { t.exports = { default: n(157), __esModule: !0 } }, function(t, e, n) { n(158), n(164), n(165), n(166), t.exports = n(7).Symbol }, function(t, e, n) { | |
"use strict"; | |
var r = n(6), | |
i = n(10), | |
o = n(9), | |
a = n(18), | |
u = n(89), | |
c = n(159).KEY, | |
s = n(21), | |
f = n(49), | |
l = n(51), | |
d = n(31), | |
p = n(2), | |
v = n(53), | |
h = n(54), | |
g = n(160), | |
y = n(161), | |
E = n(19), | |
m = n(20), | |
_ = n(15), | |
I = n(46), | |
b = n(22), | |
w = n(90), | |
T = n(162), | |
O = n(163), | |
S = n(8), | |
A = n(30), | |
x = O.f, | |
R = S.f, | |
L = T.f, | |
N = r.Symbol, | |
C = r.JSON, | |
M = C && C.stringify, | |
P = p("_hidden"), | |
D = p("toPrimitive"), | |
j = {}.propertyIsEnumerable, | |
F = f("symbol-registry"), | |
k = f("symbols"), | |
G = f("op-symbols"), | |
X = Object.prototype, | |
V = "function" == typeof N, | |
U = r.QObject, | |
B = !U || !U.prototype || !U.prototype.findChild, | |
H = o && s(function() { return 7 != w(R({}, "a", { get: function() { return R(this, "a", { value: 7 }).a } })).a }) ? function(t, e, n) { | |
var r = x(X, e); | |
r && delete X[e], R(t, e, n), r && t !== X && R(X, e, r) | |
} : R, | |
W = function(t) { var e = k[t] = w(N.prototype); return e._k = t, e }, | |
Y = V && "symbol" == typeof N.iterator ? function(t) { return "symbol" == typeof t } : function(t) { return t instanceof N }, | |
z = function(t, e, n) { return t === X && z(G, e, n), E(t), e = I(e, !0), E(n), i(k, e) ? (n.enumerable ? (i(t, P) && t[P][e] && (t[P][e] = !1), n = w(n, { enumerable: b(0, !1) })) : (i(t, P) || R(t, P, b(1, {})), t[P][e] = !0), H(t, e, n)) : R(t, e, n) }, | |
K = function(t, e) { E(t); for (var n, r = g(e = _(e)), i = 0, o = r.length; o > i;) z(t, n = r[i++], e[n]); return t }, | |
Q = function(t) { var e = j.call(this, t = I(t, !0)); return !(this === X && i(k, t) && !i(G, t)) && (!(e || !i(this, t) || !i(k, t) || i(this, P) && this[P][t]) || e) }, | |
q = function(t, e) { if (t = _(t), e = I(e, !0), t !== X || !i(k, e) || i(G, e)) { var n = x(t, e); return !n || !i(k, e) || i(t, P) && t[P][e] || (n.enumerable = !0), n } }, | |
$ = function(t) { for (var e, n = L(_(t)), r = [], o = 0; n.length > o;) i(k, e = n[o++]) || e == P || e == c || r.push(e); return r }, | |
Z = function(t) { for (var e, n = t === X, r = L(n ? G : _(t)), o = [], a = 0; r.length > a;) !i(k, e = r[a++]) || n && !i(X, e) || o.push(k[e]); return o }; | |
V || (u((N = function() { | |
if (this instanceof N) throw TypeError("Symbol is not a constructor!"); | |
var t = d(arguments.length > 0 ? arguments[0] : void 0), | |
e = function(n) { this === X && e.call(G, n), i(this, P) && i(this[P], t) && (this[P][t] = !1), H(this, t, b(1, n)) }; | |
return o && B && H(X, t, { configurable: !0, set: e }), W(t) | |
}).prototype, "toString", function() { return this._k }), O.f = q, S.f = z, n(94).f = T.f = $, n(32).f = Q, n(55).f = Z, o && !n(29) && u(X, "propertyIsEnumerable", Q, !0), v.f = function(t) { return W(p(t)) }), a(a.G + a.W + a.F * !V, { Symbol: N }); | |
for (var J = "hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","), tt = 0; J.length > tt;) p(J[tt++]); | |
for (var et = A(p.store), nt = 0; et.length > nt;) h(et[nt++]); | |
a(a.S + a.F * !V, "Symbol", { | |
for: function(t) { return i(F, t += "") ? F[t] : F[t] = N(t) }, | |
keyFor: function(t) { | |
if (!Y(t)) throw TypeError(t + " is not a symbol!"); | |
for (var e in F) | |
if (F[e] === t) return e | |
}, | |
useSetter: function() { B = !0 }, | |
useSimple: function() { B = !1 } | |
}), a(a.S + a.F * !V, "Object", { create: function(t, e) { return void 0 === e ? w(t) : K(w(t), e) }, defineProperty: z, defineProperties: K, getOwnPropertyDescriptor: q, getOwnPropertyNames: $, getOwnPropertySymbols: Z }), C && a(a.S + a.F * (!V || s(function() { var t = N(); return "[null]" != M([t]) || "{}" != M({ a: t }) || "{}" != M(Object(t)) })), "JSON", { stringify: function(t) { for (var e, n, r = [t], i = 1; arguments.length > i;) r.push(arguments[i++]); if (n = e = r[1], (m(e) || void 0 !== t) && !Y(t)) return y(e) || (e = function(t, e) { if ("function" == typeof n && (e = n.call(this, t, e)), !Y(e)) return e }), r[1] = e, M.apply(C, r) } }), N.prototype[D] || n(14)(N.prototype, D, N.prototype.valueOf), l(N, "Symbol"), l(Math, "Math", !0), l(r.JSON, "JSON", !0) | |
}, function(t, e, n) { | |
var r = n(31)("meta"), | |
i = n(20), | |
o = n(10), | |
a = n(8).f, | |
u = 0, | |
c = Object.isExtensible || function() { return !0 }, | |
s = !n(21)(function() { return c(Object.preventExtensions({})) }), | |
f = function(t) { a(t, r, { value: { i: "O" + ++u, w: {} } }) }, | |
l = t.exports = { | |
KEY: r, | |
NEED: !1, | |
fastKey: function(t, e) { | |
if (!i(t)) return "symbol" == typeof t ? t : ("string" == typeof t ? "S" : "P") + t; | |
if (!o(t, r)) { | |
if (!c(t)) return "F"; | |
if (!e) return "E"; | |
f(t) | |
} | |
return t[r].i | |
}, | |
getWeak: function(t, e) { | |
if (!o(t, r)) { | |
if (!c(t)) return !0; | |
if (!e) return !1; | |
f(t) | |
} | |
return t[r].w | |
}, | |
onFreeze: function(t) { return s && l.NEED && c(t) && !o(t, r) && f(t), t } | |
} | |
}, function(t, e, n) { | |
var r = n(30), | |
i = n(55), | |
o = n(32); | |
t.exports = function(t) { | |
var e = r(t), | |
n = i.f; | |
if (n) | |
for (var a, u = n(t), c = o.f, s = 0; u.length > s;) c.call(t, a = u[s++]) && e.push(a); | |
return e | |
} | |
}, function(t, e, n) { | |
var r = n(47); | |
t.exports = Array.isArray || function(t) { return "Array" == r(t) } | |
}, function(t, e, n) { | |
var r = n(15), | |
i = n(94).f, | |
o = {}.toString, | |
a = "object" == typeof window && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : []; | |
t.exports.f = function(t) { return a && "[object Window]" == o.call(t) ? function(t) { try { return i(t) } catch (t) { return a.slice() } }(t) : i(r(t)) } | |
}, function(t, e, n) { | |
var r = n(32), | |
i = n(22), | |
o = n(15), | |
a = n(46), | |
u = n(10), | |
c = n(87), | |
s = Object.getOwnPropertyDescriptor; | |
e.f = n(9) ? s : function(t, e) { | |
if (t = o(t), e = a(e, !0), c) try { return s(t, e) } catch (t) {} | |
if (u(t, e)) return i(!r.f.call(t, e), t[e]) | |
} | |
}, function(t, e) {}, function(t, e, n) { n(54)("asyncIterator") }, function(t, e, n) { n(54)("observable") }, function(t, e, n) { | |
"use strict"; | |
var r = n(1); | |
r.define("edit", t.exports = function(t, e, n) { | |
if (n = n || {}, (r.env("test") || r.env("frame")) && !n.fixture) return { exit: 1 }; | |
var i, o = t(window), | |
a = t(document.documentElement), | |
u = document.location, | |
c = "hashchange", | |
s = n.load || function() { | |
i = !0, window.WebflowEditor = !0, o.off(c, l), | |
function(t) { | |
var e = window.document.createElement("iframe"); | |
e.src = "https://webflow.com/site/third-party-cookie-check.html", e.style.display = "none", e.sandbox = "allow-scripts allow-same-origin"; | |
var n = function n(r) { "WF_third_party_cookies_unsupported" === r.data ? (y(e, n), t(!1)) : "WF_third_party_cookies_supported" === r.data && (y(e, n), t(!0)) }; | |
e.onerror = function() { y(e, n), t(!1) }, window.addEventListener("message", n, !1), window.document.body.appendChild(e) | |
}(function(e) { t.ajax({ url: g("https://editor-api.webflow.com/api/editor/view"), data: { siteId: a.attr("data-wf-site") }, xhrFields: { withCredentials: !0 }, dataType: "json", crossDomain: !0, success: d(e) }) }) | |
}, | |
f = !1; | |
try { f = localStorage && localStorage.getItem && localStorage.getItem("WebflowEditor") } catch (t) {} | |
function l() { i || /\?edit/.test(u.hash) && s() } | |
function d(t) { return function(e) { e ? (e.thirdPartyCookiesSupported = t, p(h(e.bugReporterScriptPath), function() { p(h(e.scriptPath), function() { window.WebflowEditor(e) }) })) : console.error("Could not load editor data") } } | |
function p(e, n) { t.ajax({ type: "GET", url: e, dataType: "script", cache: !0 }).then(n, v) } | |
function v(t, e, n) { throw console.error("Could not load editor script: " + e), n } | |
function h(t) { return t.indexOf("//") >= 0 ? t : g("https://editor-api.webflow.com" + t) } | |
function g(t) { return t.replace(/([^:])\/\//g, "$1/") } | |
function y(t, e) { window.removeEventListener("message", e, !1), t.remove() } | |
return f ? s() : u.search ? (/[?&](edit)(?:[=&?]|$)/.test(u.search) || /\?edit$/.test(u.href)) && s() : o.on(c, l).triggerHandler(c), {} | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1), | |
i = n(56); | |
r.define("ix", t.exports = function(t, e) { | |
var n, o, a = {}, | |
u = t(window), | |
c = ".w-ix", | |
s = t.tram, | |
f = r.env, | |
l = f(), | |
d = f.chrome && f.chrome < 35, | |
p = "none 0s ease 0s", | |
v = t(), | |
h = {}, | |
g = [], | |
y = [], | |
E = [], | |
m = 1, | |
_ = { tabs: ".w-tab-link, .w-tab-pane", dropdown: ".w-dropdown", slider: ".w-slide", navbar: ".w-nav" }; | |
function I(t) { t && (h = {}, e.each(t, function(t) { h[t.slug] = t.value }), b()) } | |
function b() { | |
! function() { | |
var e = t("[data-ix]"); | |
if (!e.length) return; | |
e.each(O), e.each(w), g.length && (r.scroll.on(S), setTimeout(S, 1)); | |
y.length && r.load(A); | |
E.length && setTimeout(x, m) | |
}(), i.init(), r.redraw.up() | |
} | |
function w(n, o) { | |
var u = t(o), | |
s = u.attr("data-ix"), | |
f = h[s]; | |
if (f) { | |
var d = f.triggers; | |
d && (a.style(u, f.style), e.each(d, function(t) { | |
var e = {}, | |
n = t.type, | |
o = t.stepsB && t.stepsB.length; | |
function a() { R(t, u, { group: "A" }) } | |
function s() { R(t, u, { group: "B" }) } | |
if ("load" !== n) { if ("click" === n) return u.on("click" + c, function(n) { r.validClick(n.currentTarget) && ("#" === u.attr("href") && n.preventDefault(), R(t, u, { group: e.clicked ? "B" : "A" }), o && (e.clicked = !e.clicked)) }), void(v = v.add(u)); if ("hover" === n) return u.on("mouseenter" + c, a), u.on("mouseleave" + c, s), void(v = v.add(u)); if ("scroll" !== n) { var f = _[n]; if (f) { var d = u.closest(f); return d.on(i.types.INTRO, a).on(i.types.OUTRO, s), void(v = v.add(d)) } } else g.push({ el: u, trigger: t, state: { active: !1 }, offsetTop: T(t.offsetTop), offsetBot: T(t.offsetBot) }) } else t.preload && !l ? y.push(a) : E.push(a) | |
})) | |
} | |
} | |
function T(t) { | |
if (!t) return 0; | |
t = String(t); | |
var e = parseInt(t, 10); | |
return e != e ? 0 : (t.indexOf("%") > 0 && (e /= 100) >= 1 && (e = .999), e) | |
} | |
function O(e, n) { t(n).off(c) } | |
function S() { | |
for (var t = u.scrollTop(), e = u.height(), n = g.length, r = 0; r < n; r++) { | |
var i = g[r], | |
o = i.el, | |
a = i.trigger, | |
c = a.stepsB && a.stepsB.length, | |
s = i.state, | |
f = o.offset().top, | |
l = o.outerHeight(), | |
d = i.offsetTop, | |
p = i.offsetBot; | |
d < 1 && d > 0 && (d *= e), p < 1 && p > 0 && (p *= e); | |
var v = f + l - d >= t && f + p <= t + e; | |
v !== s.active && ((!1 !== v || c) && (s.active = v, R(a, o, { group: v ? "A" : "B" }))) | |
} | |
} | |
function A() { for (var t = y.length, e = 0; e < t; e++) y[e]() } | |
function x() { for (var t = E.length, e = 0; e < t; e++) E[e]() } | |
function R(e, r, i, o) { | |
var a = (i = i || {}).done, | |
u = e.preserve3d; | |
if (!n || i.force) { | |
var c = i.group || "A", | |
f = e["loop" + c], | |
p = e["steps" + c]; | |
if (p && p.length) { | |
if (p.length < 2 && (f = !1), !o) { | |
var v = e.selector; | |
v && (r = e.descend ? r.find(v) : e.siblings ? r.siblings(v) : t(v), l && r.attr("data-ix-affect", 1)), d && r.addClass("w-ix-emptyfix"), u && r.css("transform-style", "preserve-3d") | |
} | |
for (var h = s(r), g = { omit3d: !u }, y = 0; y < p.length; y++) L(h, p[y], g); | |
g.start ? h.then(E) : E() | |
} | |
} | |
function E() { if (f) return R(e, r, i, !0); "auto" === g.width && h.set({ width: "auto" }), "auto" === g.height && h.set({ height: "auto" }), a && a() } | |
} | |
function L(t, e, n) { | |
var i = "add", | |
o = "start"; | |
n.start && (i = o = "then"); | |
var a = e.transition; | |
if (a) { | |
a = a.split(","); | |
for (var u = 0; u < a.length; u++) { | |
var c = a[u]; | |
t[i](c) | |
} | |
} | |
var s = N(e, n) || {}; | |
if (null != s.width && (n.width = s.width), null != s.height && (n.height = s.height), null == a) { | |
n.start ? t.then(function() { | |
var e = this.queue; | |
this.set(s), s.display && (t.redraw(), r.redraw.up()), this.queue = e, this.next() | |
}) : (t.set(s), s.display && (t.redraw(), r.redraw.up())); | |
var f = s.wait; | |
null != f && (t.wait(f), n.start = !0) | |
} else { | |
if (s.display) { | |
var l = s.display; | |
delete s.display, n.start ? t.then(function() { | |
var t = this.queue; | |
this.set({ display: l }).redraw(), r.redraw.up(), this.queue = t, this.next() | |
}) : (t.set({ display: l }).redraw(), r.redraw.up()) | |
} | |
t[o](s), n.start = !0 | |
} | |
} | |
function N(t, e) { | |
var n = e && e.omit3d, | |
r = {}, | |
i = !1; | |
for (var o in t) "transition" !== o && "keysort" !== o && (!n || "z" !== o && "rotateX" !== o && "rotateY" !== o && "scaleZ" !== o) && (r[o] = t[o], i = !0); | |
return i ? r : null | |
} | |
return a.init = function(t) { setTimeout(function() { I(t) }, 1) }, a.preview = function() { n = !1, m = 100, setTimeout(function() { I(window.__wf_ix) }, 1) }, a.design = function() { n = !0, a.destroy() }, a.destroy = function() { o = !0, v.each(O), r.scroll.off(S), i.async(), g = [], y = [], E = [] }, a.ready = function() { | |
if (l) return f("design") ? a.design() : a.preview(); | |
h && o && (o = !1, b()) | |
}, a.run = R, a.style = l ? function(e, n) { | |
var r = s(e); | |
if (t.isEmptyObject(n)) return; | |
e.css("transition", ""); | |
var i = e.css("transition"); | |
i === p && (i = r.upstream = null); | |
r.upstream = p, r.set(N(n)), r.upstream = i | |
} : function(t, e) { s(t).set(N(e)) }, a | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1), | |
i = n(170); | |
i.setEnv(r.env), r.define("ix2", t.exports = function() { return i }) | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.actions = e.store = e.destroy = e.init = e.setEnv = void 0; | |
var r, i = n(95), | |
o = n(182), | |
a = (r = o) && r.__esModule ? r : { default: r }, | |
u = n(132), | |
c = function(t) { | |
if (t && t.__esModule) return t; | |
var e = {}; | |
if (null != t) | |
for (var n in t) Object.prototype.hasOwnProperty.call(t, n) && (e[n] = t[n]); | |
return e.default = t, e | |
}(n(79)); | |
var s = (0, i.createStore)(a.default); | |
function f() { | |
(0, u.stopEngine)(s) | |
} | |
e.setEnv = function(t) { t() && (0, u.observeRequests)(s) }, e.init = function(t) { f(), (0, u.startEngine)({ store: s, rawData: t, allowEvents: !0 }) }, e.destroy = f, e.store = s, e.actions = c | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = n(97), | |
i = n(174), | |
o = n(175), | |
a = "[object Null]", | |
u = "[object Undefined]", | |
c = r.default ? r.default.toStringTag : void 0; | |
e.default = function(t) { return null == t ? void 0 === t ? u : a : c && c in Object(t) ? Object(i.default)(t) : Object(o.default)(t) } | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = n(173), | |
i = "object" == typeof self && self && self.Object === Object && self, | |
o = r.default || i || Function("return this")(); | |
e.default = o | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e), | |
function(t) { | |
var n = "object" == typeof t && t && t.Object === Object && t; | |
e.default = n | |
}.call(this, n(58)) | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = n(97), | |
i = Object.prototype, | |
o = i.hasOwnProperty, | |
a = i.toString, | |
u = r.default ? r.default.toStringTag : void 0; | |
e.default = function(t) { | |
var e = o.call(t, u), | |
n = t[u]; | |
try { t[u] = void 0; var r = !0 } catch (t) {} | |
var i = a.call(t); | |
return r && (e ? t[u] = n : delete t[u]), i | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = Object.prototype.toString; | |
e.default = function(t) { return r.call(t) } | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e); | |
var r = n(177), | |
i = Object(r.default)(Object.getPrototypeOf, Object); | |
e.default = i | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e), e.default = function(t, e) { return function(n) { return t(e(n)) } } | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e), e.default = function(t) { return null != t && "object" == typeof t } | |
}, function(t, e, n) { | |
"use strict"; | |
n.r(e), | |
function(t, r) { | |
var i, o = n(181); | |
i = "undefined" != typeof self ? self : "undefined" != typeof window ? window : void 0 !== t ? t : r; | |
var a = Object(o.default)(i); | |
e.default = a | |
}.call(this, n(58), n(180)(t)) | |
}, function(t, e) { | |
t.exports = function(t) { | |
if (!t.webpackPolyfill) { | |
var e = Object.create(t); | |
e.children || (e.children = []), Object.defineProperty(e, "loaded", { enumerable: !0, get: function() { return e.l } }), Object.defineProperty(e, "id", { enumerable: !0, get: function() { return e.i } }), Object.defineProperty(e, "exports", { enumerable: !0 }), e.webpackPolyfill = 1 | |
} | |
return e | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
function r(t) { var e, n = t.Symbol; return "function" == typeof n ? n.observable ? e = n.observable : (e = n("observable"), n.observable = e) : e = "@@observable", e } | |
n.r(e), n.d(e, "default", function() { return r }) | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
var r = n(95), | |
i = n(183), | |
o = n(266), | |
a = n(271), | |
u = n(3), | |
c = n(272), | |
s = n(273), | |
f = u.IX2ElementsReducer.ixElements; | |
e.default = (0, r.combineReducers)({ ixData: i.ixData, ixRequest: o.ixRequest, ixSession: a.ixSession, ixElements: f, ixInstances: c.ixInstances, ixParameters: s.ixParameters }) | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.ixData = void 0; | |
var r = n(3).IX2EngineActionTypes.IX2_RAW_DATA_IMPORTED; | |
e.ixData = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : Object.freeze({}), | |
e = arguments[1]; | |
switch (e.type) { | |
case r: | |
return e.payload.ixData || Object.freeze({}); | |
default: | |
return t | |
} | |
} | |
}, function(t, e, n) { | |
var r = n(185), | |
i = n(237), | |
o = n(118); | |
t.exports = function(t) { var e = i(t); return 1 == e.length && e[0][2] ? o(e[0][0], e[0][1]) : function(n) { return n === t || r(n, t, e) } } | |
}, function(t, e, n) { | |
var r = n(104), | |
i = n(108), | |
o = 1, | |
a = 2; | |
t.exports = function(t, e, n, u) { | |
var c = n.length, | |
s = c, | |
f = !u; | |
if (null == t) return !s; | |
for (t = Object(t); c--;) { var l = n[c]; if (f && l[2] ? l[1] !== t[l[0]] : !(l[0] in t)) return !1 } | |
for (; ++c < s;) { | |
var d = (l = n[c])[0], | |
p = t[d], | |
v = l[1]; | |
if (f && l[2]) { if (void 0 === p && !(d in t)) return !1 } else { var h = new r; if (u) var g = u(p, v, d, t, e, h); if (!(void 0 === g ? i(v, p, o | a, u, h) : g)) return !1 } | |
} | |
return !0 | |
} | |
}, function(t, e) { t.exports = function() { this.__data__ = [], this.size = 0 } }, function(t, e, n) { | |
var r = n(34), | |
i = Array.prototype.splice; | |
t.exports = function(t) { | |
var e = this.__data__, | |
n = r(e, t); | |
return !(n < 0 || (n == e.length - 1 ? e.pop() : i.call(e, n, 1), --this.size, 0)) | |
} | |
}, function(t, e, n) { | |
var r = n(34); | |
t.exports = function(t) { | |
var e = this.__data__, | |
n = r(e, t); | |
return n < 0 ? void 0 : e[n][1] | |
} | |
}, function(t, e, n) { | |
var r = n(34); | |
t.exports = function(t) { return r(this.__data__, t) > -1 } | |
}, function(t, e, n) { | |
var r = n(34); | |
t.exports = function(t, e) { | |
var n = this.__data__, | |
i = r(n, t); | |
return i < 0 ? (++this.size, n.push([t, e])) : n[i][1] = e, this | |
} | |
}, function(t, e, n) { | |
var r = n(33); | |
t.exports = function() { this.__data__ = new r, this.size = 0 } | |
}, function(t, e) { | |
t.exports = function(t) { | |
var e = this.__data__, | |
n = e.delete(t); | |
return this.size = e.size, n | |
} | |
}, function(t, e) { t.exports = function(t) { return this.__data__.get(t) } }, function(t, e) { t.exports = function(t) { return this.__data__.has(t) } }, function(t, e, n) { | |
var r = n(33), | |
i = n(62), | |
o = n(63), | |
a = 200; | |
t.exports = function(t, e) { | |
var n = this.__data__; | |
if (n instanceof r) { | |
var u = n.__data__; | |
if (!i || u.length < a - 1) return u.push([t, e]), this.size = ++n.size, this; | |
n = this.__data__ = new o(u) | |
} | |
return n.set(t, e), this.size = n.size, this | |
} | |
}, function(t, e, n) { | |
var r = n(105), | |
i = n(199), | |
o = n(5), | |
a = n(107), | |
u = /^\[object .+?Constructor\]$/, | |
c = Function.prototype, | |
s = Object.prototype, | |
f = c.toString, | |
l = s.hasOwnProperty, | |
d = RegExp("^" + f.call(l).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"); | |
t.exports = function(t) { return !(!o(t) || i(t)) && (r(t) ? d : u).test(a(t)) } | |
}, function(t, e, n) { | |
var r = n(25), | |
i = Object.prototype, | |
o = i.hasOwnProperty, | |
a = i.toString, | |
u = r ? r.toStringTag : void 0; | |
t.exports = function(t) { | |
var e = o.call(t, u), | |
n = t[u]; | |
try { t[u] = void 0; var r = !0 } catch (t) {} | |
var i = a.call(t); | |
return r && (e ? t[u] = n : delete t[u]), i | |
} | |
}, function(t, e) { | |
var n = Object.prototype.toString; | |
t.exports = function(t) { return n.call(t) } | |
}, function(t, e, n) { | |
var r, i = n(200), | |
o = (r = /[^.]+$/.exec(i && i.keys && i.keys.IE_PROTO || "")) ? "Symbol(src)_1." + r : ""; | |
t.exports = function(t) { return !!o && o in t } | |
}, function(t, e, n) { | |
var r = n(4)["__core-js_shared__"]; | |
t.exports = r | |
}, function(t, e) { t.exports = function(t, e) { return null == t ? void 0 : t[e] } }, function(t, e, n) { | |
var r = n(203), | |
i = n(33), | |
o = n(62); | |
t.exports = function() { this.size = 0, this.__data__ = { hash: new r, map: new(o || i), string: new r } } | |
}, function(t, e, n) { | |
var r = n(204), | |
i = n(205), | |
o = n(206), | |
a = n(207), | |
u = n(208); | |
function c(t) { | |
var e = -1, | |
n = null == t ? 0 : t.length; | |
for (this.clear(); ++e < n;) { | |
var r = t[e]; | |
this.set(r[0], r[1]) | |
} | |
} | |
c.prototype.clear = r, c.prototype.delete = i, c.prototype.get = o, c.prototype.has = a, c.prototype.set = u, t.exports = c | |
}, function(t, e, n) { | |
var r = n(35); | |
t.exports = function() { this.__data__ = r ? r(null) : {}, this.size = 0 } | |
}, function(t, e) { t.exports = function(t) { var e = this.has(t) && delete this.__data__[t]; return this.size -= e ? 1 : 0, e } }, function(t, e, n) { | |
var r = n(35), | |
i = "__lodash_hash_undefined__", | |
o = Object.prototype.hasOwnProperty; | |
t.exports = function(t) { var e = this.__data__; if (r) { var n = e[t]; return n === i ? void 0 : n } return o.call(e, t) ? e[t] : void 0 } | |
}, function(t, e, n) { | |
var r = n(35), | |
i = Object.prototype.hasOwnProperty; | |
t.exports = function(t) { var e = this.__data__; return r ? void 0 !== e[t] : i.call(e, t) } | |
}, function(t, e, n) { | |
var r = n(35), | |
i = "__lodash_hash_undefined__"; | |
t.exports = function(t, e) { var n = this.__data__; return this.size += this.has(t) ? 0 : 1, n[t] = r && void 0 === e ? i : e, this } | |
}, function(t, e, n) { | |
var r = n(36); | |
t.exports = function(t) { var e = r(this, t).delete(t); return this.size -= e ? 1 : 0, e } | |
}, function(t, e) { t.exports = function(t) { var e = typeof t; return "string" == e || "number" == e || "symbol" == e || "boolean" == e ? "__proto__" !== t : null === t } }, function(t, e, n) { | |
var r = n(36); | |
t.exports = function(t) { return r(this, t).get(t) } | |
}, function(t, e, n) { | |
var r = n(36); | |
t.exports = function(t) { return r(this, t).has(t) } | |
}, function(t, e, n) { | |
var r = n(36); | |
t.exports = function(t, e) { | |
var n = r(this, t), | |
i = n.size; | |
return n.set(t, e), this.size += n.size == i ? 0 : 1, this | |
} | |
}, function(t, e, n) { | |
var r = n(104), | |
i = n(109), | |
o = n(220), | |
a = n(224), | |
u = n(71), | |
c = n(0), | |
s = n(65), | |
f = n(67), | |
l = 1, | |
d = "[object Arguments]", | |
p = "[object Array]", | |
v = "[object Object]", | |
h = Object.prototype.hasOwnProperty; | |
t.exports = function(t, e, n, g, y, E) { | |
var m = c(t), | |
_ = c(e), | |
I = m ? p : u(t), | |
b = _ ? p : u(e), | |
w = (I = I == d ? v : I) == v, | |
T = (b = b == d ? v : b) == v, | |
O = I == b; | |
if (O && s(t)) { | |
if (!s(e)) return !1; | |
m = !0, w = !1 | |
} | |
if (O && !w) return E || (E = new r), m || f(t) ? i(t, e, n, g, y, E) : o(t, e, I, n, g, y, E); | |
if (!(n & l)) { | |
var S = w && h.call(t, "__wrapped__"), | |
A = T && h.call(e, "__wrapped__"); | |
if (S || A) { | |
var x = S ? t.value() : t, | |
R = A ? e.value() : e; | |
return E || (E = new r), y(x, R, n, g, E) | |
} | |
} | |
return !!O && (E || (E = new r), a(t, e, n, g, y, E)) | |
} | |
}, function(t, e, n) { | |
var r = n(63), | |
i = n(216), | |
o = n(217); | |
function a(t) { | |
var e = -1, | |
n = null == t ? 0 : t.length; | |
for (this.__data__ = new r; ++e < n;) this.add(t[e]) | |
} | |
a.prototype.add = a.prototype.push = i, a.prototype.has = o, t.exports = a | |
}, function(t, e) { | |
var n = "__lodash_hash_undefined__"; | |
t.exports = function(t) { return this.__data__.set(t, n), this } | |
}, function(t, e) { t.exports = function(t) { return this.__data__.has(t) } }, function(t, e) { | |
t.exports = function(t, e) { | |
for (var n = -1, r = null == t ? 0 : t.length; ++n < r;) | |
if (e(t[n], n, t)) return !0; | |
return !1 | |
} | |
}, function(t, e) { t.exports = function(t, e) { return t.has(e) } }, function(t, e, n) { | |
var r = n(25), | |
i = n(221), | |
o = n(61), | |
a = n(109), | |
u = n(222), | |
c = n(223), | |
s = 1, | |
f = 2, | |
l = "[object Boolean]", | |
d = "[object Date]", | |
p = "[object Error]", | |
v = "[object Map]", | |
h = "[object Number]", | |
g = "[object RegExp]", | |
y = "[object Set]", | |
E = "[object String]", | |
m = "[object Symbol]", | |
_ = "[object ArrayBuffer]", | |
I = "[object DataView]", | |
b = r ? r.prototype : void 0, | |
w = b ? b.valueOf : void 0; | |
t.exports = function(t, e, n, r, b, T, O) { | |
switch (n) { | |
case I: | |
if (t.byteLength != e.byteLength || t.byteOffset != e.byteOffset) return !1; | |
t = t.buffer, e = e.buffer; | |
case _: | |
return !(t.byteLength != e.byteLength || !T(new i(t), new i(e))); | |
case l: | |
case d: | |
case h: | |
return o(+t, +e); | |
case p: | |
return t.name == e.name && t.message == e.message; | |
case g: | |
case E: | |
return t == e + ""; | |
case v: | |
var S = u; | |
case y: | |
var A = r & s; | |
if (S || (S = c), t.size != e.size && !A) return !1; | |
var x = O.get(t); | |
if (x) return x == e; | |
r |= f, O.set(t, e); | |
var R = a(S(t), S(e), r, b, T, O); | |
return O.delete(t), R; | |
case m: | |
if (w) return w.call(t) == w.call(e) | |
} | |
return !1 | |
} | |
}, function(t, e, n) { | |
var r = n(4).Uint8Array; | |
t.exports = r | |
}, function(t, e) { | |
t.exports = function(t) { | |
var e = -1, | |
n = Array(t.size); | |
return t.forEach(function(t, r) { n[++e] = [r, t] }), n | |
} | |
}, function(t, e) { | |
t.exports = function(t) { | |
var e = -1, | |
n = Array(t.size); | |
return t.forEach(function(t) { n[++e] = t }), n | |
} | |
}, function(t, e, n) { | |
var r = n(225), | |
i = 1, | |
o = Object.prototype.hasOwnProperty; | |
t.exports = function(t, e, n, a, u, c) { | |
var s = n & i, | |
f = r(t), | |
l = f.length; | |
if (l != r(e).length && !s) return !1; | |
for (var d = l; d--;) { var p = f[d]; if (!(s ? p in e : o.call(e, p))) return !1 } | |
var v = c.get(t); | |
if (v && c.get(e)) return v == e; | |
var h = !0; | |
c.set(t, e), c.set(e, t); | |
for (var g = s; ++d < l;) { | |
var y = t[p = f[d]], | |
E = e[p]; | |
if (a) var m = s ? a(E, y, p, e, t, c) : a(y, E, p, t, e, c); | |
if (!(void 0 === m ? y === E || u(y, E, n, a, c) : m)) { h = !1; break } | |
g || (g = "constructor" == p) | |
} | |
if (h && !g) { | |
var _ = t.constructor, | |
I = e.constructor; | |
_ != I && "constructor" in t && "constructor" in e && !("function" == typeof _ && _ instanceof _ && "function" == typeof I && I instanceof I) && (h = !1) | |
} | |
return c.delete(t), c.delete(e), h | |
} | |
}, function(t, e, n) { | |
var r = n(110), | |
i = n(111), | |
o = n(37); | |
t.exports = function(t) { return r(t, o, i) } | |
}, function(t, e) { | |
t.exports = function(t, e) { | |
for (var n = -1, r = null == t ? 0 : t.length, i = 0, o = []; ++n < r;) { | |
var a = t[n]; | |
e(a, n, t) && (o[i++] = a) | |
} | |
return o | |
} | |
}, function(t, e) { t.exports = function(t, e) { for (var n = -1, r = Array(t); ++n < t;) r[n] = e(n); return r } }, function(t, e, n) { | |
var r = n(16), | |
i = n(13), | |
o = "[object Arguments]"; | |
t.exports = function(t) { return i(t) && r(t) == o } | |
}, function(t, e) { t.exports = function() { return !1 } }, function(t, e, n) { | |
var r = n(16), | |
i = n(68), | |
o = n(13), | |
a = {}; | |
a["[object Float32Array]"] = a["[object Float64Array]"] = a["[object Int8Array]"] = a["[object Int16Array]"] = a["[object Int32Array]"] = a["[object Uint8Array]"] = a["[object Uint8ClampedArray]"] = a["[object Uint16Array]"] = a["[object Uint32Array]"] = !0, a["[object Arguments]"] = a["[object Array]"] = a["[object ArrayBuffer]"] = a["[object Boolean]"] = a["[object DataView]"] = a["[object Date]"] = a["[object Error]"] = a["[object Function]"] = a["[object Map]"] = a["[object Number]"] = a["[object Object]"] = a["[object RegExp]"] = a["[object Set]"] = a["[object String]"] = a["[object WeakMap]"] = !1, t.exports = function(t) { return o(t) && i(t.length) && !!a[r(t)] } | |
}, function(t, e) { t.exports = function(t) { return function(e) { return t(e) } } }, function(t, e, n) { | |
(function(t) { | |
var r = n(106), | |
i = e && !e.nodeType && e, | |
o = i && "object" == typeof t && t && !t.nodeType && t, | |
a = o && o.exports === i && r.process, | |
u = function() { try { var t = o && o.require && o.require("util").types; return t || a && a.binding && a.binding("util") } catch (t) {} }(); | |
t.exports = u | |
}).call(this, n(114)(t)) | |
}, function(t, e, n) { | |
var r = n(115)(Object.keys, Object); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(12)(n(4), "DataView"); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(12)(n(4), "Promise"); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(12)(n(4), "Set"); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(117), | |
i = n(37); | |
t.exports = function(t) { | |
for (var e = i(t), n = e.length; n--;) { | |
var o = e[n], | |
a = t[o]; | |
e[n] = [o, a, r(a)] | |
} | |
return e | |
} | |
}, function(t, e, n) { | |
var r = n(108), | |
i = n(39), | |
o = n(242), | |
a = n(73), | |
u = n(117), | |
c = n(118), | |
s = n(26), | |
f = 1, | |
l = 2; | |
t.exports = function(t, e) { return a(t) && u(e) ? c(s(t), e) : function(n) { var a = i(n, t); return void 0 === a && a === e ? o(n, t) : r(e, a, f | l) } } | |
}, function(t, e, n) { | |
var r = n(240), | |
i = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, | |
o = /\\(\\)?/g, | |
a = r(function(t) { var e = []; return 46 === t.charCodeAt(0) && e.push(""), t.replace(i, function(t, n, r, i) { e.push(r ? i.replace(o, "$1") : n || t) }), e }); | |
t.exports = a | |
}, function(t, e, n) { | |
var r = n(241), | |
i = 500; | |
t.exports = function(t) { | |
var e = r(t, function(t) { return n.size === i && n.clear(), t }), | |
n = e.cache; | |
return e | |
} | |
}, function(t, e, n) { | |
var r = n(63), | |
i = "Expected a function"; | |
function o(t, e) { | |
if ("function" != typeof t || null != e && "function" != typeof e) throw new TypeError(i); | |
var n = function() { | |
var r = arguments, | |
i = e ? e.apply(this, r) : r[0], | |
o = n.cache; | |
if (o.has(i)) return o.get(i); | |
var a = t.apply(this, r); | |
return n.cache = o.set(i, a) || o, a | |
}; | |
return n.cache = new(o.Cache || r), n | |
} | |
o.Cache = r, t.exports = o | |
}, function(t, e, n) { | |
var r = n(243), | |
i = n(244); | |
t.exports = function(t, e) { return null != t && i(t, e, r) } | |
}, function(t, e) { t.exports = function(t, e) { return null != t && e in Object(t) } }, function(t, e, n) { | |
var r = n(40), | |
i = n(38), | |
o = n(0), | |
a = n(66), | |
u = n(68), | |
c = n(26); | |
t.exports = function(t, e, n) { | |
for (var s = -1, f = (e = r(e, t)).length, l = !1; ++s < f;) { | |
var d = c(e[s]); | |
if (!(l = null != t && n(t, d))) break; | |
t = t[d] | |
} | |
return l || ++s != f ? l : !!(f = null == t ? 0 : t.length) && u(f) && a(d, f) && (o(t) || i(t)) | |
} | |
}, function(t, e, n) { | |
var r = n(122), | |
i = n(246), | |
o = n(73), | |
a = n(26); | |
t.exports = function(t) { return o(t) ? r(a(t)) : i(t) } | |
}, function(t, e, n) { | |
var r = n(72); | |
t.exports = function(t) { return function(e) { return r(e, t) } } | |
}, function(t, e, n) { | |
var r = n(123), | |
i = n(11), | |
o = n(75), | |
a = Math.max; | |
t.exports = function(t, e, n) { var u = null == t ? 0 : t.length; if (!u) return -1; var c = null == n ? 0 : o(n); return c < 0 && (c = a(u + c, 0)), r(t, i(e, 3), c) } | |
}, function(t, e, n) { | |
var r = n(76), | |
i = 1 / 0, | |
o = 1.7976931348623157e308; | |
t.exports = function(t) { return t ? (t = r(t)) === i || t === -i ? (t < 0 ? -1 : 1) * o : t == t ? t : 0 : 0 === t ? t : 0 } | |
}, function(t, e) { | |
var n = 4, | |
r = .001, | |
i = 1e-7, | |
o = 10, | |
a = 11, | |
u = 1 / (a - 1), | |
c = "function" == typeof Float32Array; | |
function s(t, e) { return 1 - 3 * e + 3 * t } | |
function f(t, e) { return 3 * e - 6 * t } | |
function l(t) { return 3 * t } | |
function d(t, e, n) { return ((s(e, n) * t + f(e, n)) * t + l(e)) * t } | |
function p(t, e, n) { return 3 * s(e, n) * t * t + 2 * f(e, n) * t + l(e) } | |
t.exports = function(t, e, s, f) { | |
if (!(0 <= t && t <= 1 && 0 <= s && s <= 1)) throw new Error("bezier x values must be in [0, 1] range"); | |
var l = c ? new Float32Array(a) : new Array(a); | |
if (t !== e || s !== f) | |
for (var v = 0; v < a; ++v) l[v] = d(v * u, t, s); | |
function h(e) { | |
for (var c = 0, f = 1, v = a - 1; f !== v && l[f] <= e; ++f) c += u; | |
var h = c + (e - l[--f]) / (l[f + 1] - l[f]) * u, | |
g = p(h, t, s); | |
return g >= r ? function(t, e, r, i) { | |
for (var o = 0; o < n; ++o) { | |
var a = p(e, r, i); | |
if (0 === a) return e; | |
e -= (d(e, r, i) - t) / a | |
} | |
return e | |
}(e, h, t, s) : 0 === g ? h : function(t, e, n, r, a) { | |
var u, c, s = 0; | |
do { | |
(u = d(c = e + (n - e) / 2, r, a) - t) > 0 ? n = c : e = c | |
} while (Math.abs(u) > i && ++s < o); | |
return c | |
}(e, c, c + u, t, s) | |
} | |
return function(n) { return t === e && s === f ? n : 0 === n ? 0 : 1 === n ? 1 : d(h(n), e, f) } | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.ixElements = void 0, e.createElementState = c, e.mergeActionState = s; | |
var r = n(27), | |
i = n(78), | |
o = n(126), | |
a = {}, | |
u = "refState"; | |
e.ixElements = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : a, | |
e = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}; | |
switch (e.type) { | |
case o.IX2_SESSION_STOPPED: | |
return a; | |
case o.IX2_INSTANCE_ADDED: | |
var n = e.payload, | |
i = n.elementId, | |
u = n.element, | |
f = n.origin, | |
l = n.actionItem, | |
d = n.refType, | |
p = l.actionTypeId, | |
v = t; | |
return (0, r.getIn)(v, [i, u]) !== u && (v = c(v, u, d, i, l)), s(v, i, p, f, l); | |
case o.IX2_ELEMENT_STATE_CHANGED: | |
var h = e.payload; | |
return s(t, h.elementId, h.actionTypeId, h.current, h.actionItem); | |
default: | |
return t | |
} | |
}; | |
function c(t, e, n, o, a) { var u = n === i.PLAIN_OBJECT ? (0, r.getIn)(a, ["config", "target", "objectId"]) : null; return (0, r.mergeIn)(t, [o], { id: o, ref: e, refId: u, refType: n }) } | |
function s(t, e, n, i, o) { | |
var a = function(t) { | |
var e = t.config; | |
return f.reduce(function(t, n) { | |
var r = n[0], | |
i = n[1], | |
o = e[r], | |
a = e[i]; | |
return null != o && null != a && (t[i] = a), t | |
}, {}) | |
}(o), | |
c = [e, u, n]; | |
return (0, r.mergeIn)(t, c, i, a) | |
} | |
var f = [ | |
[i.CONFIG_X_VALUE, i.CONFIG_X_UNIT], | |
[i.CONFIG_Y_VALUE, i.CONFIG_Y_UNIT], | |
[i.CONFIG_Z_VALUE, i.CONFIG_Z_UNIT], | |
[i.CONFIG_VALUE, i.CONFIG_UNIT] | |
] | |
}, function(t, e, n) { t.exports = { default: n(252), __esModule: !0 } }, function(t, e, n) { | |
n(253); | |
var r = n(7).Object; | |
t.exports = function(t, e, n) { return r.defineProperty(t, e, n) } | |
}, function(t, e, n) { | |
var r = n(18); | |
r(r.S + r.F * !n(9), "Object", { defineProperty: n(8).f }) | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
e.getPluginConfig = function(t, e, n, r) { return t ? t.totalFrames * e : n[r] }, e.getPluginOrigin = function(t, e) { | |
var n = e.config.startAtPercent, | |
r = t.totalFrames; | |
return { value: Math.floor(n / 100 * r) } | |
}, e.getPluginDestination = function(t, e) { | |
var n = e.config.endAtPercent, | |
r = t.totalFrames; | |
return { value: Math.floor(n / 100 * r) } | |
}, e.createPluginInstance = function(t, e) { | |
var n = e.config; | |
if (!n.animationData) return null; | |
var i = window.Webflow.require("lottie").lottie, | |
o = t.getAttribute("data-w-id"); | |
i.destroy(o); | |
var a = i.loadAnimation({ name: o, container: t, renderer: "svg", loop: !1, autoplay: !1, animationData: JSON.parse(n.animationData) }); | |
return a.setSubframe(!0), n.useAnimationDuration || a.setSpeed(r(n.duration, a)), a | |
}, e.renderPlugin = function(t, e, n) { | |
var r = -1 === n.config.direction ? e[n.actionTypeId].value : t.totalFrames - e[n.actionTypeId].value; | |
t.setCurrentRawFrameValue(r) | |
}, e.cleanupPlugin = function(t) { | |
(0, window.Webflow.require("lottie").cleanupElement)(t) | |
}; | |
var r = function(t, e) { return t / function(t, e) { return e / t * 1e3 }(e.totalFrames, e.frameRate) } | |
}, function(t, e, n) { | |
"use strict"; | |
var r, i, o, a = c(n(28)), | |
u = c(n(42)); | |
function c(t) { return t && t.__esModule ? t : { default: t } } | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.getItemConfigByKey = void 0, e.getInstanceId = function() { return "i" + S++ }, e.getElementId = function(t, e) { for (var n in t) { var r = t[n]; if (r && r.ref === e) return r.id } return "e" + A++ }, e.reifyState = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}, | |
e = t.events, | |
n = t.actionLists, | |
r = t.site, | |
i = (0, f.default)(e, function(t, e) { var n = e.eventTypeId; return t[n] || (t[n] = {}), t[n][e.id] = e, t }, {}), | |
o = r && r.mediaQueries, | |
a = []; | |
o ? a = o.map(function(t) { return t.key }) : (o = [], console.warn("IX2 missing mediaQueries in site data")); | |
return { ixData: { events: e, actionLists: n, eventTypeMap: i, mediaQueries: o, mediaQueryKeys: a } } | |
}, e.observeStore = function(t) { | |
var e = t.store, | |
n = t.select, | |
r = t.onChange, | |
i = t.comparator, | |
o = void 0 === i ? x : i, | |
a = e.getState, | |
u = (0, e.subscribe)(function() { | |
var t = n(a()); | |
if (null == t) return void u(); | |
o(t, c) || r(c = t, e) | |
}), | |
c = n(a()); | |
return u | |
}, e.getAffectedElements = L, e.getComputedStyle = function(t) { | |
var e = t.element, | |
n = t.actionItem; | |
if (!_.IS_BROWSER_ENV) return {}; | |
switch (n.actionTypeId) { | |
case m.STYLE_SIZE: | |
case m.STYLE_BACKGROUND_COLOR: | |
case m.STYLE_BORDER: | |
case m.STYLE_TEXT_COLOR: | |
case m.GENERAL_DISPLAY: | |
return window.getComputedStyle(e); | |
default: | |
return {} | |
} | |
}, e.getInstanceOrigin = function(t) { | |
var e = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, | |
n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {}, | |
r = arguments[3], | |
i = arguments[4], | |
o = arguments[5], | |
a = i.getStyle, | |
u = r.actionTypeId, | |
c = r.config; | |
if ((0, g.isPluginType)(u)) return (0, g.getPluginOrigin)(u)(o, r); | |
switch (u) { | |
case m.TRANSFORM_MOVE: | |
case m.TRANSFORM_SCALE: | |
case m.TRANSFORM_ROTATE: | |
case m.TRANSFORM_SKEW: | |
return e[u] || D[u]; | |
case m.STYLE_FILTER: | |
return C(e[u], r.config.filters); | |
case m.STYLE_OPACITY: | |
return { value: (0, s.default)(parseFloat(a(t, y.OPACITY)), 1) }; | |
case m.STYLE_SIZE: | |
var f = a(t, y.WIDTH), | |
l = a(t, y.HEIGHT), | |
d = void 0, | |
p = void 0; | |
return d = c.widthUnit === y.AUTO ? N.test(f) ? parseFloat(f) : parseFloat(n.width) : (0, s.default)(parseFloat(f), parseFloat(n.width)), p = c.heightUnit === y.AUTO ? N.test(l) ? parseFloat(l) : parseFloat(n.height) : (0, s.default)(parseFloat(l), parseFloat(n.height)), { widthValue: d, heightValue: p }; | |
case m.STYLE_BACKGROUND_COLOR: | |
case m.STYLE_BORDER: | |
case m.STYLE_TEXT_COLOR: | |
return function(t) { | |
var e = t.element, | |
n = t.actionTypeId, | |
r = t.computedStyle, | |
i = t.getStyle, | |
o = w[n], | |
a = i(e, o), | |
u = G.test(a) ? a : r[o], | |
c = function(t, e) { var n = t.exec(e); return n ? n[1] : "" }(X, u).split(y.COMMA_DELIMITER); | |
return { rValue: (0, s.default)(parseInt(c[0], 10), 255), gValue: (0, s.default)(parseInt(c[1], 10), 255), bValue: (0, s.default)(parseInt(c[2], 10), 255), aValue: (0, s.default)(parseFloat(c[3]), 1) } | |
}({ element: t, actionTypeId: u, computedStyle: n, getStyle: a }); | |
case m.GENERAL_DISPLAY: | |
return { value: (0, s.default)(a(t, y.DISPLAY), n.display) }; | |
case m.OBJECT_VALUE: | |
return e[u] || { value: 0 }; | |
default: | |
return | |
} | |
}, e.getDestinationValues = function(t, e) { | |
var n = t.element, | |
r = t.actionItem, | |
i = t.elementApi, | |
o = r.actionTypeId; | |
if ((0, g.isPluginType)(o)) return (0, g.getPluginDestination)(o)(e, r); | |
switch (o) { | |
case m.TRANSFORM_MOVE: | |
case m.TRANSFORM_SCALE: | |
case m.TRANSFORM_ROTATE: | |
case m.TRANSFORM_SKEW: | |
var a = r.config, | |
u = a.xValue, | |
c = a.yValue, | |
s = a.zValue; | |
return { xValue: u, yValue: c, zValue: s }; | |
case m.STYLE_SIZE: | |
var f = i.getStyle, | |
l = i.setStyle, | |
d = i.getProperty, | |
p = r.config, | |
v = p.widthUnit, | |
h = p.heightUnit, | |
E = r.config, | |
I = E.widthValue, | |
b = E.heightValue; | |
if (!_.IS_BROWSER_ENV) return { widthValue: I, heightValue: b }; | |
if (v === y.AUTO) { | |
var w = f(n, y.WIDTH); | |
l(n, y.WIDTH, ""), I = d(n, "offsetWidth"), l(n, y.WIDTH, w) | |
} | |
if (h === y.AUTO) { | |
var T = f(n, y.HEIGHT); | |
l(n, y.HEIGHT, ""), b = d(n, "offsetHeight"), l(n, y.HEIGHT, T) | |
} | |
return { widthValue: I, heightValue: b }; | |
case m.STYLE_BACKGROUND_COLOR: | |
case m.STYLE_BORDER: | |
case m.STYLE_TEXT_COLOR: | |
var O = r.config, | |
S = O.rValue, | |
A = O.gValue, | |
x = O.bValue, | |
R = O.aValue; | |
return { rValue: S, gValue: A, bValue: x, aValue: R }; | |
case m.STYLE_FILTER: | |
return r.config.filters.reduce(M, {}); | |
default: | |
var L = r.config.value; | |
return { value: L } | |
} | |
}, e.getRenderType = P, e.getStyleProp = function(t, e) { return t === y.RENDER_STYLE ? e.replace("STYLE_", "").toLowerCase() : null }, e.renderHTMLElement = function(t, e, n, r, i, o, a, u, c) { | |
switch (u) { | |
case y.RENDER_TRANSFORM: | |
return function(t, e, n, r, i) { | |
var o = k.map(function(t) { | |
var n = D[t], | |
r = e[t] || {}, | |
i = r.xValue, | |
o = void 0 === i ? n.xValue : i, | |
a = r.yValue, | |
u = void 0 === a ? n.yValue : a, | |
c = r.zValue, | |
s = void 0 === c ? n.zValue : c, | |
f = r.xUnit, | |
l = void 0 === f ? "" : f, | |
d = r.yUnit, | |
p = void 0 === d ? "" : d, | |
v = r.zUnit, | |
h = void 0 === v ? "" : v; | |
switch (t) { | |
case m.TRANSFORM_MOVE: | |
return y.TRANSLATE_3D + "(" + o + l + ", " + u + p + ", " + s + h + ")"; | |
case m.TRANSFORM_SCALE: | |
return y.SCALE_3D + "(" + o + l + ", " + u + p + ", " + s + h + ")"; | |
case m.TRANSFORM_ROTATE: | |
return y.ROTATE_X + "(" + o + l + ") " + y.ROTATE_Y + "(" + u + p + ") " + y.ROTATE_Z + "(" + s + h + ")"; | |
case m.TRANSFORM_SKEW: | |
return y.SKEW + "(" + o + l + ", " + u + p + ")"; | |
default: | |
return "" | |
} | |
}).join(" "), | |
a = i.setStyle; | |
V(t, _.TRANSFORM_PREFIXED, i), a(t, _.TRANSFORM_PREFIXED, o), u = r, c = n, s = u.actionTypeId, f = c.xValue, l = c.yValue, d = c.zValue, (s === m.TRANSFORM_MOVE && void 0 !== d || s === m.TRANSFORM_SCALE && void 0 !== d || s === m.TRANSFORM_ROTATE && (void 0 !== f || void 0 !== l)) && a(t, _.TRANSFORM_STYLE_PREFIXED, y.PRESERVE_3D); | |
var u, c, s, f, l, d | |
}(t, e, n, i, a); | |
case y.RENDER_STYLE: | |
return function(t, e, n, r, i, o) { | |
var a = o.setStyle, | |
u = r.actionTypeId, | |
c = r.config; | |
switch (u) { | |
case m.STYLE_SIZE: | |
var s = r.config, | |
l = s.widthUnit, | |
d = void 0 === l ? "" : l, | |
p = s.heightUnit, | |
v = void 0 === p ? "" : p, | |
h = n.widthValue, | |
g = n.heightValue; | |
void 0 !== h && (d === y.AUTO && (d = "px"), V(t, y.WIDTH, o), a(t, y.WIDTH, h + d)), void 0 !== g && (v === y.AUTO && (v = "px"), V(t, y.HEIGHT, o), a(t, y.HEIGHT, g + v)); | |
break; | |
case m.STYLE_FILTER: | |
! function(t, e, n, r) { | |
var i = (0, f.default)(e, function(t, e, r) { return t + " " + r + "(" + e + F(r, n) + ")" }, ""), | |
o = r.setStyle; | |
V(t, y.FILTER, r), o(t, y.FILTER, i) | |
}(t, n, c, o); | |
break; | |
case m.STYLE_BACKGROUND_COLOR: | |
case m.STYLE_BORDER: | |
case m.STYLE_TEXT_COLOR: | |
var E = w[u], | |
_ = Math.round(n.rValue), | |
I = Math.round(n.gValue), | |
b = Math.round(n.bValue), | |
T = n.aValue; | |
V(t, E, o), a(t, E, T >= 1 ? "rgb(" + _ + "," + I + "," + b + ")" : "rgba(" + _ + "," + I + "," + b + "," + T + ")"); | |
break; | |
default: | |
var O = c.unit, | |
S = void 0 === O ? "" : O; | |
V(t, i, o), a(t, i, n.value + S) | |
} | |
}(t, 0, n, i, o, a); | |
case y.RENDER_GENERAL: | |
return function(t, e, n) { | |
var r = n.setStyle; | |
switch (e.actionTypeId) { | |
case m.GENERAL_DISPLAY: | |
var i = e.config.value; | |
return void(i === y.FLEX && _.IS_BROWSER_ENV ? r(t, y.DISPLAY, _.FLEX_PREFIXED) : r(t, y.DISPLAY, i)) | |
} | |
}(t, i, a); | |
case y.RENDER_PLUGIN: | |
var s = i.actionTypeId; | |
if ((0, g.isPluginType)(s)) return (0, g.renderPlugin)(s)(c, e, i) | |
} | |
}, e.clearAllStyles = function(t) { | |
var e = t.store, | |
n = t.elementApi, | |
r = e.getState().ixData, | |
i = r.events, | |
o = void 0 === i ? {} : i, | |
a = r.actionLists, | |
u = void 0 === a ? {} : a; | |
Object.keys(o).forEach(function(t) { | |
var e = o[t], | |
r = e.action.config, | |
i = r.actionListId, | |
a = u[i]; | |
a && B({ actionList: a, event: e, elementApi: n }) | |
}), Object.keys(u).forEach(function(t) { B({ actionList: u[t], elementApi: n }) }) | |
}, e.cleanupHTMLElement = function(t, e, n) { | |
var r = n.setStyle, | |
i = n.getStyle, | |
o = e.actionTypeId; | |
if ((0, g.isPluginType)(o)) return (0, g.cleanupPlugin)(o)(t, e); | |
if (o === m.STYLE_SIZE) { | |
var a = e.config; | |
a.widthUnit === y.AUTO && r(t, y.WIDTH, ""), a.heightUnit === y.AUTO && r(t, y.HEIGHT, "") | |
} | |
i(t, y.WILL_CHANGE) && W({ effect: U, actionTypeId: o, elementApi: n })(t) | |
}, e.getMaxDurationItemIndex = z, e.getActionListProgress = function(t, e) { | |
var n = t.actionItemGroups, | |
r = t.useFirstGroupAsInitialState, | |
i = e.actionItem, | |
o = e.verboseTimeElapsed, | |
a = void 0 === o ? 0 : o, | |
u = 0, | |
c = 0; | |
return n.forEach(function(t, e) { | |
if (!r || 0 !== e) { | |
var n = t.actionItems, | |
o = n[z(n)], | |
s = o.config, | |
f = o.actionTypeId; | |
i.id === o.id && (c = u + a); | |
var l = P(f) === y.RENDER_GENERAL ? 0 : s.duration; | |
u += s.delay + l | |
} | |
}), u > 0 ? (0, h.optimizeFloat)(c / u) : 0 | |
}, e.reduceListToGroup = function(t) { | |
var e = t.actionListId, | |
n = t.actionItemId, | |
r = t.rawData, | |
i = r.actionLists[e], | |
o = i.actionItemGroups, | |
a = i.continuousParameterGroups, | |
c = [], | |
s = function(t) { return c.push((0, p.mergeIn)(t, ["config"], { delay: 0, duration: 0 })), t.id === n }; | |
return o && o.some(function(t) { return t.actionItems.some(s) }), a && a.some(function(t) { return t.continuousActionGroups.some(function(t) { return t.actionItems.some(s) }) }), (0, p.setIn)(r, ["actionLists"], (0, u.default)({}, e, { id: e, actionItemGroups: [{ actionItems: c }] })) | |
}, e.shouldNamespaceEventParameter = function(t, e) { var n = e.basedOn; return t === E.SCROLLING_IN_VIEW && (n === E.ELEMENT || null == n) || t === E.MOUSE_MOVE && n === E.ELEMENT }, e.getNamespacedParameterId = function(t, e) { return t + y.COLON_DELIMITER + e }, e.shouldAllowMediaQuery = function(t, e) { if (null == e) return !0; return -1 !== t.indexOf(e) }, e.mediaQueriesEqual = function(t, e) { return (0, v.default)(t && t.sort(), e && e.sort()) }, e.stringifyTarget = function(t) { | |
if ("string" == typeof t) return t; | |
var e = t.id, | |
n = void 0 === e ? "" : e, | |
r = t.selector, | |
i = void 0 === r ? "" : r, | |
o = t.useEventTarget, | |
a = void 0 === o ? "" : o; | |
return n + y.BAR_DELIMITER + i + y.BAR_DELIMITER + a | |
}; | |
var s = I(n(256)), | |
f = I(n(257)), | |
l = I(n(263)), | |
d = I(n(39)), | |
p = n(27), | |
v = I(n(131)), | |
h = n(125), | |
g = n(128), | |
y = n(78), | |
E = n(127), | |
m = n(77), | |
_ = n(60); | |
function I(t) { return t && t.__esModule ? t : { default: t } } | |
var b = function(t) { return t.trim() }, | |
w = Object.freeze((r = {}, (0, u.default)(r, m.STYLE_BACKGROUND_COLOR, y.BACKGROUND_COLOR), (0, u.default)(r, m.STYLE_BORDER, y.BORDER_COLOR), (0, u.default)(r, m.STYLE_TEXT_COLOR, y.COLOR), r)), | |
T = Object.freeze((i = {}, (0, u.default)(i, _.TRANSFORM_PREFIXED, y.TRANSFORM), (0, u.default)(i, y.BACKGROUND_COLOR, y.BACKGROUND), (0, u.default)(i, y.OPACITY, y.OPACITY), (0, u.default)(i, y.FILTER, y.FILTER), (0, u.default)(i, y.WIDTH, y.WIDTH), (0, u.default)(i, y.HEIGHT, y.HEIGHT), i)), | |
O = {}, | |
S = 1; | |
var A = 1; | |
var x = function(t, e) { return t === e }; | |
function R(t) { var e = void 0 === t ? "undefined" : (0, a.default)(t); return "string" === e ? { id: t } : null != t && "object" === e ? { id: t.id, objectId: t.objectId, selector: t.selector, selectorGuids: t.selectorGuids, appliesTo: t.appliesTo, useEventTarget: t.useEventTarget } : {} } | |
function L(t) { | |
var e = t.config, | |
n = t.event, | |
r = t.eventTarget, | |
i = t.elementRoot, | |
o = t.elementApi; | |
if (!o) throw new Error("IX2 missing elementApi"); | |
var a = o.getValidDocument, | |
u = o.getQuerySelector, | |
c = o.queryDocument, | |
s = o.getChildElements, | |
f = o.getSiblingElements, | |
l = o.matchSelector, | |
p = o.elementContains, | |
v = o.isSiblingNode, | |
h = e.target; | |
if (!h) return []; | |
var g = R(h), | |
m = g.id, | |
I = g.objectId, | |
b = g.selector, | |
w = g.selectorGuids, | |
T = g.appliesTo, | |
S = g.useEventTarget; | |
if (I) return [O[I] || (O[I] = {})]; | |
if (T === E.PAGE) { var A = a(m); return A ? [A] : [] } | |
var x = (0, d.default)(n, "action.config.affectedElements", {})[m || b] || {}, | |
L = Boolean(x.id || x.selector), | |
N = void 0, | |
C = void 0, | |
M = void 0, | |
P = n && u(R(n.target)); | |
if (L ? (N = x.limitAffectedElements, C = P, M = u(x)) : C = M = u({ id: m, selector: b, selectorGuids: w }), n && S) { var D = r && (M || !0 === S) ? [r] : c(P); if (M) { if (S === y.PARENT) return c(M).filter(function(t) { return D.some(function(e) { return p(t, e) }) }); if (S === y.CHILDREN) return c(M).filter(function(t) { return D.some(function(e) { return p(e, t) }) }); if (S === y.SIBLINGS) return c(M).filter(function(t) { return D.some(function(e) { return v(e, t) }) }) } return D } | |
return null == C || null == M ? [] : _.IS_BROWSER_ENV && i ? c(M).filter(function(t) { return i.contains(t) }) : N === y.CHILDREN ? c(C, M) : N === y.IMMEDIATE_CHILDREN ? s(c(C)).filter(l(M)) : N === y.SIBLINGS ? f(c(C)).filter(l(M)) : c(M) | |
} | |
var N = /px/, | |
C = function(t, e) { return e.reduce(function(t, e) { return null == t[e.type] && (t[e.type] = j[e.type]), t }, t || {}) }; | |
var M = function(t, e) { return e && (t[e.type] = e.value || 0), t }; | |
e.getItemConfigByKey = function(t, e, n, r, i) { | |
if ((0, g.isPluginType)(t)) return (0, g.getPluginConfig)(t)(r, i, n, e); | |
switch (t) { | |
case m.STYLE_FILTER: | |
var o = (0, l.default)(n.filters, function(t) { return t.type === e }); | |
return o ? o.value : 0; | |
default: | |
return n[e] | |
} | |
}; | |
function P(t) { return /^TRANSFORM_/.test(t) ? y.RENDER_TRANSFORM : /^STYLE_/.test(t) ? y.RENDER_STYLE : /^GENERAL_/.test(t) ? y.RENDER_GENERAL : /^PLUGIN_/.test(t) ? y.RENDER_PLUGIN : void 0 } | |
var D = (o = {}, (0, u.default)(o, m.TRANSFORM_MOVE, Object.freeze({ xValue: 0, yValue: 0, zValue: 0 })), (0, u.default)(o, m.TRANSFORM_SCALE, Object.freeze({ xValue: 1, yValue: 1, zValue: 1 })), (0, u.default)(o, m.TRANSFORM_ROTATE, Object.freeze({ xValue: 0, yValue: 0, zValue: 0 })), (0, u.default)(o, m.TRANSFORM_SKEW, Object.freeze({ xValue: 0, yValue: 0 })), o), | |
j = Object.freeze({ blur: 0, "hue-rotate": 0, invert: 0, grayscale: 0, saturate: 100, sepia: 0, contrast: 100, brightness: 100 }), | |
F = function(t, e) { | |
var n = (0, l.default)(e.filters, function(e) { return e.type === t }); | |
if (n && n.unit) return n.unit; | |
switch (t) { | |
case "blur": | |
return "px"; | |
case "hue-rotate": | |
return "deg"; | |
default: | |
return "%" | |
} | |
}, | |
k = Object.keys(D); | |
var G = /^rgb/, | |
X = RegExp("rgba?\\(([^)]+)\\)"); | |
function V(t, e, n) { | |
if (_.IS_BROWSER_ENV) { | |
var r = T[e]; | |
if (r) { | |
var i = n.getStyle, | |
o = n.setStyle, | |
a = i(t, y.WILL_CHANGE); | |
if (a) { var u = a.split(y.COMMA_DELIMITER).map(b); - 1 === u.indexOf(r) && o(t, y.WILL_CHANGE, u.concat(r).join(y.COMMA_DELIMITER)) } else o(t, y.WILL_CHANGE, r) | |
} | |
} | |
} | |
function U(t, e, n) { | |
if (_.IS_BROWSER_ENV) { | |
var r = T[e]; | |
if (r) { | |
var i = n.getStyle, | |
o = n.setStyle, | |
a = i(t, y.WILL_CHANGE); | |
a && -1 !== a.indexOf(r) && o(t, y.WILL_CHANGE, a.split(y.COMMA_DELIMITER).map(b).filter(function(t) { return t !== r }).join(y.COMMA_DELIMITER)) | |
} | |
} | |
} | |
function B(t) { | |
var e = t.actionList, | |
n = void 0 === e ? {} : e, | |
r = t.event, | |
i = t.elementApi, | |
o = n.actionItemGroups, | |
a = n.continuousParameterGroups; | |
o && o.forEach(function(t) { H({ actionGroup: t, event: r, elementApi: i }) }), a && a.forEach(function(t) { t.continuousActionGroups.forEach(function(t) { H({ actionGroup: t, event: r, elementApi: i }) }) }) | |
} | |
function H(t) { | |
var e = t.actionGroup, | |
n = t.event, | |
r = t.elementApi; | |
e.actionItems.forEach(function(t) { | |
var e = t.actionTypeId, | |
i = t.config, | |
o = W({ effect: Y, actionTypeId: e, elementApi: r }); | |
L({ config: i, event: n, elementApi: r }).forEach(o) | |
}) | |
} | |
var W = function(t) { | |
var e = t.effect, | |
n = t.actionTypeId, | |
r = t.elementApi; | |
return function(t) { | |
switch (n) { | |
case m.TRANSFORM_MOVE: | |
case m.TRANSFORM_SCALE: | |
case m.TRANSFORM_ROTATE: | |
case m.TRANSFORM_SKEW: | |
e(t, _.TRANSFORM_PREFIXED, r); | |
break; | |
case m.STYLE_FILTER: | |
e(t, y.FILTER, r); | |
break; | |
case m.STYLE_OPACITY: | |
e(t, y.OPACITY, r); | |
break; | |
case m.STYLE_SIZE: | |
e(t, y.WIDTH, r), e(t, y.HEIGHT, r); | |
break; | |
case m.STYLE_BACKGROUND_COLOR: | |
case m.STYLE_BORDER: | |
case m.STYLE_TEXT_COLOR: | |
e(t, w[n], r); | |
break; | |
case m.GENERAL_DISPLAY: | |
e(t, y.DISPLAY, r) | |
} | |
} | |
}; | |
function Y(t, e, n) { | |
var r = n.setStyle; | |
U(t, e, n), r(t, e, ""), e === _.TRANSFORM_PREFIXED && r(t, _.TRANSFORM_STYLE_PREFIXED, "") | |
} | |
function z(t) { | |
var e = 0, | |
n = 0; | |
return t.forEach(function(t, r) { | |
var i = t.config, | |
o = i.delay + i.duration; | |
o >= e && (e = o, n = r) | |
}), n | |
} | |
}, function(t, e) { t.exports = function(t, e) { return null == t || t != t ? e : t } }, function(t, e, n) { | |
var r = n(258), | |
i = n(129), | |
o = n(11), | |
a = n(262), | |
u = n(0); | |
t.exports = function(t, e, n) { | |
var c = u(t) ? r : a, | |
s = arguments.length < 3; | |
return c(t, o(e, 4), n, s, i) | |
} | |
}, function(t, e) { | |
t.exports = function(t, e, n, r) { | |
var i = -1, | |
o = null == t ? 0 : t.length; | |
for (r && o && (n = t[++i]); ++i < o;) n = e(n, t[i], i, t); | |
return n | |
} | |
}, function(t, e, n) { | |
var r = n(260)(); | |
t.exports = r | |
}, function(t, e) { t.exports = function(t) { return function(e, n, r) { for (var i = -1, o = Object(e), a = r(e), u = a.length; u--;) { var c = a[t ? u : ++i]; if (!1 === n(o[c], c, o)) break } return e } } }, function(t, e, n) { | |
var r = n(17); | |
t.exports = function(t, e) { | |
return function(n, i) { | |
if (null == n) return n; | |
if (!r(n)) return t(n, i); | |
for (var o = n.length, a = e ? o : -1, u = Object(n); | |
(e ? a-- : ++a < o) && !1 !== i(u[a], a, u);); | |
return n | |
} | |
} | |
}, function(t, e) { t.exports = function(t, e, n, r, i) { return i(t, function(t, i, o) { n = r ? (r = !1, t) : e(n, t, i, o) }), n } }, function(t, e, n) { | |
var r = n(103)(n(264)); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(123), | |
i = n(11), | |
o = n(75), | |
a = Math.max, | |
u = Math.min; | |
t.exports = function(t, e, n) { var c = null == t ? 0 : t.length; if (!c) return -1; var s = c - 1; return void 0 !== n && (s = o(n), s = n < 0 ? a(c + s, 0) : u(s, c - 1)), r(t, i(e, 3), s, !0) } | |
}, function(t, e, n) { | |
"use strict"; | |
var r = Object.prototype.hasOwnProperty; | |
function i(t, e) { return t === e ? 0 !== t || 0 !== e || 1 / t == 1 / e : t != t && e != e } | |
t.exports = function(t, e) { | |
if (i(t, e)) return !0; | |
if ("object" != typeof t || null === t || "object" != typeof e || null === e) return !1; | |
var n = Object.keys(t), | |
o = Object.keys(e); | |
if (n.length !== o.length) return !1; | |
for (var a = 0; a < n.length; a++) | |
if (!r.call(e, n[a]) || !i(t[n[a]], e[n[a]])) return !1; | |
return !0 | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
var r, i, o = n(42), | |
a = (r = o) && r.__esModule ? r : { default: r }; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.ixRequest = void 0; | |
var u = function(t) { return t && t.__esModule ? t : { default: t } }(n(43)), | |
c = n(3), | |
s = n(27); | |
var f = c.IX2EngineActionTypes, | |
l = f.IX2_PREVIEW_REQUESTED, | |
d = f.IX2_PLAYBACK_REQUESTED, | |
p = f.IX2_STOP_REQUESTED, | |
v = f.IX2_CLEAR_REQUESTED, | |
h = { preview: {}, playback: {}, stop: {}, clear: {} }, | |
g = Object.create(null, (i = {}, (0, a.default)(i, l, { value: "preview" }), (0, a.default)(i, d, { value: "playback" }), (0, a.default)(i, p, { value: "stop" }), (0, a.default)(i, v, { value: "clear" }), i)); | |
e.ixRequest = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : h, | |
e = arguments[1]; | |
if (e.type in g) { var n = [g[e.type]]; return (0, s.setIn)(t, [n], (0, u.default)({}, e.payload)) } | |
return t | |
} | |
}, function(t, e, n) { t.exports = { default: n(268), __esModule: !0 } }, function(t, e, n) { n(269), t.exports = n(7).Object.assign }, function(t, e, n) { | |
var r = n(18); | |
r(r.S + r.F, "Object", { assign: n(270) }) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(30), | |
i = n(55), | |
o = n(32), | |
a = n(52), | |
u = n(92), | |
c = Object.assign; | |
t.exports = !c || n(21)(function() { | |
var t = {}, | |
e = {}, | |
n = Symbol(), | |
r = "abcdefghijklmnopqrst"; | |
return t[n] = 7, r.split("").forEach(function(t) { e[t] = t }), 7 != c({}, t)[n] || Object.keys(c({}, e)).join("") != r | |
}) ? function(t, e) { | |
for (var n = a(t), c = arguments.length, s = 1, f = i.f, l = o.f; c > s;) | |
for (var d, p = u(arguments[s++]), v = f ? r(p).concat(f(p)) : r(p), h = v.length, g = 0; h > g;) l.call(p, d = v[g++]) && (n[d] = p[d]); | |
return n | |
} : c | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.ixSession = void 0; | |
var r = n(3), | |
i = n(27), | |
o = r.IX2EngineActionTypes, | |
a = o.IX2_SESSION_INITIALIZED, | |
u = o.IX2_SESSION_STARTED, | |
c = o.IX2_SESSION_STOPPED, | |
s = o.IX2_EVENT_LISTENER_ADDED, | |
f = o.IX2_EVENT_STATE_CHANGED, | |
l = o.IX2_ACTION_LIST_PLAYBACK_CHANGED, | |
d = o.IX2_VIEWPORT_WIDTH_CHANGED, | |
p = o.IX2_MEDIA_QUERIES_DEFINED, | |
v = { active: !1, eventListeners: [], eventState: {}, playbackState: {}, viewportWidth: 0, mediaQueryKey: null, hasBoundaryNodes: !1, hasDefinedMediaQueries: !1 }; | |
e.ixSession = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : v, | |
e = arguments[1]; | |
switch (e.type) { | |
case a: | |
var n = e.payload.hasBoundaryNodes; | |
return (0, i.set)(t, "hasBoundaryNodes", n); | |
case u: | |
return (0, i.set)(t, "active", !0); | |
case c: | |
return v; | |
case s: | |
var r = (0, i.addLast)(t.eventListeners, e.payload); | |
return (0, i.set)(t, "eventListeners", r); | |
case f: | |
var o = e.payload, | |
h = o.stateKey, | |
g = o.newState; | |
return (0, i.setIn)(t, ["eventState", h], g); | |
case l: | |
var y = e.payload, | |
E = y.actionListId, | |
m = y.isPlaying; | |
return (0, i.setIn)(t, ["playbackState", E], m); | |
case d: | |
for (var _ = e.payload, I = _.width, b = _.mediaQueries, w = b.length, T = null, O = 0; O < w; O++) { | |
var S = b[O], | |
A = S.key, | |
x = S.min, | |
R = S.max; | |
if (I >= x && I <= R) { T = A; break } | |
} | |
return (0, i.merge)(t, { viewportWidth: I, mediaQueryKey: T }); | |
case p: | |
return (0, i.set)(t, "hasDefinedMediaQueries", !0); | |
default: | |
return t | |
} | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.ixInstances = void 0; | |
var r = n(3), | |
i = n(27), | |
o = r.IX2EngineActionTypes, | |
a = o.IX2_RAW_DATA_IMPORTED, | |
u = o.IX2_SESSION_STOPPED, | |
c = o.IX2_INSTANCE_ADDED, | |
s = o.IX2_INSTANCE_STARTED, | |
f = o.IX2_INSTANCE_REMOVED, | |
l = o.IX2_ANIMATION_FRAME_CHANGED, | |
d = r.IX2EasingUtils, | |
p = d.optimizeFloat, | |
v = d.applyEasing, | |
h = r.IX2EngineConstants.RENDER_GENERAL, | |
g = r.IX2VanillaUtils, | |
y = g.getItemConfigByKey, | |
E = g.getRenderType, | |
m = g.getStyleProp, | |
_ = function(t, e) { | |
var n = t.position, | |
r = t.parameterId, | |
o = t.actionGroups, | |
a = t.destinationKeys, | |
u = t.smoothing, | |
c = t.restingValue, | |
s = t.actionTypeId, | |
f = t.pluginInstance, | |
l = e.payload.parameters, | |
d = Math.max(1 - u, .01), | |
h = l[r]; | |
null == h && (d = 1, h = c); | |
var g = Math.max(h, 0) || 0, | |
E = p(g - n), | |
m = p(n + E * d), | |
_ = 100 * m; | |
if (m === n && t.current) return t; | |
for (var I = void 0, b = void 0, w = void 0, T = void 0, O = 0, S = o.length; O < S; O++) { | |
var A = o[O], | |
x = A.keyframe, | |
R = A.actionItems; | |
if (0 === O && (I = R[0]), _ >= x) { | |
I = R[0]; | |
var L = o[O + 1], | |
N = L && _ !== x; | |
b = N ? L.actionItems[0] : null, N && (w = x / 100, T = (L.keyframe - x) / 100) | |
} | |
} | |
var C = {}; | |
if (I && !b) | |
for (var M = 0, P = a.length; M < P; M++) { | |
var D = a[M]; | |
C[D] = y(s, D, I.config, f, m) | |
} else if (I && b) | |
for (var j = (m - w) / T, F = I.config.easing, k = v(F, j), G = 0, X = a.length; G < X; G++) { | |
var V = a[G], | |
U = y(s, V, I.config, f, m), | |
B = (y(s, V, b.config, f, m) - U) * k + U; | |
C[V] = B | |
} | |
return (0, i.merge)(t, { position: m, current: C }) | |
}, | |
I = function(t, e) { | |
var n = t, | |
r = n.active, | |
o = n.origin, | |
a = n.start, | |
u = n.immediate, | |
c = n.renderType, | |
s = n.verbose, | |
f = n.actionItem, | |
l = n.destination, | |
d = n.destinationKeys, | |
g = f.config.easing, | |
y = f.config, | |
E = y.duration, | |
m = y.delay; | |
c === h ? E = 0 : u && (E = m = 0); | |
var _ = e.payload.now; | |
if (r && o) { | |
var I = _ - (a + m); | |
if (s) { | |
var b = _ - a, | |
w = E + m, | |
T = p(Math.min(Math.max(0, b / w), 1)); | |
t = (0, i.set)(t, "verboseTimeElapsed", w * T) | |
} | |
if (I < 0) return t; | |
var O = p(Math.min(Math.max(0, I / E), 1)), | |
S = v(g, O), | |
A = {}, | |
x = null; | |
return d.length && (x = d.reduce(function(t, e) { | |
var n = l[e], | |
r = parseFloat(o[e]) || 0, | |
i = (parseFloat(n) - r) * S + r; | |
return t[e] = i, t | |
}, {})), A.current = x, A.position = O, 1 === O && (A.active = !1, A.complete = !0), (0, i.merge)(t, A) | |
} | |
return t | |
}; | |
e.ixInstances = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : Object.freeze({}), | |
e = arguments[1]; | |
switch (e.type) { | |
case a: | |
return e.payload.ixInstances || Object.freeze({}); | |
case u: | |
return Object.freeze({}); | |
case c: | |
var n = e.payload, | |
r = n.instanceId, | |
o = n.elementId, | |
d = n.actionItem, | |
p = n.eventId, | |
v = n.eventTarget, | |
h = n.eventStateKey, | |
g = n.actionListId, | |
y = n.groupIndex, | |
b = n.isCarrier, | |
w = n.origin, | |
T = n.destination, | |
O = n.immediate, | |
S = n.verbose, | |
A = n.continuous, | |
x = n.parameterId, | |
R = n.actionGroups, | |
L = n.smoothing, | |
N = n.restingValue, | |
C = n.pluginInstance, | |
M = d.actionTypeId, | |
P = E(M), | |
D = m(P, M), | |
j = Object.keys(T).filter(function(t) { return null != T[t] }); | |
return (0, i.set)(t, r, { id: r, elementId: o, active: !1, position: 0, start: 0, origin: w, destination: T, destinationKeys: j, immediate: O, verbose: S, current: null, actionItem: d, actionTypeId: M, eventId: p, eventTarget: v, eventStateKey: h, actionListId: g, groupIndex: y, renderType: P, isCarrier: b, styleProp: D, continuous: A, parameterId: x, actionGroups: R, smoothing: L, restingValue: N, pluginInstance: C }); | |
case s: | |
var F = e.payload.instanceId; | |
return (0, i.mergeIn)(t, [F], { active: !0, complete: !1, start: window.performance.now() }); | |
case f: | |
var k = e.payload.instanceId; | |
if (!t[k]) return t; | |
for (var G = {}, X = Object.keys(t), V = X.length, U = 0; U < V; U++) { | |
var B = X[U]; | |
B !== k && (G[B] = t[B]) | |
} | |
return G; | |
case l: | |
for (var H = t, W = Object.keys(t), Y = W.length, z = 0; z < Y; z++) { | |
var K = W[z], | |
Q = t[K], | |
q = Q.continuous ? _ : I; | |
H = (0, i.set)(H, K, q(Q, e)) | |
} | |
return H; | |
default: | |
return t | |
} | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.ixParameters = void 0; | |
var r = n(3).IX2EngineActionTypes, | |
i = r.IX2_RAW_DATA_IMPORTED, | |
o = r.IX2_SESSION_STOPPED, | |
a = r.IX2_PARAMETER_CHANGED; | |
e.ixParameters = function() { | |
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}, | |
e = arguments[1]; | |
switch (e.type) { | |
case i: | |
return e.payload.ixParameters || {}; | |
case o: | |
return {}; | |
case a: | |
var n = e.payload, | |
r = n.key, | |
u = n.value; | |
return t[r] = u, t; | |
default: | |
return t | |
} | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
e.__esModule = !0; | |
var r, i = n(275), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
e.default = function(t) { if (Array.isArray(t)) { for (var e = 0, n = Array(t.length); e < t.length; e++) n[e] = t[e]; return n } return (0, o.default)(t) } | |
}, function(t, e, n) { t.exports = { default: n(276), __esModule: !0 } }, function(t, e, n) { n(84), n(277), t.exports = n(7).Array.from }, function(t, e, n) { | |
"use strict"; | |
var r = n(86), | |
i = n(18), | |
o = n(52), | |
a = n(278), | |
u = n(279), | |
c = n(93), | |
s = n(280), | |
f = n(281); | |
i(i.S + i.F * !n(283)(function(t) { Array.from(t) }), "Array", { | |
from: function(t) { | |
var e, n, i, l, d = o(t), | |
p = "function" == typeof this ? this : Array, | |
v = arguments.length, | |
h = v > 1 ? arguments[1] : void 0, | |
g = void 0 !== h, | |
y = 0, | |
E = f(d); | |
if (g && (h = r(h, v > 2 ? arguments[2] : void 0, 2)), null == E || p == Array && u(E)) | |
for (n = new p(e = c(d.length)); e > y; y++) s(n, y, g ? h(d[y], y) : d[y]); | |
else | |
for (l = E.call(d), n = new p; !(i = l.next()).done; y++) s(n, y, g ? a(l, h, [i.value, y], !0) : i.value); | |
return n.length = y, n | |
} | |
}) | |
}, function(t, e, n) { | |
var r = n(19); | |
t.exports = function(t, e, n, i) { try { return i ? e(r(n)[0], n[1]) : e(n) } catch (e) { var o = t.return; throw void 0 !== o && r(o.call(t)), e } } | |
}, function(t, e, n) { | |
var r = n(23), | |
i = n(2)("iterator"), | |
o = Array.prototype; | |
t.exports = function(t) { return void 0 !== t && (r.Array === t || o[i] === t) } | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(8), | |
i = n(22); | |
t.exports = function(t, e, n) { e in t ? r.f(t, e, i(0, n)) : t[e] = n } | |
}, function(t, e, n) { | |
var r = n(282), | |
i = n(2)("iterator"), | |
o = n(23); | |
t.exports = n(7).getIteratorMethod = function(t) { if (null != t) return t[i] || t["@@iterator"] || o[r(t)] } | |
}, function(t, e, n) { | |
var r = n(47), | |
i = n(2)("toStringTag"), | |
o = "Arguments" == r(function() { return arguments }()); | |
t.exports = function(t) { var e, n, a; return void 0 === t ? "Undefined" : null === t ? "Null" : "string" == typeof(n = function(t, e) { try { return t[e] } catch (t) {} }(e = Object(t), i)) ? n : o ? r(e) : "Object" == (a = r(e)) && "function" == typeof e.callee ? "Arguments" : a } | |
}, function(t, e, n) { | |
var r = n(2)("iterator"), | |
i = !1; | |
try { | |
var o = [7][r](); | |
o.return = function() { i = !0 }, Array.from(o, function() { throw 2 }) | |
} catch (t) {} | |
t.exports = function(t, e) { | |
if (!e && !i) return !1; | |
var n = !1; | |
try { | |
var o = [7], | |
a = o[r](); | |
a.next = function() { return { done: n = !0 } }, o[r] = function() { return a }, t(o) | |
} catch (t) {} | |
return n | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
e.__esModule = !0, e.default = function(t, e) { var n = {}; for (var r in t) e.indexOf(r) >= 0 || Object.prototype.hasOwnProperty.call(t, r) && (n[r] = t[r]); return n } | |
}, function(t, e, n) { | |
var r = n(69), | |
i = n(71), | |
o = n(17), | |
a = n(286), | |
u = n(287), | |
c = "[object Map]", | |
s = "[object Set]"; | |
t.exports = function(t) { if (null == t) return 0; if (o(t)) return a(t) ? u(t) : t.length; var e = i(t); return e == c || e == s ? t.size : r(t).length } | |
}, function(t, e, n) { | |
var r = n(16), | |
i = n(0), | |
o = n(13), | |
a = "[object String]"; | |
t.exports = function(t) { return "string" == typeof t || !i(t) && o(t) && r(t) == a } | |
}, function(t, e, n) { | |
var r = n(288), | |
i = n(289), | |
o = n(290); | |
t.exports = function(t) { return i(t) ? o(t) : r(t) } | |
}, function(t, e, n) { | |
var r = n(122)("length"); | |
t.exports = r | |
}, function(t, e) { | |
var n = RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]"); | |
t.exports = function(t) { return n.test(t) } | |
}, function(t, e) { | |
var n = "[\\ud800-\\udfff]", | |
r = "[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]", | |
i = "\\ud83c[\\udffb-\\udfff]", | |
o = "[^\\ud800-\\udfff]", | |
a = "(?:\\ud83c[\\udde6-\\uddff]){2}", | |
u = "[\\ud800-\\udbff][\\udc00-\\udfff]", | |
c = "(?:" + r + "|" + i + ")" + "?", | |
s = "[\\ufe0e\\ufe0f]?" + c + ("(?:\\u200d(?:" + [o, a, u].join("|") + ")[\\ufe0e\\ufe0f]?" + c + ")*"), | |
f = "(?:" + [o + r + "?", r, a, u, n].join("|") + ")", | |
l = RegExp(i + "(?=" + i + ")|" + f + s, "g"); | |
t.exports = function(t) { for (var e = l.lastIndex = 0; l.test(t);) ++e; return e } | |
}, function(t, e, n) { | |
var r = n(11), | |
i = n(292), | |
o = n(293); | |
t.exports = function(t, e) { return o(t, i(r(e))) } | |
}, function(t, e) { | |
var n = "Expected a function"; | |
t.exports = function(t) { | |
if ("function" != typeof t) throw new TypeError(n); | |
return function() { | |
var e = arguments; | |
switch (e.length) { | |
case 0: | |
return !t.call(this); | |
case 1: | |
return !t.call(this, e[0]); | |
case 2: | |
return !t.call(this, e[0], e[1]); | |
case 3: | |
return !t.call(this, e[0], e[1], e[2]) | |
} | |
return !t.apply(this, e) | |
} | |
} | |
}, function(t, e, n) { | |
var r = n(121), | |
i = n(11), | |
o = n(294), | |
a = n(297); | |
t.exports = function(t, e) { if (null == t) return {}; var n = r(a(t), function(t) { return [t] }); return e = i(e), o(t, n, function(t, n) { return e(t, n[0]) }) } | |
}, function(t, e, n) { | |
var r = n(72), | |
i = n(295), | |
o = n(40); | |
t.exports = function(t, e, n) { | |
for (var a = -1, u = e.length, c = {}; ++a < u;) { | |
var s = e[a], | |
f = r(t, s); | |
n(f, s) && i(c, o(s, t), f) | |
} | |
return c | |
} | |
}, function(t, e, n) { | |
var r = n(296), | |
i = n(40), | |
o = n(66), | |
a = n(5), | |
u = n(26); | |
t.exports = function(t, e, n, c) { | |
if (!a(t)) return t; | |
for (var s = -1, f = (e = i(e, t)).length, l = f - 1, d = t; null != d && ++s < f;) { | |
var p = u(e[s]), | |
v = n; | |
if (s != l) { | |
var h = d[p]; | |
void 0 === (v = c ? c(h, p, d) : void 0) && (v = a(h) ? h : o(e[s + 1]) ? [] : {}) | |
} | |
r(d, p, v), d = d[p] | |
} | |
return t | |
} | |
}, function(t, e, n) { | |
var r = n(133), | |
i = n(61), | |
o = Object.prototype.hasOwnProperty; | |
t.exports = function(t, e, n) { | |
var a = t[e]; | |
o.call(t, e) && i(a, n) && (void 0 !== n || e in t) || r(t, e, n) | |
} | |
}, function(t, e, n) { | |
var r = n(110), | |
i = n(298), | |
o = n(300); | |
t.exports = function(t) { return r(t, o, i) } | |
}, function(t, e, n) { | |
var r = n(64), | |
i = n(299), | |
o = n(111), | |
a = n(112), | |
u = Object.getOwnPropertySymbols ? function(t) { for (var e = []; t;) r(e, o(t)), t = i(t); return e } : a; | |
t.exports = u | |
}, function(t, e, n) { | |
var r = n(115)(Object.getPrototypeOf, Object); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(113), | |
i = n(301), | |
o = n(17); | |
t.exports = function(t) { return o(t) ? r(t, !0) : i(t) } | |
}, function(t, e, n) { | |
var r = n(5), | |
i = n(70), | |
o = n(302), | |
a = Object.prototype.hasOwnProperty; | |
t.exports = function(t) { | |
if (!r(t)) return o(t); | |
var e = i(t), | |
n = []; | |
for (var u in t)("constructor" != u || !e && a.call(t, u)) && n.push(u); | |
return n | |
} | |
}, function(t, e) { | |
t.exports = function(t) { | |
var e = []; | |
if (null != t) | |
for (var n in Object(t)) e.push(n); | |
return e | |
} | |
}, function(t, e, n) { | |
var r = n(69), | |
i = n(71), | |
o = n(38), | |
a = n(0), | |
u = n(17), | |
c = n(65), | |
s = n(70), | |
f = n(67), | |
l = "[object Map]", | |
d = "[object Set]", | |
p = Object.prototype.hasOwnProperty; | |
t.exports = function(t) { | |
if (null == t) return !0; | |
if (u(t) && (a(t) || "string" == typeof t || "function" == typeof t.splice || c(t) || f(t) || o(t))) return !t.length; | |
var e = i(t); | |
if (e == l || e == d) return !t.size; | |
if (s(t)) return !r(t).length; | |
for (var n in t) | |
if (p.call(t, n)) return !1; | |
return !0 | |
} | |
}, function(t, e, n) { | |
var r = n(133), | |
i = n(130), | |
o = n(11); | |
t.exports = function(t, e) { var n = {}; return e = o(e, 3), i(t, function(t, i, o) { r(n, i, e(t, i, o)) }), n } | |
}, function(t, e, n) { | |
var r = n(306), | |
i = n(129), | |
o = n(307), | |
a = n(0); | |
t.exports = function(t, e) { return (a(t) ? r : i)(t, o(e)) } | |
}, function(t, e) { t.exports = function(t, e) { for (var n = -1, r = null == t ? 0 : t.length; ++n < r && !1 !== e(t[n], n, t);); return t } }, function(t, e, n) { | |
var r = n(74); | |
t.exports = function(t) { return "function" == typeof t ? t : r } | |
}, function(t, e, n) { | |
var r = n(135), | |
i = n(120), | |
o = n(75), | |
a = n(119); | |
t.exports = function(t, e, n) { | |
t = a(t), e = i(e); | |
var u = t.length, | |
c = n = void 0 === n ? u : r(o(n), 0, u); | |
return (n -= e.length) >= 0 && t.slice(n, c) == e | |
} | |
}, function(t, e, n) { | |
var r = n(310), | |
i = n(5), | |
o = "Expected a function"; | |
t.exports = function(t, e, n) { | |
var a = !0, | |
u = !0; | |
if ("function" != typeof t) throw new TypeError(o); | |
return i(n) && (a = "leading" in n ? !!n.leading : a, u = "trailing" in n ? !!n.trailing : u), r(t, e, { leading: a, maxWait: e, trailing: u }) | |
} | |
}, function(t, e, n) { | |
var r = n(5), | |
i = n(311), | |
o = n(76), | |
a = "Expected a function", | |
u = Math.max, | |
c = Math.min; | |
t.exports = function(t, e, n) { | |
var s, f, l, d, p, v, h = 0, | |
g = !1, | |
y = !1, | |
E = !0; | |
if ("function" != typeof t) throw new TypeError(a); | |
function m(e) { | |
var n = s, | |
r = f; | |
return s = f = void 0, h = e, d = t.apply(r, n) | |
} | |
function _(t) { var n = t - v; return void 0 === v || n >= e || n < 0 || y && t - h >= l } | |
function I() { | |
var t = i(); | |
if (_(t)) return b(t); | |
p = setTimeout(I, function(t) { var n = e - (t - v); return y ? c(n, l - (t - h)) : n }(t)) | |
} | |
function b(t) { return p = void 0, E && s ? m(t) : (s = f = void 0, d) } | |
function w() { | |
var t = i(), | |
n = _(t); | |
if (s = arguments, f = this, v = t, n) { if (void 0 === p) return function(t) { return h = t, p = setTimeout(I, e), g ? m(t) : d }(v); if (y) return p = setTimeout(I, e), m(v) } | |
return void 0 === p && (p = setTimeout(I, e)), d | |
} | |
return e = o(e) || 0, r(n) && (g = !!n.leading, l = (y = "maxWait" in n) ? u(o(n.maxWait) || 0, e) : l, E = "trailing" in n ? !!n.trailing : E), w.cancel = function() { void 0 !== p && clearTimeout(p), h = 0, s = v = f = p = void 0 }, w.flush = function() { return void 0 === p ? d : b(i()) }, w | |
} | |
}, function(t, e, n) { | |
var r = n(4); | |
t.exports = function() { return r.Date.now() } | |
}, function(t, e, n) { | |
"use strict"; | |
var r, i = n(28), | |
o = (r = i) && r.__esModule ? r : { default: r }; | |
Object.defineProperty(e, "__esModule", { value: !0 }), e.getClosestElement = void 0, e.setStyle = function(t, e, n) { t.style[e] = n }, e.getStyle = function(t, e) { return t.style[e] }, e.getProperty = function(t, e) { return t[e] }, e.matchSelector = function(t) { return function(e) { return e[u](t) } }, e.getQuerySelector = function(t) { | |
var e = t.id, | |
n = t.selector; | |
if (e) { | |
var r = e; | |
if (-1 !== e.indexOf(s)) { | |
var i = e.split(s), | |
o = i[0]; | |
if (r = i[1], o !== document.documentElement.getAttribute(d)) return null | |
} | |
return '[data-w-id^="' + r + '"]' | |
} | |
return n | |
}, e.getValidDocument = function(t) { if (null == t || t === document.documentElement.getAttribute(d)) return document; return null }, e.queryDocument = function(t, e) { return Array.prototype.slice.call(document.querySelectorAll(e ? t + " " + e : t)) }, e.elementContains = function(t, e) { return t.contains(e) }, e.isSiblingNode = function(t, e) { return t !== e && t.parentNode === e.parentNode }, e.getChildElements = function() { | |
for (var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [], e = [], n = 0, r = t.length; n < r; n++) { | |
var i = t[n].children, | |
o = i.length; | |
if (o) | |
for (var a = 0; a < o; a++) e.push(i[a]) | |
} | |
return e | |
}, e.getSiblingElements = function() { for (var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [], e = [], n = [], r = 0, i = t.length; r < i; r++) { var o = t[r].parentNode; if (o && o.children && o.children.length && -1 === n.indexOf(o)) { n.push(o); for (var a = o.firstElementChild; null != a;) - 1 === t.indexOf(a) && e.push(a), a = a.nextElementSibling } } return e }, e.getRefType = function(t) { if (null != t && "object" == (void 0 === t ? "undefined" : (0, o.default)(t))) return t instanceof Element ? f : l; return null }; | |
var a = n(3), | |
u = a.IX2BrowserSupport.ELEMENT_MATCHES, | |
c = a.IX2EngineConstants, | |
s = c.IX2_ID_DELIMITER, | |
f = c.HTML_ELEMENT, | |
l = c.PLAIN_OBJECT, | |
d = c.WF_PAGE; | |
e.getClosestElement = Element.prototype.closest ? function(t, e) { return document.documentElement.contains(t) ? t.closest(e) : null } : function(t, e) { | |
if (!document.documentElement.contains(t)) return null; | |
var n = t; | |
do { | |
if (n[u] && n[u](e)) return n; | |
n = n.parentNode | |
} while (null != n); | |
return null | |
} | |
}, function(t, e, n) { | |
"use strict"; | |
var r, i = a(n(42)), | |
o = a(n(28)); | |
function a(t) { return t && t.__esModule ? t : { default: t } } | |
Object.defineProperty(e, "__esModule", { value: !0 }); | |
var u = v(n(43)), | |
c = v(n(314)), | |
s = v(n(39)), | |
f = v(n(333)), | |
l = n(132), | |
d = n(79), | |
p = n(3); | |
function v(t) { return t && t.__esModule ? t : { default: t } } | |
var h, g, y, E = p.IX2EngineEventTypes, | |
m = E.MOUSE_CLICK, | |
_ = E.MOUSE_SECOND_CLICK, | |
I = E.MOUSE_DOWN, | |
b = E.MOUSE_UP, | |
w = E.MOUSE_OVER, | |
T = E.MOUSE_OUT, | |
O = E.DROPDOWN_CLOSE, | |
S = E.DROPDOWN_OPEN, | |
A = E.SLIDER_ACTIVE, | |
x = E.SLIDER_INACTIVE, | |
R = E.TAB_ACTIVE, | |
L = E.TAB_INACTIVE, | |
N = E.NAVBAR_CLOSE, | |
C = E.NAVBAR_OPEN, | |
M = E.MOUSE_MOVE, | |
P = E.PAGE_SCROLL_DOWN, | |
D = E.SCROLL_INTO_VIEW, | |
j = E.COMPONENT_ACTIVE, | |
F = E.COMPONENT_INACTIVE, | |
k = E.SCROLL_OUT_OF_VIEW, | |
G = E.PAGE_SCROLL_UP, | |
X = E.SCROLLING_IN_VIEW, | |
V = E.PAGE_FINISH, | |
U = E.ECOMMERCE_CART_CLOSE, | |
B = E.ECOMMERCE_CART_OPEN, | |
H = E.PAGE_START, | |
W = E.PAGE_SCROLL, | |
Y = E.ELEMENT, | |
z = E.VIEWPORT, | |
K = E.PAGE, | |
Q = p.IX2EngineConstants.COLON_DELIMITER, | |
q = p.IX2VanillaUtils.getNamespacedParameterId, | |
$ = function(t) { return function(e) { return !("object" !== (void 0 === e ? "undefined" : (0, o.default)(e)) || !t(e)) || e } }, | |
Z = $(function(t) { return t.element === t.nativeEvent.target }), | |
J = $(function(t) { | |
var e = t.element, | |
n = t.nativeEvent; | |
return e.contains(n.target) | |
}), | |
tt = (0, c.default)([Z, J]), | |
et = function(t, e) { if (e) { var n = t.getState().ixData.events[e]; if (n && !ct[n.eventTypeId]) return n } return null }, | |
nt = function(t, e) { | |
var n = t.store, | |
r = t.event, | |
i = t.element, | |
o = t.eventStateKey, | |
a = r.action, | |
u = r.id, | |
c = a.config, | |
f = c.actionListId, | |
d = c.autoStopEventId, | |
p = et(n, d); | |
return p && (0, l.stopActionGroup)({ store: n, eventId: d, eventTarget: i, eventStateKey: d + Q + o.split(Q)[1], actionListId: (0, s.default)(p, "action.config.actionListId") }), (0, l.stopActionGroup)({ store: n, eventId: u, eventTarget: i, eventStateKey: o, actionListId: f }), (0, l.startActionGroup)({ store: n, eventId: u, eventTarget: i, eventStateKey: o, actionListId: f }), e | |
}, | |
rt = function(t, e) { return function(n, r) { return !0 === t(n, r) ? e(n, r) : r } }, | |
it = { handler: rt(tt, nt) }, | |
ot = (0, u.default)({}, it, { types: [j, F].join(" ") }), | |
at = [{ target: window, types: "resize orientationchange", throttle: !0 }, { target: document, types: "scroll wheel readystatechange IX2_PAGE_UPDATE", throttle: !0 }], | |
ut = { types: [{ target: document, types: "scroll wheel", throttle: !0 }] }, | |
ct = { PAGE_START: H, PAGE_FINISH: V }, | |
st = (h = void 0 !== window.pageXOffset, g = "CSS1Compat" === document.compatMode ? document.documentElement : document.body, function() { return { scrollLeft: h ? window.pageXOffset : g.scrollLeft, scrollTop: h ? window.pageYOffset : g.scrollTop, stiffScrollTop: (0, f.default)(h ? window.pageYOffset : g.scrollTop, 0, g.scrollHeight - window.innerHeight), scrollWidth: g.scrollWidth, scrollHeight: g.scrollHeight, clientWidth: g.clientWidth, clientHeight: g.clientHeight, innerWidth: window.innerWidth, innerHeight: window.innerHeight } }), | |
ft = function(t) { | |
var e = t.element, | |
n = t.nativeEvent, | |
r = n.type, | |
i = n.target, | |
o = n.relatedTarget, | |
a = e.contains(i); | |
if ("mouseover" === r && a) return !0; | |
var u = e.contains(o); | |
return !("mouseout" !== r || !a || !u) | |
}, | |
lt = function(t) { | |
var e, n, r = t.element, | |
i = t.event.config, | |
o = st(), | |
a = o.clientWidth, | |
u = o.clientHeight, | |
c = i.scrollOffsetValue, | |
s = "PX" === i.scrollOffsetUnit ? c : u * (c || 0) / 100; | |
return e = r.getBoundingClientRect(), n = { left: 0, top: s, right: a, bottom: u - s }, !(e.left > n.right || e.right < n.left || e.top > n.bottom || e.bottom < n.top) | |
}, | |
dt = function(t) { | |
return function(e, n) { | |
var r = e.nativeEvent.type, | |
i = -1 !== [j, F].indexOf(r) ? r === j : n.isActive, | |
o = (0, u.default)({}, n, { isActive: i }); | |
return n && o.isActive === n.isActive ? o : t(e, o) || o | |
} | |
}, | |
pt = function(t) { return function(e, n) { var r = { elementHovered: ft(e) }; return (n ? r.elementHovered !== n.elementHovered : r.elementHovered) && t(e, r) || r } }, | |
vt = function(t) { | |
return function(e) { | |
var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, | |
r = st(), | |
i = r.stiffScrollTop, | |
o = r.scrollHeight, | |
a = r.innerHeight, | |
c = e.event, | |
s = c.config, | |
f = c.eventTypeId, | |
l = s.scrollOffsetValue, | |
d = "PX" === s.scrollOffsetUnit, | |
p = o - a, | |
v = Number((i / p).toFixed(2)); | |
if (n && n.percentTop === v) return n; | |
var h = (d ? l : a * (l || 0) / 100) / p, | |
g = void 0, | |
y = void 0, | |
E = 0; | |
n && (g = v > n.percentTop, E = (y = n.scrollingDown !== g) ? v : n.anchorTop); | |
var m = f === P ? v >= E + h : v <= E - h, | |
_ = (0, u.default)({}, n, { percentTop: v, inBounds: m, anchorTop: E, scrollingDown: g }); | |
return n && m && (y || _.inBounds !== n.inBounds) && t(e, _) || _ | |
} | |
}, | |
ht = function(t) { | |
return function(e) { | |
var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : { clickCount: 0 }, | |
r = { clickCount: n.clickCount % 2 + 1 }; | |
return r.clickCount !== n.clickCount && t(e, r) || r | |
} | |
}, | |
gt = function() { var t = !(arguments.length > 0 && void 0 !== arguments[0]) || arguments[0]; return (0, u.default)({}, ot, { handler: rt(t ? tt : Z, dt(function(t, e) { return e.isActive ? it.handler(t, e) : e })) }) }, | |
yt = function() { var t = !(arguments.length > 0 && void 0 !== arguments[0]) || arguments[0]; return (0, u.default)({}, ot, { handler: rt(t ? tt : Z, dt(function(t, e) { return e.isActive ? e : it.handler(t, e) })) }) }, | |
Et = (0, u.default)({}, ut, { | |
handler: (y = function(t, e) { | |
var n = e.elementVisible, | |
r = t.event; | |
return !t.store.getState().ixData.events[r.action.config.autoStopEventId] && e.triggered ? e : r.eventTypeId === D === n ? (nt(t), (0, u.default)({}, e, { triggered: !0 })) : e | |
}, function(t, e) { var n = (0, u.default)({}, e, { elementVisible: lt(t) }); return (e ? n.elementVisible !== e.elementVisible : n.elementVisible) && y(t, n) || n }) | |
}); | |
e.default = (r = {}, (0, i.default)(r, A, gt()), (0, i.default)(r, x, yt()), (0, i.default)(r, S, gt()), (0, i.default)(r, O, yt()), (0, i.default)(r, C, gt(!1)), (0, i.default)(r, N, yt(!1)), (0, i.default)(r, R, gt()), (0, i.default)(r, L, yt()), (0, i.default)(r, B, { types: "ecommerce-cart-open", handler: rt(tt, nt) }), (0, i.default)(r, U, { types: "ecommerce-cart-close", handler: rt(tt, nt) }), (0, i.default)(r, m, { | |
types: "click", | |
handler: rt(tt, ht(function(t, e) { | |
var n, r, i, o = e.clickCount; | |
r = (n = t).store, i = n.event.action.config.autoStopEventId, Boolean(et(r, i)) ? 1 === o && nt(t) : nt(t) | |
})) | |
}), (0, i.default)(r, _, { types: "click", handler: rt(tt, ht(function(t, e) { 2 === e.clickCount && nt(t) })) }), (0, i.default)(r, I, (0, u.default)({}, it, { types: "mousedown" })), (0, i.default)(r, b, (0, u.default)({}, it, { types: "mouseup" })), (0, i.default)(r, w, { types: "mouseover mouseout", handler: rt(tt, pt(function(t, e) { e.elementHovered && nt(t) })) }), (0, i.default)(r, T, { types: "mouseover mouseout", handler: rt(tt, pt(function(t, e) { e.elementHovered || nt(t) })) }), (0, i.default)(r, M, { | |
types: "mousemove mouseout scroll", | |
handler: function(t) { | |
var e = t.store, | |
n = t.element, | |
r = t.eventConfig, | |
i = t.nativeEvent, | |
o = t.eventStateKey, | |
a = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : { clientX: 0, clientY: 0, pageX: 0, pageY: 0 }, | |
u = r.basedOn, | |
c = r.selectedAxis, | |
s = r.continuousParameterGroupId, | |
f = r.reverse, | |
l = r.restingState, | |
p = void 0 === l ? 0 : l, | |
v = i.clientX, | |
h = void 0 === v ? a.clientX : v, | |
g = i.clientY, | |
y = void 0 === g ? a.clientY : g, | |
E = i.pageX, | |
m = void 0 === E ? a.pageX : E, | |
_ = i.pageY, | |
I = void 0 === _ ? a.pageY : _, | |
b = "X_AXIS" === c, | |
w = "mouseout" === i.type, | |
T = p / 100, | |
O = s, | |
S = !1; | |
switch (u) { | |
case z: | |
T = b ? Math.min(h, window.innerWidth) / window.innerWidth : Math.min(y, window.innerHeight) / window.innerHeight; | |
break; | |
case K: | |
var A = st(), | |
x = A.scrollLeft, | |
R = A.scrollTop, | |
L = A.scrollWidth, | |
N = A.scrollHeight; | |
T = b ? Math.min(x + m, L) / L : Math.min(R + I, N) / N; | |
break; | |
case Y: | |
default: | |
O = q(o, s); | |
var C = 0 === i.type.indexOf("mouse"); | |
if (C && !0 !== tt({ element: n, nativeEvent: i })) break; | |
var M = n.getBoundingClientRect(), | |
P = M.left, | |
D = M.top, | |
j = M.width, | |
F = M.height; | |
if (!C && ! function(t, e) { return t.left > e.left && t.left < e.right && t.top > e.top && t.top < e.bottom }({ left: h, top: y }, M)) break; | |
S = !0, T = b ? (h - P) / j : (y - D) / F | |
} | |
return w && (T > .95 || T < .05) && (T = Math.round(T)), (u !== Y || S || S !== a.elementHovered) && (T = f ? 1 - T : T, e.dispatch((0, d.parameterChanged)(O, T))), { elementHovered: S, clientX: h, clientY: y, pageX: m, pageY: I } | |
} | |
}), (0, i.default)(r, W, { | |
types: at, | |
handler: function(t) { | |
var e = t.store, | |
n = t.eventConfig, | |
r = n.continuousParameterGroupId, | |
i = n.reverse, | |
o = st(), | |
a = o.scrollTop / (o.scrollHeight - o.clientHeight); | |
a = i ? 1 - a : a, e.dispatch((0, d.parameterChanged)(r, a)) | |
} | |
}), (0, i.default)(r, X, { | |
types: at, | |
handler: function(t) { | |
var e = t.element, | |
n = t.store, | |
r = t.eventConfig, | |
i = t.eventStateKey, | |
o = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : { scrollPercent: 0 }, | |
a = st(), | |
u = a.scrollLeft, | |
c = a.scrollTop, | |
s = a.scrollWidth, | |
f = a.scrollHeight, | |
l = a.clientHeight, | |
p = r.basedOn, | |
v = r.selectedAxis, | |
h = r.continuousParameterGroupId, | |
g = r.startsEntering, | |
y = r.startsExiting, | |
E = r.addEndOffset, | |
m = r.addStartOffset, | |
_ = r.addOffsetValue, | |
I = void 0 === _ ? 0 : _, | |
b = r.endOffsetValue, | |
w = void 0 === b ? 0 : b; | |
if (p === z) { var T = "X_AXIS" === v ? u / s : c / f; return T !== o.scrollPercent && n.dispatch((0, d.parameterChanged)(h, T)), { scrollPercent: T } } | |
var O = q(i, h), | |
S = e.getBoundingClientRect(), | |
A = (m ? I : 0) / 100, | |
x = (E ? w : 0) / 100; | |
A = g ? A : 1 - A, x = y ? x : 1 - x; | |
var R = S.top + Math.min(S.height * A, l), | |
L = S.top + S.height * x - R, | |
N = Math.min(l + L, f), | |
C = Math.min(Math.max(0, l - R), N) / N; | |
return C !== o.scrollPercent && n.dispatch((0, d.parameterChanged)(O, C)), { scrollPercent: C } | |
} | |
}), (0, i.default)(r, D, Et), (0, i.default)(r, k, Et), (0, i.default)(r, P, (0, u.default)({}, ut, { handler: vt(function(t, e) { e.scrollingDown && nt(t) }) })), (0, i.default)(r, G, (0, u.default)({}, ut, { handler: vt(function(t, e) { e.scrollingDown || nt(t) }) })), (0, i.default)(r, V, { types: "readystatechange IX2_PAGE_UPDATE", handler: rt(Z, function(t) { return function(e, n) { var r = { finished: "complete" === document.readyState }; return !r.finished || n && n.finshed || t(e), r } }(nt)) }), (0, i.default)(r, H, { types: "readystatechange IX2_PAGE_UPDATE", handler: rt(Z, function(t) { return function(e, n) { return n || t(e), { started: !0 } } }(nt)) }), r) | |
}, function(t, e, n) { | |
var r = n(315)(); | |
t.exports = r | |
}, function(t, e, n) { | |
var r = n(80), | |
i = n(316), | |
o = n(137), | |
a = n(138), | |
u = n(0), | |
c = n(329), | |
s = "Expected a function", | |
f = 8, | |
l = 32, | |
d = 128, | |
p = 256; | |
t.exports = function(t) { | |
return i(function(e) { | |
var n = e.length, | |
i = n, | |
v = r.prototype.thru; | |
for (t && e.reverse(); i--;) { var h = e[i]; if ("function" != typeof h) throw new TypeError(s); if (v && !g && "wrapper" == a(h)) var g = new r([], !0) } | |
for (i = g ? i : n; ++i < n;) { | |
h = e[i]; | |
var y = a(h), | |
E = "wrapper" == y ? o(h) : void 0; | |
g = E && c(E[0]) && E[1] == (d | f | l | p) && !E[4].length && 1 == E[9] ? g[a(E[0])].apply(g, E[3]) : 1 == h.length && c(h) ? g[y]() : g.thru(h) | |
} | |
return function() { | |
var t = arguments, | |
r = t[0]; | |
if (g && 1 == t.length && u(r)) return g.plant(r).value(); | |
for (var i = 0, o = n ? e[i].apply(this, t) : r; ++i < n;) o = e[i].call(this, o); | |
return o | |
} | |
}) | |
} | |
}, function(t, e, n) { | |
var r = n(317), | |
i = n(320), | |
o = n(322); | |
t.exports = function(t) { return o(i(t, void 0, r), t + "") } | |
}, function(t, e, n) { | |
var r = n(318); | |
t.exports = function(t) { return null != t && t.length ? r(t, 1) : [] } | |
}, function(t, e, n) { | |
var r = n(64), | |
i = n(319); | |
t.exports = function t(e, n, o, a, u) { | |
var c = -1, | |
s = e.length; | |
for (o || (o = i), u || (u = []); ++c < s;) { | |
var f = e[c]; | |
n > 0 && o(f) ? n > 1 ? t(f, n - 1, o, a, u) : r(u, f) : a || (u[u.length] = f) | |
} | |
return u | |
} | |
}, function(t, e, n) { | |
var r = n(25), | |
i = n(38), | |
o = n(0), | |
a = r ? r.isConcatSpreadable : void 0; | |
t.exports = function(t) { return o(t) || i(t) || !!(a && t && t[a]) } | |
}, function(t, e, n) { | |
var r = n(321), | |
i = Math.max; | |
t.exports = function(t, e, n) { | |
return e = i(void 0 === e ? t.length - 1 : e, 0), | |
function() { | |
for (var o = arguments, a = -1, u = i(o.length - e, 0), c = Array(u); ++a < u;) c[a] = o[e + a]; | |
a = -1; | |
for (var s = Array(e + 1); ++a < e;) s[a] = o[a]; | |
return s[e] = n(c), r(t, this, s) | |
} | |
} | |
}, function(t, e) { | |
t.exports = function(t, e, n) { | |
switch (n.length) { | |
case 0: | |
return t.call(e); | |
case 1: | |
return t.call(e, n[0]); | |
case 2: | |
return t.call(e, n[0], n[1]); | |
case 3: | |
return t.call(e, n[0], n[1], n[2]) | |
} | |
return t.apply(e, n) | |
} | |
}, function(t, e, n) { | |
var r = n(323), | |
i = n(325)(r); | |
t.exports = i | |
}, function(t, e, n) { | |
var r = n(324), | |
i = n(134), | |
o = n(74), | |
a = i ? function(t, e) { return i(t, "toString", { configurable: !0, enumerable: !1, value: r(e), writable: !0 }) } : o; | |
t.exports = a | |
}, function(t, e) { t.exports = function(t) { return function() { return t } } }, function(t, e) { | |
var n = 800, | |
r = 16, | |
i = Date.now; | |
t.exports = function(t) { | |
var e = 0, | |
o = 0; | |
return function() { | |
var a = i(), | |
u = r - (a - o); | |
if (o = a, u > 0) { if (++e >= n) return arguments[0] } else e = 0; | |
return t.apply(void 0, arguments) | |
} | |
} | |
}, function(t, e, n) { | |
var r = n(116), | |
i = r && new r; | |
t.exports = i | |
}, function(t, e) { t.exports = function() {} }, function(t, e) { t.exports = {} }, function(t, e, n) { | |
var r = n(82), | |
i = n(137), | |
o = n(138), | |
a = n(330); | |
t.exports = function(t) { | |
var e = o(t), | |
n = a[e]; | |
if ("function" != typeof n || !(e in r.prototype)) return !1; | |
if (t === n) return !0; | |
var u = i(n); | |
return !!u && t === u[0] | |
} | |
}, function(t, e, n) { | |
var r = n(82), | |
i = n(80), | |
o = n(81), | |
a = n(0), | |
u = n(13), | |
c = n(331), | |
s = Object.prototype.hasOwnProperty; | |
function f(t) { if (u(t) && !a(t) && !(t instanceof r)) { if (t instanceof i) return t; if (s.call(t, "__wrapped__")) return c(t) } return new i(t) } | |
f.prototype = o.prototype, f.prototype.constructor = f, t.exports = f | |
}, function(t, e, n) { | |
var r = n(82), | |
i = n(80), | |
o = n(332); | |
t.exports = function(t) { if (t instanceof r) return t.clone(); var e = new i(t.__wrapped__, t.__chain__); return e.__actions__ = o(t.__actions__), e.__index__ = t.__index__, e.__values__ = t.__values__, e } | |
}, function(t, e) { | |
t.exports = function(t, e) { | |
var n = -1, | |
r = t.length; | |
for (e || (e = Array(r)); ++n < r;) e[n] = t[n]; | |
return e | |
} | |
}, function(t, e, n) { | |
var r = n(135), | |
i = n(76); | |
t.exports = function(t, e, n) { return void 0 === n && (n = e, e = void 0), void 0 !== n && (n = (n = i(n)) == n ? n : 0), void 0 !== e && (e = (e = i(e)) == e ? e : 0), r(i(t), e, n) } | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1); | |
r.define("links", t.exports = function(t, e) { | |
var n, i, o, a = {}, | |
u = t(window), | |
c = r.env(), | |
s = window.location, | |
f = document.createElement("a"), | |
l = "w--current", | |
d = /^#[\w:.-]+$/, | |
p = /index\.(html|php)$/, | |
v = /\/$/; | |
function h(e) { | |
var r = n && e.getAttribute("href-disabled") || e.getAttribute("href"); | |
if (f.href = r, !(r.indexOf(":") >= 0)) { | |
var a = t(e); | |
if (0 === r.indexOf("#") && d.test(r)) { | |
var u = t(r); | |
u.length && i.push({ link: a, sec: u, active: !1 }) | |
} else if ("#" !== r && "" !== r) { | |
var c = f.href === s.href || r === o || p.test(r) && v.test(o); | |
y(a, l, c) | |
} | |
} | |
} | |
function g() { | |
var t = u.scrollTop(), | |
n = u.height(); | |
e.each(i, function(e) { | |
var r = e.link, | |
i = e.sec, | |
o = i.offset().top, | |
a = i.outerHeight(), | |
u = .5 * n, | |
c = i.is(":visible") && o + a - u >= t && o + u <= t + n; | |
e.active !== c && (e.active = c, y(r, l, c)) | |
}) | |
} | |
function y(t, e, n) { | |
var r = t.hasClass(e); | |
n && r || (n || r) && (n ? t.addClass(e) : t.removeClass(e)) | |
} | |
return a.ready = a.design = a.preview = function() { | |
n = c && r.env("design"), o = r.env("slug") || s.pathname || "", r.scroll.off(g), i = []; | |
for (var t = document.links, e = 0; e < t.length; ++e) h(t[e]); | |
i.length && (r.scroll.on(g), g()) | |
}, a | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1); | |
r.define("scroll", t.exports = function(t) { | |
var e = t(document), | |
n = window, | |
i = n.location, | |
o = function() { try { return Boolean(n.frameElement) } catch (t) { return !0 } }() ? null : n.history, | |
a = /^[a-zA-Z0-9][\w:.-]*$/; | |
return { | |
ready: function() { | |
var u = i.href.split("#")[0]; | |
e.on("click", "a", function(e) { | |
if (!(r.env("design") || window.$.mobile && t(e.currentTarget).hasClass("ui-link"))) | |
if ("#" !== this.getAttribute("href")) { | |
var c = this.href.split("#"), | |
s = c[0] === u ? c[1] : null; | |
s && function(e, u) { | |
if (a.test(e)) { | |
var c = t("#" + e); | |
if (c.length) { | |
if (u && (u.preventDefault(), u.stopPropagation()), i.hash !== e && o && o.pushState && (!r.env.chrome || "file:" !== i.protocol)) { | |
var s = o.state && o.state.hash; | |
s !== e && o.pushState({ hash: e }, "", "#" + e) | |
} | |
var f = r.env("editor") ? ".w-editor-body" : "body", | |
l = t("header, " + f + " > .header, " + f + " > .w-nav:not([data-no-scroll])"), | |
d = "fixed" === l.css("position") ? l.outerHeight() : 0; | |
n.setTimeout(function() { | |
! function(e, r) { | |
var i = t(n).scrollTop(), | |
o = e.offset().top - r; | |
if ("mid" === e.data("scroll")) { | |
var a = t(n).height() - r, | |
u = e.outerHeight(); | |
u < a && (o -= Math.round((a - u) / 2)) | |
} | |
var c = 1; | |
t("body").add(e).each(function() { var e = parseFloat(t(this).attr("data-scroll-time"), 10);!isNaN(e) && (0 === e || e > 0) && (c = e) }), Date.now || (Date.now = function() { return (new Date).getTime() }); | |
var s = Date.now(), | |
f = n.requestAnimationFrame || n.mozRequestAnimationFrame || n.webkitRequestAnimationFrame || function(t) { n.setTimeout(t, 15) }, | |
l = (472.143 * Math.log(Math.abs(i - o) + 125) - 2e3) * c; | |
! function t() { | |
var e = Date.now() - s; | |
n.scroll(0, function(t, e, n, r) { return n > r ? e : t + (e - t) * ((i = n / r) < .5 ? 4 * i * i * i : (i - 1) * (2 * i - 2) * (2 * i - 2) + 1); var i }(i, o, e, l)), e <= l && f(t) | |
}() | |
}(c, d) | |
}, u ? 0 : 300) | |
} | |
} | |
}(s, e) | |
} else e.preventDefault() | |
}) | |
} | |
} | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
n(1).define("touch", t.exports = function(t) { | |
var e = {}, | |
n = !document.addEventListener, | |
r = window.getSelection; | |
function i(t) { | |
var e, n, i, a = !1, | |
u = !1, | |
c = !1, | |
s = Math.min(Math.round(.04 * window.innerWidth), 40); | |
function f(t) { | |
var r = t.touches; | |
r && r.length > 1 || (a = !0, u = !1, r ? (c = !0, e = r[0].clientX, n = r[0].clientY) : (e = t.clientX, n = t.clientY), i = e) | |
} | |
function l(t) { | |
if (a) { | |
if (c && "mousemove" === t.type) return t.preventDefault(), void t.stopPropagation(); | |
var f = t.touches, | |
l = f ? f[0].clientX : t.clientX, | |
d = f ? f[0].clientY : t.clientY, | |
v = l - i; | |
i = l, Math.abs(v) > s && r && "" === String(r()) && (o("swipe", t, { direction: v > 0 ? "right" : "left" }), p()), (Math.abs(l - e) > 10 || Math.abs(d - n) > 10) && (u = !0) | |
} | |
} | |
function d(t) { | |
if (a) { | |
if (a = !1, c && "mouseup" === t.type) return t.preventDefault(), t.stopPropagation(), void(c = !1); | |
u || o("tap", t) | |
} | |
} | |
function p() { a = !1 } | |
t.addEventListener("touchstart", f, !1), t.addEventListener("touchmove", l, !1), t.addEventListener("touchend", d, !1), t.addEventListener("touchcancel", p, !1), t.addEventListener("mousedown", f, !1), t.addEventListener("mousemove", l, !1), t.addEventListener("mouseup", d, !1), t.addEventListener("mouseout", p, !1), this.destroy = function() { t.removeEventListener("touchstart", f, !1), t.removeEventListener("touchmove", l, !1), t.removeEventListener("touchend", d, !1), t.removeEventListener("touchcancel", p, !1), t.removeEventListener("mousedown", f, !1), t.removeEventListener("mousemove", l, !1), t.removeEventListener("mouseup", d, !1), t.removeEventListener("mouseout", p, !1), t = null } | |
} | |
function o(e, n, r) { | |
var i = t.Event(e, { originalEvent: n }); | |
t(n.target).trigger(i, r) | |
} | |
return n && (t.event.special.tap = { bindType: "click", delegateType: "click" }), e.init = function(e) { return n ? null : (e = "string" == typeof e ? t(e).get(0) : e) ? new i(e) : null }, e.instance = e.init(document), e | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1), | |
i = n(24); | |
r.define("dropdown", t.exports = function(t, e) { | |
var n, o, a = {}, | |
u = t(document), | |
c = r.env(), | |
s = r.env.touch, | |
f = ".w-dropdown", | |
l = "w--open", | |
d = "w-close" + f, | |
p = i.triggers, | |
v = 900, | |
h = !1; | |
function g() { o = c && r.env("design"), (n = u.find(f)).each(y) } | |
function y(n, i) { | |
var a = t(i), | |
s = t.data(i, f); | |
s || (s = t.data(i, f, { open: !1, el: a, config: {} })), s.list = a.children(".w-dropdown-list"), s.toggle = a.children(".w-dropdown-toggle"), s.links = s.list.children(".w-dropdown-link"), s.outside = function(n) { | |
n.outside && u.off(b() + f, n.outside); | |
return e.debounce(function(e) { | |
if (n.open) { | |
var i = t(e.target); | |
if (!i.closest(".w-dropdown-toggle").length) { | |
var o = -1 === t.inArray(n.el[0], i.parents(f)), | |
a = r.env("editor"); | |
if (o) { | |
if (a) { | |
var u = 1 === i.parents().length && 1 === i.parents("svg").length, | |
c = i.parents(".w-editor-bem-EditorHoverControls").length; | |
if (u || c) return | |
} | |
I(n) | |
} | |
} | |
} | |
}) | |
}(s), s.complete = function(t) { return function() { t.list.removeClass(l), t.toggle.removeClass(l), t.manageZ && t.el.css("z-index", "") } }(s), s.leave = function(t) { return function() { t.hovering = !1, I(t) } }(s), s.moveOutside = function(n) { | |
return e.debounce(function(e) { | |
if (n.open) { | |
var r = t(e.target), | |
i = -1 === t.inArray(n.el[0], r.parents(f)); | |
if (i) { | |
var o = r.parents(".w-editor-bem-EditorHoverControls").length, | |
a = r.parents(".w-editor-bem-RTToolbar").length, | |
u = t(".w-editor-bem-EditorOverlay"), | |
c = u.find(".w-editor-edit-outline").length || u.find(".w-editor-bem-RTToolbar").length; | |
if (o || a || c) return; | |
n.hovering = !1, I(n) | |
} | |
} | |
}) | |
}(s), a.off(f), s.toggle.off(f), E(s), s.nav && s.nav.off(f), s.nav = a.closest(".w-nav"), s.nav.on(d, m(s)), o ? a.on("setting" + f, m(s)) : (s.toggle.on(b() + f, function(t) { return e.debounce(function() { t.open ? I(t) : _(t) }) }(s)), s.config.hover && s.toggle.on("mouseenter" + f, function(t) { return function() { t.hovering = !0, _(t) } }(s)), a.on(d, m(s)), c && (s.hovering = !1, I(s))) | |
} | |
function E(t) { | |
var e = Number(t.el.css("z-index")); | |
t.manageZ = e === v || e === v + 1, t.config = { hover: (!0 === t.el.attr("data-hover") || "1" === t.el.attr("data-hover")) && !s, delay: Number(t.el.attr("data-delay")) || 0 } | |
} | |
function m(t) { return function(e, n) { return n = n || {}, "w-close" === e.type ? I(t) : "setting" === e.type ? (E(t), !0 === n.open && _(t), void(!1 === n.open && I(t, !0))) : void 0 } } | |
function _(e) { | |
if (!e.open) { | |
! function(e) { | |
var r = e.el[0]; | |
n.each(function(e, n) { | |
var i = t(n); | |
i.is(r) || i.has(r).length || i.triggerHandler(d) | |
}) | |
}(e), e.open = !0, e.list.addClass(l), e.toggle.addClass(l), p.intro(0, e.el[0]), r.redraw.up(), e.manageZ && e.el.css("z-index", v + 1); | |
var i = r.env("editor"); | |
o || u.on(b() + f, e.outside), e.hovering && !i && e.el.on("mouseleave" + f, e.leave), e.hovering && i && u.on("mousemove" + f, e.moveOutside), window.clearTimeout(e.delayId) | |
} | |
} | |
function I(t, e) { | |
if (t.open && (!t.config.hover || !t.hovering)) { | |
t.open = !1; | |
var n = t.config; | |
if (p.outro(0, t.el[0]), u.off(b() + f, t.outside), t.el.off("mouseleave" + f, t.leave), u.off("mousemove" + f, t.moveOutside), window.clearTimeout(t.delayId), !n.delay || e) return t.complete(); | |
t.delayId = window.setTimeout(t.complete, n.delay) | |
} | |
} | |
function b() { return s ? "tap" : "mouseup" } | |
return a.ready = g, a.design = function() { h && u.find(f).each(function(e, n) { t(n).triggerHandler(d) }), h = !1, g() }, a.preview = function() { h = !0, g() }, a | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1); | |
r.define("forms", t.exports = function(t, e) { | |
var n, i, o, a, u, c = {}, | |
s = t(document), | |
f = window.location, | |
l = window.XDomainRequest && !window.atob, | |
d = ".w-form", | |
p = /e(-)?mail/i, | |
v = /^\S+@\S+$/, | |
h = window.alert, | |
g = r.env(), | |
y = /list-manage[1-9]?.com/i, | |
E = e.debounce(function() { h("Oops! This page has improperly configured forms. Please contact your website administrator to fix this issue.") }, 100); | |
function m(e, n) { | |
var r = t(n), | |
o = t.data(n, d); | |
o || (o = t.data(n, d, { form: r })), _(o); | |
var a = r.closest("div.w-form"); | |
o.done = a.find("> .w-form-done"), o.fail = a.find("> .w-form-fail"), o.fileUploads = a.find(".w-file-upload"), o.fileUploads.each(function(e) { | |
! function(e, n) { | |
if (!n.fileUploads || !n.fileUploads[e]) return; | |
var r, i = t(n.fileUploads[e]), | |
o = i.find("> .w-file-upload-default"), | |
a = i.find("> .w-file-upload-uploading"), | |
c = i.find("> .w-file-upload-success"), | |
s = i.find("> .w-file-upload-error"), | |
f = o.find(".w-file-upload-input"), | |
l = o.find(".w-file-upload-label"), | |
d = l.children(), | |
p = s.find(".w-file-upload-error-msg"), | |
v = c.find(".w-file-upload-file"), | |
h = c.find(".w-file-remove-link"), | |
y = v.find(".w-file-upload-file-name"), | |
E = p.attr("data-w-size-error"), | |
m = p.attr("data-w-type-error"), | |
b = p.attr("data-w-generic-error"); | |
if (g) f.on("click", function(t) { t.preventDefault() }), l.on("click", function(t) { t.preventDefault() }), d.on("click", function(t) { t.preventDefault() }); | |
else { | |
h.on("click", function() { f.removeAttr("data-value"), f.val(""), y.html(""), o.toggle(!0), c.toggle(!1) }), f.on("change", function(i) { | |
(r = i.target && i.target.files && i.target.files[0]) && (o.toggle(!1), s.toggle(!1), a.toggle(!0), y.text(r.name), A() || I(n), n.fileUploads[e].uploading = !0, function(e, n) { | |
var r = { name: e.name, size: e.size }; | |
t.ajax({ type: "POST", url: u, data: r, dataType: "json", crossDomain: !0 }).done(function(t) { n(null, t) }).fail(function(t) { n(t) }) | |
}(r, O)) | |
}); | |
var w = l.outerHeight(); | |
f.height(w), f.width(1) | |
} | |
function T(t) { | |
var r = t.responseJSON && t.responseJSON.msg, | |
i = b; | |
"string" == typeof r && 0 === r.indexOf("InvalidFileTypeError") ? i = m : "string" == typeof r && 0 === r.indexOf("MaxFileSizeError") && (i = E), p.text(i), f.removeAttr("data-value"), f.val(""), a.toggle(!1), o.toggle(!0), s.toggle(!0), n.fileUploads[e].uploading = !1, A() || _(n) | |
} | |
function O(e, n) { | |
if (e) return T(e); | |
var i = n.fileName, | |
o = n.postData, | |
a = n.fileId, | |
u = n.s3Url; | |
f.attr("data-value", a), | |
function(e, n, r, i, o) { | |
var a = new FormData; | |
for (var u in n) a.append(u, n[u]); | |
a.append("file", r, i), t.ajax({ type: "POST", url: e, data: a, processData: !1, contentType: !1 }).done(function() { o(null) }).fail(function(t) { o(t) }) | |
}(u, o, r, i, S) | |
} | |
function S(t) { | |
if (t) return T(t); | |
a.toggle(!1), c.css("display", "inline-block"), n.fileUploads[e].uploading = !1, A() || _(n) | |
} | |
function A() { var t = n.fileUploads && n.fileUploads.toArray() || []; return t.some(function(t) { return t.uploading }) } | |
}(e, o) | |
}); | |
var c = o.action = r.attr("action"); | |
o.handler = null, o.redirect = r.attr("data-redirect"), y.test(c) ? o.handler = T : c || (i ? o.handler = w : E()) | |
} | |
function _(t) { | |
var e = t.btn = t.form.find(':input[type="submit"]'); | |
t.wait = t.btn.attr("data-wait") || null, t.success = !1, e.prop("disabled", !1), t.label && e.val(t.label) | |
} | |
function I(t) { | |
var e = t.btn, | |
n = t.wait; | |
e.prop("disabled", !0), n && (t.label = e.val(), e.val(n)) | |
} | |
function b(e, n) { | |
var r = null; | |
return n = n || {}, e.find(':input:not([type="submit"]):not([type="file"])').each(function(i, o) { | |
var a = t(o), | |
u = a.attr("type"), | |
c = a.attr("data-name") || a.attr("name") || "Field " + (i + 1), | |
s = a.val(); | |
if ("checkbox" === u) s = a.is(":checked"); | |
else if ("radio" === u) { | |
if (null === n[c] || "string" == typeof n[c]) return; | |
s = e.find('input[name="' + a.attr("name") + '"]:checked').val() || null | |
} | |
"string" == typeof s && (s = t.trim(s)), n[c] = s, r = r || function(t, e, n, r) { var i = null; "password" === e ? i = "Passwords cannot be submitted." : t.attr("required") ? r ? p.test(t.attr("type")) && (v.test(r) || (i = "Please enter a valid email address for: " + n)) : i = "Please fill out the required field: " + n : "g-recaptcha-response" !== n || r || (i = "Please confirm you’re not a robot."); return i }(a, u, c, s) | |
}), r | |
} | |
function w(e) { | |
_(e); | |
var n = e.form, | |
o = { name: n.attr("data-name") || n.attr("name") || "Untitled Form", source: f.href, test: r.env(), fields: {}, fileUploads: {}, dolphin: /pass[\s-_]?(word|code)|secret|login|credentials/i.test(n.html()) }; | |
S(e); | |
var u = b(n, o.fields); | |
if (u) return h(u); | |
o.fileUploads = function(e) { | |
var n = {}; | |
return e.find(':input[type="file"]').each(function(e, r) { | |
var i = t(r), | |
o = i.attr("data-name") || i.attr("name") || "File " + (e + 1), | |
a = i.attr("data-value"); | |
"string" == typeof a && (a = t.trim(a)), n[o] = a | |
}), n | |
}(n), I(e), i ? t.ajax({ url: a, type: "POST", data: o, dataType: "json", crossDomain: !0 }).done(function(t) { t && 200 === t.code && (e.success = !0), O(e) }).fail(function() { O(e) }) : O(e) | |
} | |
function T(n) { | |
_(n); | |
var r = n.form, | |
i = {}; | |
if (!/^https/.test(f.href) || /^https/.test(n.action)) { | |
S(n); | |
var o, a = b(r, i); | |
if (a) return h(a); | |
I(n), e.each(i, function(t, e) { p.test(e) && (i.EMAIL = t), /^((full[ _-]?)?name)$/i.test(e) && (o = t), /^(first[ _-]?name)$/i.test(e) && (i.FNAME = t), /^(last[ _-]?name)$/i.test(e) && (i.LNAME = t) }), o && !i.FNAME && (o = o.split(" "), i.FNAME = o[0], i.LNAME = i.LNAME || o[1]); | |
var u = n.action.replace("/post?", "/post-json?") + "&c=?", | |
c = u.indexOf("u=") + 2; | |
c = u.substring(c, u.indexOf("&", c)); | |
var s = u.indexOf("id=") + 3; | |
s = u.substring(s, u.indexOf("&", s)), i["b_" + c + "_" + s] = "", t.ajax({ url: u, data: i, dataType: "jsonp" }).done(function(t) { n.success = "success" === t.result || /already/.test(t.msg), n.success || console.info("MailChimp error: " + t.msg), O(n) }).fail(function() { O(n) }) | |
} else r.attr("method", "post") | |
} | |
function O(t) { | |
var e = t.form, | |
n = t.redirect, | |
i = t.success; | |
i && n ? r.location(n) : (t.done.toggle(i), t.fail.toggle(!i), e.toggle(!i), _(t)) | |
} | |
function S(t) { t.evt && t.evt.preventDefault(), t.evt = null } | |
return c.ready = c.design = c.preview = function() { | |
! function() { | |
i = t("html").attr("data-wf-site"), a = "https://webflow.com/api/v1/form/" + i, l && a.indexOf("https://webflow.com") >= 0 && (a = a.replace("https://webflow.com", "http://formdata.webflow.com")); | |
if (u = a + "/signFile", !(n = t(d + " form")).length) return; | |
n.each(m) | |
}(), g || o || (o = !0, s.on("submit", d + " form", function(e) { | |
var n = t.data(this, d); | |
n.handler && (n.evt = e, n.handler(n)) | |
})) | |
}, c | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1), | |
i = n(24); | |
r.define("navbar", t.exports = function(t, e) { | |
var n, o, a, u, c = {}, | |
s = t.tram, | |
f = t(window), | |
l = t(document), | |
d = r.env(), | |
p = '<div class="w-nav-overlay" data-wf-ignore />', | |
v = ".w-nav", | |
h = "w--open", | |
g = "w--nav-menu-open", | |
y = "w--nav-link-open", | |
E = i.triggers, | |
m = t(); | |
function _() { r.resize.off(I) } | |
function I() { o.each(x) } | |
function b(n, i) { | |
var o = t(i), | |
c = t.data(i, v); | |
c || (c = t.data(i, v, { open: !1, el: o, config: {} })), c.menu = o.find(".w-nav-menu"), c.links = c.menu.find(".w-nav-link"), c.dropdowns = c.menu.find(".w-dropdown"), c.button = o.find(".w-nav-button"), c.container = o.find(".w-container"), c.outside = function(e) { | |
e.outside && l.off("tap" + v, e.outside); | |
return function(n) { | |
var r = t(n.target); | |
u && r.closest(".w-editor-bem-EditorOverlay").length || A(e, r) | |
} | |
}(c), c.el.off(v), c.button.off(v), c.menu.off(v), O(c), a ? (T(c), c.el.on("setting" + v, function(t) { | |
return function(n, r) { | |
r = r || {}; | |
var i = f.width(); | |
O(t), !0 === r.open && L(t, !0), !1 === r.open && C(t, !0), t.open && e.defer(function() { i !== f.width() && S(t) }) | |
} | |
}(c))) : (! function(e) { | |
if (e.overlay) return; | |
e.overlay = t(p).appendTo(e.el), e.parent = e.menu.parent(), C(e, !0) | |
}(c), c.button.on("tap" + v, function(t) { return e.debounce(function() { t.open ? C(t) : L(t) }) }(c)), c.menu.on("click" + v, "a", function(e) { | |
return function(n) { | |
var i = t(this), | |
o = i.attr("href"); | |
r.validClick(n.currentTarget) ? o && 0 === o.indexOf("#") && e.open && C(e) : n.preventDefault() | |
} | |
}(c))), x(n, i) | |
} | |
function w(e, n) { | |
var r = t.data(n, v); | |
r && (T(r), t.removeData(n, v)) | |
} | |
function T(t) { t.overlay && (C(t, !0), t.overlay.remove(), t.overlay = null) } | |
function O(t) { | |
var n = {}, | |
r = t.config || {}, | |
i = n.animation = t.el.attr("data-animation") || "default"; | |
n.animOver = /^over/.test(i), n.animDirect = /left$/.test(i) ? -1 : 1, r.animation !== i && t.open && e.defer(S, t), n.easing = t.el.attr("data-easing") || "ease", n.easing2 = t.el.attr("data-easing2") || "ease"; | |
var o = t.el.attr("data-duration"); | |
n.duration = null != o ? Number(o) : 400, n.docHeight = t.el.attr("data-doc-height"), t.config = n | |
} | |
function S(t) { t.open && (C(t, !0), L(t, !0)) } | |
c.ready = c.design = c.preview = function() { | |
if (a = d && r.env("design"), u = r.env("editor"), n = t(document.body), !(o = l.find(v)).length) return; | |
o.each(b), _(), r.resize.on(I) | |
}, c.destroy = function() { m = t(), _(), o && o.length && o.each(w) }; | |
var A = e.debounce(function(t, e) { | |
if (t.open) { | |
var n = e.closest(".w-nav-menu"); | |
t.menu.is(n) || C(t) | |
} | |
}); | |
function x(e, n) { | |
var r = t.data(n, v), | |
i = r.collapsed = "none" !== r.button.css("display"); | |
if (!r.open || i || a || C(r, !0), r.container.length) { | |
var o = function(e) { | |
var n = e.container.css(R); | |
"none" === n && (n = ""); | |
return function(e, r) { | |
(r = t(r)).css(R, ""), "none" === r.css(R) && r.css(R, n) | |
} | |
}(r); | |
r.links.each(o), r.dropdowns.each(o) | |
} | |
r.open && N(r) | |
} | |
var R = "max-width"; | |
function L(t, e) { | |
if (!t.open) { | |
t.open = !0, t.menu.addClass(g), t.links.addClass(y), t.button.addClass(h); | |
var n = t.config; | |
"none" !== n.animation && s.support.transform || (e = !0); | |
var i = N(t), | |
o = t.menu.outerHeight(!0), | |
u = t.menu.outerWidth(!0), | |
c = t.el.height(), | |
f = t.el[0]; | |
if (x(0, f), E.intro(0, f), r.redraw.up(), a || l.on("tap" + v, t.outside), !e) { | |
var d = "transform " + n.duration + "ms " + n.easing; | |
if (t.overlay && (m = t.menu.prev(), t.overlay.show().append(t.menu)), n.animOver) return s(t.menu).add(d).set({ x: n.animDirect * u, height: i }).start({ x: 0 }), void(t.overlay && t.overlay.width(u)); | |
var p = c + o; | |
s(t.menu).add(d).set({ y: -p }).start({ y: 0 }) | |
} | |
} | |
} | |
function N(t) { | |
var e = t.config, | |
r = e.docHeight ? l.height() : n.height(); | |
return e.animOver ? t.menu.height(r) : "fixed" !== t.el.css("position") && (r -= t.el.height()), t.overlay && t.overlay.height(r), r | |
} | |
function C(t, e) { | |
if (t.open) { | |
t.open = !1, t.button.removeClass(h); | |
var n = t.config; | |
if (("none" === n.animation || !s.support.transform || n.duration <= 0) && (e = !0), E.outro(0, t.el[0]), l.off("tap" + v, t.outside), e) return s(t.menu).stop(), void c(); | |
var r = "transform " + n.duration + "ms " + n.easing2, | |
i = t.menu.outerHeight(!0), | |
o = t.menu.outerWidth(!0), | |
a = t.el.height(); | |
if (n.animOver) s(t.menu).add(r).start({ x: o * n.animDirect }).then(c); | |
else { | |
var u = a + i; | |
s(t.menu).add(r).start({ y: -u }).then(c) | |
} | |
} | |
function c() { t.menu.height(""), s(t.menu).set({ x: 0, y: 0 }), t.menu.removeClass(g), t.links.removeClass(y), t.overlay && t.overlay.children().length && (m.length ? t.menu.insertAfter(m) : t.menu.prependTo(t.parent), t.overlay.attr("style", "").hide()), t.el.triggerHandler("w-close") } | |
} | |
return c | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1), | |
i = n(24); | |
r.define("slider", t.exports = function(t, e) { | |
var n, o, a, u, c = {}, | |
s = t.tram, | |
f = t(document), | |
l = r.env(), | |
d = ".w-slider", | |
p = '<div class="w-slider-dot" data-wf-ignore />', | |
v = i.triggers; | |
function h() { | |
(n = f.find(d)).length && (n.filter(":visible").each(E), u = null, a || (g(), r.resize.on(y), r.redraw.on(c.redraw))) | |
} | |
function g() { r.resize.off(y), r.redraw.off(c.redraw) } | |
function y() { n.filter(":visible").each(S) } | |
function E(e, n) { | |
var r = t(n), | |
i = t.data(n, d); | |
if (i || (i = t.data(n, d, { index: 0, depth: 1, el: r, config: {} })), i.mask = r.children(".w-slider-mask"), i.left = r.children(".w-slider-arrow-left"), i.right = r.children(".w-slider-arrow-right"), i.nav = r.children(".w-slider-nav"), i.slides = i.mask.children(".w-slide"), i.slides.each(v.reset), u && (i.maskWidth = 0), !s.support.transform) return i.left.hide(), i.right.hide(), i.nav.hide(), void(a = !0); | |
i.el.off(d), i.left.off(d), i.right.off(d), i.nav.off(d), m(i), o ? (i.el.on("setting" + d, T(i)), w(i), i.hasTimer = !1) : (i.el.on("swipe" + d, T(i)), i.left.on("tap" + d, I(i)), i.right.on("tap" + d, b(i)), i.config.autoplay && !i.hasTimer && (i.hasTimer = !0, i.timerCount = 1, function t(e) { | |
w(e); | |
var n = e.config; | |
var r = n.timerMax; | |
if (r && e.timerCount++ > r) return; | |
e.timerId = window.setTimeout(function() { null == e.timerId || o || (b(e)(), t(e)) }, n.delay) | |
}(i))), i.nav.on("tap" + d, "> div", T(i)), l || i.mask.contents().filter(function() { return 3 === this.nodeType }).remove(), S(e, n) | |
} | |
function m(t) { | |
var e = { crossOver: 0 }; | |
e.animation = t.el.attr("data-animation") || "slide", "outin" === e.animation && (e.animation = "cross", e.crossOver = .5), e.easing = t.el.attr("data-easing") || "ease"; | |
var n = t.el.attr("data-duration"); | |
if (e.duration = null != n ? parseInt(n, 10) : 500, _(t.el.attr("data-infinite")) && (e.infinite = !0), _(t.el.attr("data-disable-swipe")) && (e.disableSwipe = !0), _(t.el.attr("data-hide-arrows")) ? e.hideArrows = !0 : t.config.hideArrows && (t.left.show(), t.right.show()), _(t.el.attr("data-autoplay"))) { | |
e.autoplay = !0, e.delay = parseInt(t.el.attr("data-delay"), 10) || 2e3, e.timerMax = parseInt(t.el.attr("data-autoplay-limit"), 10); | |
var r = "mousedown" + d + " touchstart" + d; | |
o || t.el.off(r).one(r, function() { w(t) }) | |
} | |
var i = t.right.width(); | |
e.edge = i ? i + 40 : 100, t.config = e | |
} | |
function _(t) { return "1" === t || "true" === t } | |
function I(t) { return function() { O(t, { index: t.index - 1, vector: -1 }) } } | |
function b(t) { return function() { O(t, { index: t.index + 1, vector: 1 }) } } | |
function w(t) { window.clearTimeout(t.timerId), t.timerId = null } | |
function T(n) { | |
return function(i, a) { | |
a = a || {}; | |
var u = n.config; | |
if (o && "setting" === i.type) { | |
if ("prev" === a.select) return I(n)(); | |
if ("next" === a.select) return b(n)(); | |
if (m(n), A(n), null == a.select) return; | |
! function(n, r) { | |
var i = null; | |
r === n.slides.length && (h(), A(n)), e.each(n.anchors, function(e, n) { t(e.els).each(function(e, o) { t(o).index() === r && (i = n) }) }), null != i && O(n, { index: i, immediate: !0 }) | |
}(n, a.select) | |
} else { | |
if ("swipe" === i.type) { if (u.disableSwipe) return; if (r.env("editor")) return; return "left" === a.direction ? b(n)() : "right" === a.direction ? I(n)() : void 0 } | |
n.nav.has(i.target).length && O(n, { index: t(i.target).index() }) | |
} | |
} | |
} | |
function O(e, n) { | |
n = n || {}; | |
var r = e.config, | |
i = e.anchors; | |
e.previous = e.index; | |
var a = n.index, | |
c = {}; | |
a < 0 ? (a = i.length - 1, r.infinite && (c.x = -e.endX, c.from = 0, c.to = i[0].width)) : a >= i.length && (a = 0, r.infinite && (c.x = i[i.length - 1].width, c.from = -i[i.length - 1].x, c.to = c.from - c.x)), e.index = a; | |
var f = e.nav.children().eq(e.index).addClass("w-active"); | |
e.nav.children().not(f).removeClass("w-active"), r.hideArrows && (e.index === i.length - 1 ? e.right.hide() : e.right.show(), 0 === e.index ? e.left.hide() : e.left.show()); | |
var l = e.offsetX || 0, | |
d = e.offsetX = -i[e.index].x, | |
p = { x: d, opacity: 1, visibility: "" }, | |
h = t(i[e.index].els), | |
g = t(i[e.previous] && i[e.previous].els), | |
y = e.slides.not(h), | |
E = r.animation, | |
m = r.easing, | |
_ = Math.round(r.duration), | |
I = n.vector || (e.index > e.previous ? 1 : -1), | |
b = "opacity " + _ + "ms " + m, | |
w = "transform " + _ + "ms " + m; | |
if (o || (h.each(v.intro), y.each(v.outro)), n.immediate && !u) return s(h).set(p), void S(); | |
if (e.index !== e.previous) { | |
if ("cross" === E) { | |
var T = Math.round(_ - _ * r.crossOver), | |
O = Math.round(_ - T); | |
return b = "opacity " + T + "ms " + m, s(g).set({ visibility: "" }).add(b).start({ opacity: 0 }), void s(h).set({ visibility: "", x: d, opacity: 0, zIndex: e.depth++ }).add(b).wait(O).then({ opacity: 1 }).then(S) | |
} | |
if ("fade" === E) return s(g).set({ visibility: "" }).stop(), void s(h).set({ visibility: "", x: d, opacity: 0, zIndex: e.depth++ }).add(b).start({ opacity: 1 }).then(S); | |
if ("over" === E) return p = { x: e.endX }, s(g).set({ visibility: "" }).stop(), void s(h).set({ visibility: "", zIndex: e.depth++, x: d + i[e.index].width * I }).add(w).start({ x: d }).then(S); | |
r.infinite && c.x ? (s(e.slides.not(g)).set({ visibility: "", x: c.x }).add(w).start({ x: d }), s(g).set({ visibility: "", x: c.from }).add(w).start({ x: c.to }), e.shifted = g) : (r.infinite && e.shifted && (s(e.shifted).set({ visibility: "", x: l }), e.shifted = null), s(e.slides).set({ visibility: "" }).add(w).start({ x: d })) | |
} | |
function S() { h = t(i[e.index].els), y = e.slides.not(h), "slide" !== E && (p.visibility = "hidden"), s(y).set(p) } | |
} | |
function S(e, n) { var r = t.data(n, d); if (r) return function(t) { var e = t.mask.width(); if (t.maskWidth !== e) return t.maskWidth = e, !0; return !1 }(r) ? A(r) : void(o && function(e) { var n = 0; if (e.slides.each(function(e, r) { n += t(r).outerWidth(!0) }), e.slidesWidth !== n) return e.slidesWidth = n, !0; return !1 }(r) && A(r)) } | |
function A(e) { | |
var n = 1, | |
r = 0, | |
i = 0, | |
a = 0, | |
u = e.maskWidth, | |
c = u - e.config.edge; | |
c < 0 && (c = 0), e.anchors = [{ els: [], x: 0, width: 0 }], e.slides.each(function(o, s) { i - r > c && (n++, r += u, e.anchors[n - 1] = { els: [], x: i, width: 0 }), a = t(s).outerWidth(!0), i += a, e.anchors[n - 1].width += a, e.anchors[n - 1].els.push(s) }), e.endX = i, o && (e.pages = null), e.nav.length && e.pages !== n && (e.pages = n, function(e) { | |
var n, r = [], | |
i = e.el.attr("data-nav-spacing"); | |
i && (i = parseFloat(i) + "px"); | |
for (var o = 0; o < e.pages; o++) n = t(p), e.nav.hasClass("w-num") && n.text(o + 1), null != i && n.css({ "margin-left": i, "margin-right": i }), r.push(n); | |
e.nav.empty().append(r) | |
}(e)); | |
var s = e.index; | |
s >= n && (s = n - 1), O(e, { immediate: !0, index: s }) | |
} | |
return c.ready = function() { o = r.env("design"), h() }, c.design = function() { o = !0, h() }, c.preview = function() { o = !1, h() }, c.redraw = function() { u = !0, h() }, c.destroy = g, c | |
}) | |
}, function(t, e, n) { | |
"use strict"; | |
var r = n(1), | |
i = n(24); | |
r.define("tabs", t.exports = function(t) { | |
var e, n, o = {}, | |
a = t.tram, | |
u = t(document), | |
c = r.env, | |
s = c.safari, | |
f = c(), | |
l = "data-w-tab", | |
d = ".w-tabs", | |
p = "w--current", | |
v = "w--tab-active", | |
h = i.triggers, | |
g = !1; | |
function y() { n = f && r.env("design"), (e = u.find(d)).length && (e.each(_), r.env("preview") && !g && e.each(m), E(), r.redraw.on(o.redraw)) } | |
function E() { r.redraw.off(o.redraw) } | |
function m(e, n) { | |
var r = t.data(n, d); | |
r && (r.links && r.links.each(h.reset), r.panes && r.panes.each(h.reset)) | |
} | |
function _(e, r) { | |
var i = t(r), | |
o = t.data(r, d); | |
if (o || (o = t.data(r, d, { el: i, config: {} })), o.current = null, o.menu = i.children(".w-tab-menu"), o.links = o.menu.children(".w-tab-link"), o.content = i.children(".w-tab-content"), o.panes = o.content.children(".w-tab-pane"), o.el.off(d), o.links.off(d), function(t) { | |
var e = {}; | |
e.easing = t.el.attr("data-easing") || "ease"; | |
var n = parseInt(t.el.attr("data-duration-in"), 10); | |
n = e.intro = n == n ? n : 0; | |
var r = parseInt(t.el.attr("data-duration-out"), 10); | |
r = e.outro = r == r ? r : 0, e.immediate = !n && !r, t.config = e | |
}(o), !n) { | |
o.links.on("click" + d, function(t) { | |
return function(e) { | |
var n = e.currentTarget.getAttribute(l); | |
n && I(t, { tab: n }) | |
} | |
}(o)); | |
var a = o.links.filter("." + p).attr(l); | |
a && I(o, { tab: a, immediate: !0 }) | |
} | |
} | |
function I(e, n) { | |
n = n || {}; | |
var i = e.config, | |
o = i.easing, | |
u = n.tab; | |
if (u !== e.current) { | |
e.current = u, e.links.each(function(e, n) { | |
var r = t(n); | |
n.getAttribute(l) === u ? r.addClass(p).each(h.intro) : r.hasClass(p) && r.removeClass(p).each(h.outro) | |
}); | |
var c = [], | |
f = []; | |
e.panes.each(function(e, n) { | |
var r = t(n); | |
n.getAttribute(l) === u ? c.push(n) : r.hasClass(v) && f.push(n) | |
}); | |
var d = t(c), | |
y = t(f); | |
if (n.immediate || i.immediate) return d.addClass(v).each(h.intro), y.removeClass(v), void(g || r.redraw.up()); | |
y.length && i.outro ? (y.each(h.outro), a(y).add("opacity " + i.outro + "ms " + o, { fallback: s }).start({ opacity: 0 }).then(E)) : E() | |
} | |
function E() { | |
if (y.removeClass(v).css({ opacity: "", transition: "", transform: "", width: "", height: "" }), d.addClass(v).each(h.intro), r.redraw.up(), !i.intro) return a(d).set({ opacity: 1 }); | |
a(d).set({ opacity: 0 }).redraw().add("opacity " + i.intro + "ms " + o, { fallback: s }).start({ opacity: 1 }) | |
} | |
} | |
return o.ready = o.design = o.preview = y, o.redraw = function() { g = !0, y(), g = !1 }, o.destroy = function() { | |
(e = u.find(d)).length && (e.each(m), E()) | |
}, o | |
}) | |
}]); | |
/** | |
* ---------------------------------------------------------------------- | |
* Webflow: Interactions: Init | |
*/ | |
Webflow.require('ix').init([ | |
{ "slug": "nav-arrow", "name": "Nav Arrow", "value": { "style": {}, "triggers": [{ "type": "dropdown", "selector": ".nav-link__arrow", "descend": true, "preserve3d": true, "stepsA": [{ "transition": "transform 200ms ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-180deg" }], "stepsB": [{ "transition": "transform 200 ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }] }] } }, | |
{ "slug": "nav-menu-icon-click", "name": "Nav menu icon click", "value": { "style": {}, "triggers": [{ "type": "navbar", "selector": ".menu-icon", "descend": true, "preserve3d": true, "stepsA": [{ "opacity": 0, "transition": "transform 200 ease 0, opacity 200 ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-180deg" }], "stepsB": [{ "opacity": 1, "transition": "opacity 200 ease 0, transform 200 ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }] }, { "type": "navbar", "selector": ".close-icon", "descend": true, "preserve3d": true, "stepsA": [{ "opacity": 1, "transition": "opacity 200 ease 0, transform 200 ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-180deg" }], "stepsB": [{ "opacity": 0, "transition": "transform 200 ease 0, opacity 200 ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }] }] } }, | |
{ "slug": "new-interaction", "name": "New Interaction", "value": { "style": {}, "triggers": [] } }, | |
{ "slug": "designer-triggers", "name": "Designer Triggers", "value": { "style": {}, "triggers": [{ "type": "hover", "selector": ".designer-trigger__x", "descend": true, "preserve3d": true, "stepsA": [{ "transition": "transform 200ms ease 0", "x": "0px", "y": "0px", "z": "0px", "scaleX": 0.5, "scaleY": 0.5, "scaleZ": 1, "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "135deg" }], "stepsB": [{ "transition": "transform 200ms ease 0", "x": "-40px", "y": "40px", "z": "0px", "scaleX": 1, "scaleY": 1, "scaleZ": 1, "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }] }, { "type": "hover", "selector": ".designer-trigger__burger", "descend": true, "preserve3d": true, "stepsA": [{ "opacity": 1, "transition": "opacity 200 ease 0, transform 200 ease 0", "scaleX": 1, "scaleY": 1, "scaleZ": 1 }], "stepsB": [{ "opacity": 0, "transition": "opacity 200 ease 0, transform 200 ease 0", "scaleX": 0.5, "scaleY": 0.5, "scaleZ": 1 }] }] } }, | |
{ "slug": "designer-transforms-wrap", "name": "Designer Transforms Wrap", "value": { "style": {}, "triggers": [{ "type": "hover", "selector": ".designer-cube-wrap", "descend": true, "preserve3d": true, "stepsA": [{ "transition": "transform 200 ease 0", "scaleX": 1, "scaleY": 1, "scaleZ": 1, "rotateX": "-57deg", "rotateY": "60deg", "rotateZ": "30deg" }], "stepsB": [{ "transition": "transform 200 ease 0", "scaleX": 0.7500000000000008, "scaleY": 0.7500000000000008, "scaleZ": 0.7500000000000008, "rotateX": "-37deg", "rotateY": "13deg", "rotateZ": "23deg" }] }] } }, | |
{ "slug": "designer-transitions-wrap", "name": "Designer Transitions Wrap", "value": { "style": {}, "triggers": [{ "type": "hover", "selector": ".designer-transitions__box", "preserve3d": true, "stepsA": [{ "transition": "transform 700ms ease-in-out-back 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "90deg" }], "stepsB": [{ "transition": "transform 700ms ease-in-out-back 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }] }] } }, | |
{ "slug": "tootip", "name": "Tootip", "value": { "style": {}, "triggers": [{ "type": "hover", "selector": ".pricing-panel__tooltip", "descend": true, "preserve3d": true, "stepsA": [{ "wait": "200ms" }, { "display": "flex", "opacity": 0, "x": "0px", "y": "10px", "z": "0px" }, { "opacity": 1, "transition": "opacity 400ms ease 0, transform 400ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [{ "opacity": 0, "transition": "transform 400ms ease 0, opacity 400ms ease 0", "x": "0px", "y": "10px", "z": "0px" }, { "display": "none" }] }] } }, | |
{ "slug": "display-none-onload", "name": "Display None OnLoad", "value": { "style": {}, "triggers": [{ "type": "load", "stepsA": [{ "display": "none" }], "stepsB": [] }] } }, | |
{ "slug": "click-monthly-billing", "name": "Click Monthly billing", "value": { "style": {}, "triggers": [{ "type": "click", "selector": ".toggle__front-inner", "preserve3d": true, "stepsA": [{ "transition": "transform 200ms ease 0", "x": "-50%", "y": "0px", "z": "0px" }], "stepsB": [] }, { "type": "click", "selector": ".toggle__front", "preserve3d": true, "stepsA": [{ "transition": "transform 200ms ease 0", "x": "100%", "y": "0px", "z": "0px" }], "stepsB": [] }, { "type": "click", "selector": ".pricing-panel__monthly", "stepsA": [{ "display": "block" }], "stepsB": [] }, { "type": "click", "selector": ".pricing-panel__annually", "stepsA": [{ "display": "none" }], "stepsB": [] }, { "type": "click", "selector": ".pricing_show-on-monthly", "stepsA": [{ "wait": "500ms", "display": "block", "transition": "transform 200 ease 0" }], "stepsB": [] }] } }, | |
{ "slug": "click-annual-billing", "name": "Click Annual billing", "value": { "style": {}, "triggers": [{ "type": "click", "selector": ".toggle__front-inner", "preserve3d": true, "stepsA": [{ "transition": "transform 200ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }, { "type": "click", "selector": ".toggle__front", "preserve3d": true, "stepsA": [{ "transition": "transform 200ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }, { "type": "click", "selector": ".pricing-panel__annually", "stepsA": [{ "display": "block" }], "stepsB": [] }, { "type": "click", "selector": ".pricing-panel__monthly", "stepsA": [{ "display": "none" }], "stepsB": [] }, { "type": "click", "selector": ".pricing_show-on-monthly", "stepsA": [{ "display": "none", "transition": "opacity 200 ease 0" }], "stepsB": [] }] } }, | |
{ "slug": "chart-nav-fixed", "name": "Chart nav fixed ", "value": { "style": {}, "triggers": [{ "type": "scroll", "selector": ".chart__fixed", "offsetTop": "5%", "offsetBot": "100%", "stepsA": [{ "display": "flex", "height": "72px" }], "stepsB": [{ "display": "none", "height": "0px" }] }] } }, | |
{ "slug": "compare-hosting-open", "name": "Compare hosting open", "value": { "style": {}, "triggers": [{ "type": "click", "selector": ".compare-hosting__wrap", "stepsA": [{ "display": "flex" }], "stepsB": [{ "display": "none" }] }, { "type": "click", "selector": ".button__arrow", "descend": true, "preserve3d": true, "stepsA": [{ "transition": "transform 200 ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "180deg" }], "stepsB": [{ "transition": "transform 200 ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }] }] } }, | |
{ "slug": "button-arrow", "name": "Button Arrow", "value": { "style": {}, "triggers": [{ "type": "hover", "selector": ".button__arrow", "descend": true, "preserve3d": true, "stepsA": [{ "transition": "transform 300ms ease 0", "x": "8px", "y": "0px", "z": "0px" }], "stepsB": [{ "transition": "transform 200 ease 0", "x": "0px", "y": "0px", "z": "0px" }] }] } }, | |
{ "slug": "button-arrow-left", "name": "Button Arrow (left)", "value": { "style": {}, "triggers": [{ "type": "hover", "selector": ".button__arrow", "descend": true, "preserve3d": true, "stepsA": [{ "transition": "transform 300ms ease 0", "x": "-8px", "y": "0px", "z": "0px" }], "stepsB": [{ "transition": "transform 200 ease 0", "x": "0px", "y": "0px", "z": "0px" }] }] } }, | |
{ "slug": "tos-text", "name": "TOS Text", "value": { "style": {}, "triggers": [{ "type": "click", "selector": ".tos-copy", "descend": true, "stepsA": [{ "display": "block" }, { "opacity": 1, "transition": "opacity 1s ease 0" }], "stepsB": [] }] } }, | |
{ "slug": "show-blog-modal", "name": "Show Blog Modal", "value": { "style": {}, "triggers": [{ "type": "click", "selector": ".fixed-modal-wrapper", "stepsA": [{ "display": "flex", "opacity": 1, "transition": "opacity 200 ease 0" }], "stepsB": [] }] } }, | |
{ "slug": "close-blog-modal", "name": "Close Blog modal", "value": { "style": {}, "triggers": [{ "type": "click", "selector": ".fixed-modal-wrapper", "stepsA": [{ "opacity": 0, "transition": "opacity 200 ease 0" }, { "display": "none" }], "stepsB": [] }] } }, | |
{ "slug": "blog-sticky-bar", "name": "Blog Sticky Bar", "value": { "style": {}, "triggers": [{ "type": "scroll", "selector": ".blog-bottombar", "offsetBot": "100%", "preserve3d": true, "stepsA": [{ "transition": "transform 350ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [{ "transition": "transform 200 ease 0", "x": "0px", "y": "-100%", "z": "0px" }] }] } }, | |
{ "slug": "nav-color-scroll", "name": "Nav Color Scroll", "value": { "style": {}, "triggers": [{ "type": "scroll", "selector": ".nav__color-fill", "offsetTop": "0%", "offsetBot": "0%", "stepsA": [], "stepsB": [] }] } }, | |
{ "slug": "form-animation-1", "name": "Form Animation 1", "value": { "style": { "opacity": 0, "x": "0px", "y": "30px", "z": "0px" }, "triggers": [{ "type": "load", "stepsA": [{ "wait": "200ms" }, { "opacity": 1, "transition": "transform 750ms ease 0, opacity 1000ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }] } }, | |
{ "slug": "form-animation-2", "name": "Form Animation 2", "value": { "style": { "opacity": 0, "x": "0px", "y": "30px", "z": "0px" }, "triggers": [{ "type": "load", "stepsA": [{ "wait": "300ms" }, { "opacity": 1, "transition": "transform 750ms ease 0, opacity 1000ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }] } }, | |
{ "slug": "form-animation-3", "name": "Form Animation 3", "value": { "style": { "opacity": 0, "x": "0px", "y": "30px", "z": "0px" }, "triggers": [{ "type": "load", "stepsA": [{ "wait": "400ms" }, { "opacity": 1, "transition": "transform 750ms ease 0, opacity 1000ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }] } }, | |
{ "slug": "form-animation-4", "name": "Form Animation 4", "value": { "style": { "opacity": 0, "x": "0px", "y": "30px", "z": "0px" }, "triggers": [{ "type": "load", "stepsA": [{ "wait": "500ms" }, { "opacity": 1, "transition": "transform 750ms ease 0, opacity 1000ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-cube-1", "name": "HP IX CUBE 1", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "preserve3d": true, "stepsA": [{ "rotateX": "-30deg", "rotateY": "40deg", "rotateZ": "0deg" }, { "transition": "transform 30000ms linear 0", "rotateX": "-30deg", "rotateY": "40deg", "rotateZ": "360deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-cube-2", "name": "HP IX CUBE 2", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "preserve3d": true, "stepsA": [{ "rotateX": "123deg", "rotateY": "50deg", "rotateZ": "0deg" }, { "transition": "transform 6000ms linear 0", "rotateX": "123deg", "rotateY": "50deg", "rotateZ": "360deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-cube-3", "name": "HP IX CUBE 3", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "preserve3d": true, "stepsA": [{ "rotateX": "-47deg", "rotateY": "0deg", "rotateZ": "47deg" }, { "transition": "transform 15000ms linear 0", "rotateX": "-47deg", "rotateY": "360deg", "rotateZ": "47deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-0", "name": "HP IX 0", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "opacity": 0.5, "transition": "transform 2000ms ease 0, opacity 2000ms ease 0", "scaleX": 0.9, "scaleY": 0.9, "scaleZ": 1 }, { "opacity": 1, "transition": "transform 2000ms ease 0, opacity 2000ms ease 0", "scaleX": 1.3, "scaleY": 1.3, "scaleZ": 1 }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-0-1", "name": "HP IX 0 1", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "opacity": 1, "transition": "transform 2000ms ease 0, opacity 2000ms ease 0", "scaleX": 1.3, "scaleY": 1.3, "scaleZ": 1 }, { "opacity": 0.5, "transition": "transform 2000ms ease 0, opacity 2000ms ease 0", "scaleX": 0.9, "scaleY": 0.9, "scaleZ": 1 }], "stepsB": [] }] } }, | |
{ "slug": "hp-wire-cube", "name": "HP WIRE CUBE", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "preserve3d": true, "stepsA": [{ "transition": "transform 2000ms ease 0", "scaleX": 0.6000000000000005, "scaleY": 0.6000000000000005, "scaleZ": 0.6000000000000005, "rotateX": "-63deg", "rotateY": "13deg", "rotateZ": "47deg" }, { "transition": "transform 2000ms ease 0", "scaleX": 0.8, "scaleY": 0.8, "scaleZ": 0.8, "rotateX": "-63deg", "rotateY": "-23deg", "rotateZ": "47deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-rec", "name": "HP IX REC", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "wait": "1000ms", "opacity": 0.5, "transition": "transform 500ms ease-in-out-circ 0, opacity 500ms ease-in-out-circ 0", "scaleX": 1, "scaleY": 0.5, "scaleZ": 1 }, { "wait": "1000ms", "opacity": 1, "transition": "opacity 500ms ease-in-out-circ 0, transform 500ms ease-in-out-cubic 0", "scaleX": 1, "scaleY": 1, "scaleZ": 1 }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-rec-2", "name": "HP IX REC 2", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }, { "transition": "transform 15000ms linear 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-360deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-x-1", "name": "HP IX X 1", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "wait": "1000ms", "transition": "transform 500ms ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "45deg" }, { "wait": "1000ms", "transition": "transform 500ms ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-90deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-x-2", "name": "HP IX X 2", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "wait": "1000ms", "transition": "transform 500ms ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-45deg" }, { "wait": "1000ms", "transition": "transform 500ms ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "180deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-yay", "name": "HP IX YAY", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "opacity": 0, "scaleX": 0.01, "scaleY": 0.01, "scaleZ": 1, "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-20deg" }, { "wait": "3000ms", "opacity": 1, "transition": "transform 300ms ease 0, opacity 300ms ease 0", "scaleX": 1, "scaleY": 1, "scaleZ": 1, "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-20deg" }, { "wait": "1000ms", "opacity": 0, "transition": "opacity 1000ms ease 0", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "-20deg" }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-ball", "name": "HP IX BALL", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "wait": "2000ms", "opacity": 0.7500000000000006, "transition": "transform 600ms ease-in-out-cubic 0, opacity 600ms ease 0", "x": "16px", "y": "0px", "z": "0px", "scaleX": 0.8, "scaleY": 0.8, "scaleZ": 1 }, { "wait": "2000ms", "opacity": 1, "transition": "transform 600ms ease-in-out-cubic 0, opacity 600ms ease 0", "x": "0px", "y": "0px", "z": "0px", "scaleX": 1, "scaleY": 1, "scaleZ": 1 }], "stepsB": [] }] } }, | |
{ "slug": "hp-ix-skew", "name": "HP IX SKEW", "value": { "style": {}, "triggers": [{ "type": "load", "loopA": true, "stepsA": [{ "transition": "transform 700ms ease-in-out-sine 0", "skewX": "50deg", "skewY": "0deg" }, { "transition": "transform 700ms ease-in-out-sine 0", "skewX": "-50deg", "skewY": "0deg" }], "stepsB": [] }] } }, | |
{ "slug": "circle-1", "name": "Circle 1", "value": { "style": { "x": "0px", "y": "0px", "z": "0px", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "45deg" }, "triggers": [{ "type": "load", "stepsA": [{ "transition": "transform 2000ms ease-in-out-cubic 0", "x": "-60px", "y": "0px", "z": "0px", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }], "stepsB": [] }] } }, | |
{ "slug": "circle-2", "name": "Circle 2", "value": { "style": { "x": "0px", "y": "0px", "z": "0px", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "45deg" }, "triggers": [{ "type": "load", "stepsA": [{ "transition": "transform 2000ms ease-in-out-cubic 0", "x": "60px", "y": "0px", "z": "0px", "rotateX": "0deg", "rotateY": "0deg", "rotateZ": "0deg" }], "stepsB": [] }] } }, | |
{ "slug": "stories-lead", "name": "Stories Lead", "value": { "style": { "opacity": 0, "x": "30px", "y": "0px", "z": "0px" }, "triggers": [{ "type": "load", "stepsA": [{ "opacity": 1, "transition": "transform 1500ms ease-out-cubic 0, opacity 1500ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }] } }, | |
{ "slug": "stories-lead-2", "name": "Stories Lead 2", "value": { "style": { "opacity": 0, "x": "50px", "y": "0px", "z": "0px" }, "triggers": [{ "type": "load", "stepsA": [{ "opacity": 1, "transition": "transform 1500ms ease-out-cubic 0, opacity 1500ms ease 0", "x": "0px", "y": "0px", "z": "0px" }], "stepsB": [] }] } }, | |
{ "slug": "blog-nav-menu", "name": "Blog Nav Menu", "value": { "style": {}, "triggers": [{ "type": "dropdown", "selector": ".cc-menu-icon--x", "descend": true, "stepsA": [{ "display": "block" }], "stepsB": [{ "display": "none" }] }, { "type": "dropdown", "selector": ".cc-menu-icon--lll", "stepsA": [{ "display": "none" }], "stepsB": [{ "display": "block" }] }] } }, | |
{ "slug": "blog-nav-scroll", "name": "Blog Nav Scroll", "value": { "style": {}, "triggers": [{ "type": "scroll", "selector": ".b-nav__wrap", "offsetTop": "0%", "offsetBot": "0%", "stepsA": [{ "height": "120px", "transition": "height 200 ease 0" }], "stepsB": [{ "height": "60px", "transition": "height 200 ease 0" }] }, { "type": "scroll", "selector": ".b-nav__shadow", "stepsA": [{ "opacity": 0, "transition": "opacity 200 ease 0, transform 200 ease 0" }], "stepsB": [{ "opacity": 1, "transition": "opacity 200 ease 0, transform 200 ease 0" }] }] } }, | |
{ "slug": "blog-nav-show", "name": "Blog Nav Show", "value": { "style": { "display": "flex" }, "triggers": [] } }, | |
{ "slug": "blog-square-image-hover", "name": "Blog Square Image Hover", "value": { "style": {}, "triggers": [{ "type": "hover", "selector": ".b-thing__inner-image", "descend": true, "stepsA": [{ "opacity": 1, "transition": "opacity 200ms ease 0" }], "stepsB": [{ "opacity": 0, "transition": "opacity 200ms ease 0" }] }] } }, | |
{ "slug": "blog-slider-arrow-show", "name": "Blog Slider Arrow Show", "value": { "style": { "opacity": 0 }, "triggers": [{ "type": "click", "selector": ".b-playlist-slider__arrow", "siblings": true, "stepsA": [{ "opacity": 1, "transition": "opacity 600ms ease 0" }], "stepsB": [] }, { "type": "click", "stepsA": [{ "opacity": 0, "transition": "opacity 600ms ease 0" }], "stepsB": [] }] } }, | |
{ "slug": "blog-slider-arrow-show-2", "name": "Blog Slider Arrow Show 2", "value": { "style": {}, "triggers": [{ "type": "click", "selector": ".b-playlist-slider__arrow", "siblings": true, "stepsA": [{ "opacity": 1, "transition": "opacity 600ms ease 0" }], "stepsB": [] }, { "type": "click", "stepsA": [{ "opacity": 0, "transition": "opacity 600ms ease 0" }], "stepsB": [] }] } } | |
]); | |
/** | |
* ---------------------------------------------------------------------- | |
* Webflow: Interactions 2.0: Init | |
*/ | |
Webflow.require('ix2').init({ "events": { "e-3": { "id": "e-3", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-2", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-4" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "caa52196-3323-e435-7bf3-5a261ece662f" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1507665768948 }, "e-4": { "id": "e-4", "eventTypeId": "MOUSE_SECOND_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-3", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-3" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "caa52196-3323-e435-7bf3-5a261ece662f" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1507665768949 }, "e-10": { "id": "e-10", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-23", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "PAGE", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077" }, "config": [{ "continuousParameterGroupId": "a-23-p", "selectedAxis": "X_AXIS", "basedOn": "VIEWPORT", "reverse": false, "smoothing": 50, "restingState": 50 }, { "continuousParameterGroupId": "a-23-p-2", "selectedAxis": "Y_AXIS", "basedOn": "VIEWPORT", "reverse": false, "smoothing": 50, "restingState": 50 }], "createdOn": 1507737145890 }, "e-20": { "id": "e-20", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-22", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-21" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508243797155 }, "e-24": { "id": "e-24", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-25", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "PAGE", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077" }, "config": [{ "continuousParameterGroupId": "a-25-p", "selectedAxis": "X_AXIS", "basedOn": "VIEWPORT", "reverse": false, "smoothing": 50, "restingState": 50 }, { "continuousParameterGroupId": "a-25-p-2", "selectedAxis": "Y_AXIS", "basedOn": "VIEWPORT", "reverse": false, "smoothing": 50, "restingState": 50 }], "createdOn": 1508253064218 }, "e-38": { "id": "e-38", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-30", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-39" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|faea7a7e-d6fc-1006-9170-2145b6d8411a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508385052316 }, "e-39": { "id": "e-39", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-31", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-38" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|faea7a7e-d6fc-1006-9170-2145b6d8411a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508385052316 }, "e-40": { "id": "e-40", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-32", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-41" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|6aef514b-a140-2e50-9a3f-fc7919d22d8b" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508441982086 }, "e-41": { "id": "e-41", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-37", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-40" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|6aef514b-a140-2e50-9a3f-fc7919d22d8b" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508441982086 }, "e-49": { "id": "e-49", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-35", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-50" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508532064525 }, "e-53": { "id": "e-53", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-48", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|08f18296-234f-c9be-9334-3b049f9d56e8" } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|08f18296-234f-c9be-9334-3b049f9d56e8" }, "config": [{ "continuousParameterGroupId": "a-48-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }, { "continuousParameterGroupId": "a-48-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }], "createdOn": 1508688179770 }, "e-56": { "id": "e-56", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-42", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-57" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508699319172 }, "e-58": { "id": "e-58", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-2", "affectedElements": { "5cbfad0e3e4dd153da921077|ba9bcd4b-8721-3286-44a7-2c39556308b6": { "selector": ".ix_menu-option-3-small", "selectorGuids": ["7807e7bb-aa98-c969-79df-37842bed35a2"], "limitAffectedElements": null }, "caa52196-3323-e435-7bf3-5a261ece662f": { "id": "5cbfad0e3e4dd153da921077|8fc6f64a-5c0f-68a4-c2a3-84c83e050d78" }, "5cbfad0e3e4dd153da921077|07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4": { "selector": ".ix_menu-option-2small", "selectorGuids": ["b622806e-86a0-86c8-f421-636e3c254040"], "limitAffectedElements": null }, "c944a8e7-884a-af89-2a14-9192707fbf68": { "selector": ".ix_menu-option-1-small", "selectorGuids": ["efa274c7-75fa-c507-bec8-c682628006d8"], "limitAffectedElements": null }, "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82": { "selector": ".ix_menu-option-5-small", "selectorGuids": ["2538f6ff-793d-ca85-4b72-2152a0d30a5d"], "limitAffectedElements": null }, "5cbfad0e3e4dd153da921077|3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674": { "selector": ".ix_menu-option-4-small", "selectorGuids": ["0c970f83-a589-19f8-6508-a6136264efbb"], "limitAffectedElements": null }, "f92b0ad1-787c-f54b-acfa-8e6f97562011": { "selector": ".ix_menu-option-6-small", "selectorGuids": ["aeb18b68-f684-d3df-8d72-dad71d3ebace"], "limitAffectedElements": null }, "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f": { "id": "5cbfad0e3e4dd153da921077|8fc6f64a-5c0f-68a4-c2a3-84c83e050d78" }, "ba9bcd4b-8721-3286-44a7-2c39556308b6": { "selector": ".ix_menu-option-3-small", "selectorGuids": ["7807e7bb-aa98-c969-79df-37842bed35a2"], "limitAffectedElements": null }, "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4": { "selector": ".ix_menu-option-2small", "selectorGuids": ["b622806e-86a0-86c8-f421-636e3c254040"], "limitAffectedElements": null }, "5cbfad0e3e4dd153da921077|c944a8e7-884a-af89-2a14-9192707fbf68": { "selector": ".ix_menu-option-1-small", "selectorGuids": ["efa274c7-75fa-c507-bec8-c682628006d8"], "limitAffectedElements": null }, "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674": { "selector": ".ix_menu-option-4-small", "selectorGuids": ["0c970f83-a589-19f8-6508-a6136264efbb"], "limitAffectedElements": null }, "5cbfad0e3e4dd153da921077|43b6e49e-bf6a-571f-23bb-7b6a9bfaae82": { "selector": ".ix_menu-option-5-small", "selectorGuids": ["2538f6ff-793d-ca85-4b72-2152a0d30a5d"], "limitAffectedElements": null }, "5cbfad0e3e4dd153da921077|f92b0ad1-787c-f54b-acfa-8e6f97562011": { "selector": ".ix_menu-option-6-small", "selectorGuids": ["aeb18b68-f684-d3df-8d72-dad71d3ebace"], "limitAffectedElements": null } }, "playInReverse": false, "autoStopEventId": "e-59" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|8fc6f64a-5c0f-68a4-c2a3-84c83e050d78" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508782453221 }, "e-59": { "id": "e-59", "eventTypeId": "MOUSE_SECOND_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-3", "affectedElements": { "caa52196-3323-e435-7bf3-5a261ece662f": { "id": "5cbfad0e3e4dd153da921077|8fc6f64a-5c0f-68a4-c2a3-84c83e050d78" }, "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f": { "id": "5cbfad0e3e4dd153da921077|8fc6f64a-5c0f-68a4-c2a3-84c83e050d78" }, "ba9bcd4b-8721-3286-44a7-2c39556308b6": { "selector": ".ix_menu-option-3-small", "selectorGuids": ["7807e7bb-aa98-c969-79df-37842bed35a2"], "limitAffectedElements": null }, "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674": { "selector": ".ix_menu-option-4-small", "selectorGuids": ["0c970f83-a589-19f8-6508-a6136264efbb"], "limitAffectedElements": null }, "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82": { "selector": ".ix_menu-option-5-small", "selectorGuids": ["2538f6ff-793d-ca85-4b72-2152a0d30a5d"], "limitAffectedElements": null }, "f92b0ad1-787c-f54b-acfa-8e6f97562011": { "selector": ".ix_menu-option-6-small", "selectorGuids": ["aeb18b68-f684-d3df-8d72-dad71d3ebace"], "limitAffectedElements": null }, "c944a8e7-884a-af89-2a14-9192707fbf68": { "selector": ".ix_menu-option-1-small", "selectorGuids": ["efa274c7-75fa-c507-bec8-c682628006d8"], "limitAffectedElements": null }, "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4": { "selector": ".ix_menu-option-2small", "selectorGuids": ["b622806e-86a0-86c8-f421-636e3c254040"], "limitAffectedElements": null } }, "playInReverse": false, "autoStopEventId": "e-58" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|8fc6f64a-5c0f-68a4-c2a3-84c83e050d78" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508782453221 }, "e-60": { "id": "e-60", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-22", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-61" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|8fc6f64a-5c0f-68a4-c2a3-84c83e050d78" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508782453221 }, "e-62": { "id": "e-62", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-6", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|9f59ea4c-562c-969a-4313-51bdedef31f8" }, "config": [{ "continuousParameterGroupId": "a-6-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1508804170731 }, "e-64": { "id": "e-64", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-8", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|bbd80c2f-8efd-632b-dd8c-1b9835d15e1f" }, "config": [{ "continuousParameterGroupId": "a-8-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": true, "addEndOffset": true, "endOffsetValue": 25 }], "createdOn": 1508804980176 }, "e-65": { "id": "e-65", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-44", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-66" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807678217 }, "e-66": { "id": "e-66", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-45", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-65" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807678219 }, "e-67": { "id": "e-67", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-44", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|d357c189-c909-2411-4d52-d3820b158a0b" } }, "playInReverse": false, "autoStopEventId": "e-527" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|d357c189-c909-2411-4d52-d3820b158a0b" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807886247 }, "e-68": { "id": "e-68", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-45", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|d357c189-c909-2411-4d52-d3820b158a0b" } }, "playInReverse": false, "autoStopEventId": "e-526" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|d357c189-c909-2411-4d52-d3820b158a0b" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807886248 }, "e-69": { "id": "e-69", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-44", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|53d4d658-793e-10a4-c935-f257e6389909" } }, "playInReverse": false, "autoStopEventId": "e-529" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|53d4d658-793e-10a4-c935-f257e6389909" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807924544 }, "e-70": { "id": "e-70", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-45", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|53d4d658-793e-10a4-c935-f257e6389909" } }, "playInReverse": false, "autoStopEventId": "e-528" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|53d4d658-793e-10a4-c935-f257e6389909" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807924545 }, "e-71": { "id": "e-71", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-44", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|267f8570-0581-34b3-ec40-af6798eb1eea" } }, "playInReverse": false, "autoStopEventId": "e-521" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|267f8570-0581-34b3-ec40-af6798eb1eea" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807947261 }, "e-72": { "id": "e-72", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-45", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|267f8570-0581-34b3-ec40-af6798eb1eea" } }, "playInReverse": false, "autoStopEventId": "e-520" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|267f8570-0581-34b3-ec40-af6798eb1eea" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508807947262 }, "e-73": { "id": "e-73", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-23", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|575579e2-2c39-ff70-dece-7523f9b71703" }, "config": [{ "continuousParameterGroupId": "a-23-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }, { "continuousParameterGroupId": "a-23-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }], "createdOn": 1508812336728 }, "e-74": { "id": "e-74", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-44", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-75" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|575579e2-2c39-ff70-dece-7523f9b71703" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508812336728 }, "e-75": { "id": "e-75", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-45", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-523" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|575579e2-2c39-ff70-dece-7523f9b71703" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508812336728 }, "e-76": { "id": "e-76", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-7", "affectedElements": { "8c4d7608-b16c-2381-a2e9-96b399a38f99": { "id": "5cbfad0e3e4dd153da921077|feda08b1-010a-3eb5-6961-1ea43086e4f0" } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|feda08b1-010a-3eb5-6961-1ea43086e4f0" }, "config": [{ "continuousParameterGroupId": "a-7-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1508822798004 }, "e-77": { "id": "e-77", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-40", "affectedElements": { "29df3155-0906-aa81-5f52-852e0db947bf": { "selector": ".puzzle-12s", "selectorGuids": ["b6b57572-691a-a186-2b95-a6c7cee78a5a"], "limitAffectedElements": null }, "4b999e2b-be8c-5e20-7d89-e986d411639f": { "selector": ".puzzle-4s", "selectorGuids": ["282f8ec2-e477-a3a9-ff02-cdd751291b98"], "limitAffectedElements": null }, "8c47be95-c8b7-ff8c-cc3a-aa166812ce00": { "selector": ".puzzle-8s", "selectorGuids": ["fe67a383-ce49-3459-0303-ddf0fd65453b"], "limitAffectedElements": null }, "06390f61-2d31-487c-1a64-cc298b67876a": { "selector": ".puzzle-10s", "selectorGuids": ["97d08dd8-a6a5-7a8f-4e0d-1e27e753b925"], "limitAffectedElements": null }, "c036241c-8d0e-1d01-b724-e4d27a47e3a5": { "selector": ".puzzle-7s", "selectorGuids": ["4180e185-1707-01cd-ef18-a6c90eb623c6"], "limitAffectedElements": null }, "f786f05f-85bf-359a-bb84-d616082eddbe": { "selector": ".puzzle-5s", "selectorGuids": ["89225d9f-4625-1fb3-a9fd-7448e3606a9d"], "limitAffectedElements": null }, "117ca5c7-ea59-2b9c-db1d-b22a08d71c19": { "selector": ".puzzle-9s", "selectorGuids": ["0946bb0e-d5fc-63ae-9712-8675807a185c"], "limitAffectedElements": null }, "f9b07855-7f73-87e8-9e24-806933846b0e": { "selector": ".puzzle-11s", "selectorGuids": ["86f18f11-5f01-81e9-00db-9dc4dda8044c"], "limitAffectedElements": null }, "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a": { "selector": ".puzzle-3s", "selectorGuids": ["74c8ba41-b652-65b0-ee19-483e3cd964eb"], "limitAffectedElements": null }, "c19ec046-34ae-0430-fafb-9cf6ce20ad3d": { "selector": ".puzzle-6s", "selectorGuids": ["6a76e0d4-4390-908b-e035-11199ed1ada9"], "limitAffectedElements": null }, "6ef1272a-80e3-df0b-9342-b38d649e37f3": { "selector": ".puzzle-1s", "selectorGuids": ["f7a4bcff-a07c-1f57-d675-fbdcfdd6b4d1"], "limitAffectedElements": null }, "a923779e-8210-c50c-f9d1-a2d6a9e48704": { "selector": ".puzzle-2s", "selectorGuids": ["7b650d68-289f-64bb-3cbc-7811c7e51df3"], "limitAffectedElements": null } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|3d363acf-c526-22cd-4bc4-4a17b4064d28" }, "config": [{ "continuousParameterGroupId": "a-40-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1508822947595 }, "e-78": { "id": "e-78", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-7", "affectedElements": { "8c4d7608-b16c-2381-a2e9-96b399a38f99": { "id": "5cbfad0e3e4dd153da921077|8c4d7608-b16c-2381-a2e9-96b399a38f99" } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|8c4d7608-b16c-2381-a2e9-96b399a38f99" }, "config": [{ "continuousParameterGroupId": "a-7-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1508826277744 }, "e-79": { "id": "e-79", "eventTypeId": "PAGE_START", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-47", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-80" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "PAGE", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508833644725 }, "e-81": { "id": "e-81", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-48", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "config": [{ "continuousParameterGroupId": "a-48-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }, { "continuousParameterGroupId": "a-48-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }], "createdOn": 1508838526137 }, "e-82": { "id": "e-82", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-48", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|53d4d658-793e-10a4-c935-f257e6389909" } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|53d4d658-793e-10a4-c935-f257e6389909" }, "config": [{ "continuousParameterGroupId": "a-48-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }, { "continuousParameterGroupId": "a-48-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }], "createdOn": 1508838785329 }, "e-83": { "id": "e-83", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-48", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|d357c189-c909-2411-4d52-d3820b158a0b" } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|d357c189-c909-2411-4d52-d3820b158a0b" }, "config": [{ "continuousParameterGroupId": "a-48-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }, { "continuousParameterGroupId": "a-48-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }], "createdOn": 1508838803327 }, "e-84": { "id": "e-84", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-48", "affectedElements": { "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c": { "id": "5cbfad0e3e4dd153da921077|267f8570-0581-34b3-ec40-af6798eb1eea" } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|267f8570-0581-34b3-ec40-af6798eb1eea" }, "config": [{ "continuousParameterGroupId": "a-48-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }, { "continuousParameterGroupId": "a-48-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 75, "restingState": 50 }], "createdOn": 1508838817788 }, "e-85": { "id": "e-85", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-29", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-86" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|5c192d2d-e076-85d1-1309-23b095cdf9ae" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1508843462464 }, "e-87": { "id": "e-87", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-50", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-88" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|fe98b9dd-de38-e910-11f9-f9483826f32c" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1509143303836 }, "e-89": { "id": "e-89", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-51", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1724392100c|2f163234-65ac-3f99-f0c9-179d71756874" }, "config": [{ "continuousParameterGroupId": "a-51-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }, { "continuousParameterGroupId": "a-51-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }], "createdOn": 1509411962003 }, "e-90": { "id": "e-90", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-61", "affectedElements": { "5cbfad0e3e4dd1724392100c|88968b9e-5355-9eeb-6fa2-50afb44c805b": { "selector": ".hp-ix_oval", "selectorGuids": ["599c2241-8fb6-0c86-3b4a-b22d7a2e4ebb"], "limitAffectedElements": null }, "5cbfad0e3e4dd1724392100c|a36145b7-ca2a-1574-8554-ad317a22193a": { "selector": ".hp-ix_shapes", "selectorGuids": ["bda87565-325e-596d-454d-95ff5bed3122"], "limitAffectedElements": null } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1724392100c|2f163234-65ac-3f99-f0c9-179d71756874" }, "config": [{ "continuousParameterGroupId": "a-61-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1509435837540 }, "e-91": { "id": "e-91", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-53", "affectedElements": { "5cbfad0e3e4dd16e4c921069|9676fbe2-e8ea-ab02-a916-0a41555e34e4": { "selector": ".d-hp_line", "selectorGuids": ["bb30cbdf-f67a-29ca-1354-186a17355e10"], "limitAffectedElements": null } }, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd16e4c921069|fb48bd66-4700-6e5b-b15d-224048b656cb" }, "config": [{ "continuousParameterGroupId": "a-53-p", "smoothing": 25, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1509576683838 }, "e-92": { "id": "e-92", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-54", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-93" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd16e4c921069|8c0e0d2c-b0d9-025a-9946-465068a2b5d7" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1509586620172 }, "e-94": { "id": "e-94", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-55", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1648b921343|822ae915-835d-cce0-9c08-82e7bcd1041e" }, "config": [{ "continuousParameterGroupId": "a-55-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1509838094915 }, "e-95": { "id": "e-95", "eventTypeId": "MOUSE_MOVE", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-34", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|cc3d5816-49b0-f8da-ee08-e55052b48484" }, "config": [{ "continuousParameterGroupId": "a-34-p", "selectedAxis": "X_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }, { "continuousParameterGroupId": "a-34-p-2", "selectedAxis": "Y_AXIS", "basedOn": "ELEMENT", "reverse": false, "smoothing": 50, "restingState": 50 }], "createdOn": 1510165849466 }, "e-98": { "id": "e-98", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-57", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-99" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1512160686484 }, "e-99": { "id": "e-99", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-58", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-98" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1512160686485 }, "e-100": { "id": "e-100", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-59", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-101" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "3fec5344-978a-a65c-5be9-29c9aa62796a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1512358499218 }, "e-101": { "id": "e-101", "eventTypeId": "MOUSE_SECOND_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-60", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-100" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "3fec5344-978a-a65c-5be9-29c9aa62796a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1512358499219 }, "e-108": { "id": "e-108", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-68", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-109" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515537536712 }, "e-110": { "id": "e-110", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-62", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-111" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515537935275 }, "e-112": { "id": "e-112", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-63", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-113" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515537935275 }, "e-114": { "id": "e-114", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-64", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-115" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515542920100 }, "e-116": { "id": "e-116", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-65", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-117" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515543204697 }, "e-118": { "id": "e-118", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-66", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-119" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515543352787 }, "e-120": { "id": "e-120", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-67", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-259" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515543536792 }, "e-122": { "id": "e-122", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-69", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-123" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515547517510 }, "e-124": { "id": "e-124", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-70", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-125" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515547733357 }, "e-126": { "id": "e-126", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-71", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-127" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515547910439 }, "e-128": { "id": "e-128", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-72", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-129" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515588546938 }, "e-130": { "id": "e-130", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-73", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-131" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1515588694446 }, "e-132": { "id": "e-132", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-74", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-133" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".p_more", "originalId": "5cbfad0e3e4dd1ca60921369|2f2654b0-3ffe-79b1-52c0-9ae2d20daa55", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1521672149192 }, "e-133": { "id": "e-133", "eventTypeId": "MOUSE_SECOND_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-75", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-132" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".p_more", "originalId": "5cbfad0e3e4dd1ca60921369|2f2654b0-3ffe-79b1-52c0-9ae2d20daa55", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1521672149193 }, "e-137": { "id": "e-137", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-79", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-477" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1528234780084 }, "e-155": { "id": "e-155", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-81", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-137" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1528234780085 }, "e-187": { "id": "e-187", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-93", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-188" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cdba" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173106080 }, "e-189": { "id": "e-189", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-92", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-190" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cdba" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173139999 }, "e-191": { "id": "e-191", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-78", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-192" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cdba" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173170678 }, "e-193": { "id": "e-193", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-80", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-194" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cdba" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173185993 }, "e-195": { "id": "e-195", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-80", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-196" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1eee492108b|79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173225197 }, "e-197": { "id": "e-197", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-92", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-198" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1eee492108b|79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173225197 }, "e-199": { "id": "e-199", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-93", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-200" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1eee492108b|79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173225197 }, "e-201": { "id": "e-201", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-78", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-202" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1eee492108b|79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531173225197 }, "e-211": { "id": "e-211", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7c7" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532471664706 }, "e-212": { "id": "e-212", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7ac" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-213": { "id": "e-213", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-292" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d931" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530045024572 }, "e-215": { "id": "e-215", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-227" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d910" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530658629677 }, "e-216": { "id": "e-216", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d80f" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-217": { "id": "e-217", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7a7" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-218": { "id": "e-218", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-109", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-359" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d922" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530044960117 }, "e-219": { "id": "e-219", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-99", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7c4" }, "config": [{ "continuousParameterGroupId": "a-99-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-220": { "id": "e-220", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-129", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7f4" }, "config": [{ "continuousParameterGroupId": "a-129-p", "smoothing": 85, "startsEntering": true, "addStartOffset": true, "addOffsetValue": 20, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-223": { "id": "e-223", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7b9" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-224": { "id": "e-224", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-123", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-269" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d909" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530658630438 }, "e-225": { "id": "e-225", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7a4" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-226": { "id": "e-226", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d787" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-227": { "id": "e-227", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-123", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-215" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d910" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530658629677 }, "e-229": { "id": "e-229", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-129", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7a0" }, "config": [{ "continuousParameterGroupId": "a-129-p", "smoothing": 85, "startsEntering": true, "addStartOffset": true, "addOffsetValue": 20, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-230": { "id": "e-230", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-99", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7d9" }, "config": [{ "continuousParameterGroupId": "a-99-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-236": { "id": "e-236", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-99", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d803" }, "config": [{ "continuousParameterGroupId": "a-99-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-237": { "id": "e-237", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7e8" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-242": { "id": "e-242", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-131", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7aa" }, "config": [{ "continuousParameterGroupId": "a-131-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-243": { "id": "e-243", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d78f" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-247": { "id": "e-247", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7eb" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-249": { "id": "e-249", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-112", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8cf" }, "config": [{ "continuousParameterGroupId": "a-112-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1533079906562 }, "e-250": { "id": "e-250", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7fd" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-251": { "id": "e-251", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-325" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8fb" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530655890230 }, "e-252": { "id": "e-252", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7d0" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-253": { "id": "e-253", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7fb" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-254": { "id": "e-254", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d788" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-255": { "id": "e-255", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7f1" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-256": { "id": "e-256", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-142", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d801" }, "config": [{ "continuousParameterGroupId": "a-142-p", "smoothing": 50, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-257": { "id": "e-257", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7de" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-258": { "id": "e-258", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-129", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7ca" }, "config": [{ "continuousParameterGroupId": "a-129-p", "smoothing": 85, "startsEntering": true, "addStartOffset": true, "addOffsetValue": 20, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-262": { "id": "e-262", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-109", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-265" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d919" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530036419491 }, "e-263": { "id": "e-263", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7fe" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-264": { "id": "e-264", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-142", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d798" }, "config": [{ "continuousParameterGroupId": "a-142-p", "smoothing": 50, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-265": { "id": "e-265", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-262" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d919" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530036419491 }, "e-266": { "id": "e-266", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7dc" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-267": { "id": "e-267", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-129", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7df" }, "config": [{ "continuousParameterGroupId": "a-129-p", "smoothing": 85, "startsEntering": true, "addStartOffset": true, "addOffsetValue": 20, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-269": { "id": "e-269", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-224" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d909" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530658630438 }, "e-270": { "id": "e-270", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-109", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-364" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d92a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530045017404 }, "e-272": { "id": "e-272", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7a6" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-273": { "id": "e-273", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7fa" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-274": { "id": "e-274", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-131", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d795" }, "config": [{ "continuousParameterGroupId": "a-131-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-275": { "id": "e-275", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-99", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7ee" }, "config": [{ "continuousParameterGroupId": "a-99-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-276": { "id": "e-276", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d792" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-277": { "id": "e-277", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7bc" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-278": { "id": "e-278", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-134", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-298" } }, "mediaQueries": ["main"], "target": { "selector": ".hp_discover-grid-box._002", "originalId": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d942", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531181928540 }, "e-282": { "id": "e-282", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-142", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7ad" }, "config": [{ "continuousParameterGroupId": "a-142-p", "smoothing": 50, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-283": { "id": "e-283", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-142", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7ec" }, "config": [{ "continuousParameterGroupId": "a-142-p", "smoothing": 50, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-284": { "id": "e-284", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7b1" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-285": { "id": "e-285", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7be" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-286": { "id": "e-286", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d79f" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532490835605 }, "e-287": { "id": "e-287", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d80a" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-289": { "id": "e-289", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7f3" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-290": { "id": "e-290", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-129", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d806" }, "config": [{ "continuousParameterGroupId": "a-129-p", "smoothing": 85, "startsEntering": true, "addStartOffset": true, "addOffsetValue": 20, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-292": { "id": "e-292", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-109", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-213" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d931" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530045024572 }, "e-294": { "id": "e-294", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7b4" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-295": { "id": "e-295", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-131", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7bf" }, "config": [{ "continuousParameterGroupId": "a-131-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-296": { "id": "e-296", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-129", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d78b" }, "config": [{ "continuousParameterGroupId": "a-129-p", "smoothing": 85, "startsEntering": true, "addStartOffset": true, "addOffsetValue": 20, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-297": { "id": "e-297", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7c6" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-298": { "id": "e-298", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-126", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-278" } }, "mediaQueries": ["main"], "target": { "selector": ".hp_discover-grid-box._002", "originalId": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d942", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1531181928542 }, "e-300": { "id": "e-300", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-129", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7b5" }, "config": [{ "continuousParameterGroupId": "a-129-p", "smoothing": 85, "startsEntering": true, "addStartOffset": true, "addOffsetValue": 20, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-301": { "id": "e-301", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d805" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-302": { "id": "e-302", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d797" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-305": { "id": "e-305", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7d3" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-308": { "id": "e-308", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7f8" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-310": { "id": "e-310", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7e5" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-311": { "id": "e-311", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7e9" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-312": { "id": "e-312", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7c1" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-313": { "id": "e-313", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-131", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7d4" }, "config": [{ "continuousParameterGroupId": "a-131-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-315": { "id": "e-315", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d794" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-316": { "id": "e-316", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d791" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-317": { "id": "e-317", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7a9" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-318": { "id": "e-318", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7f0" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-320": { "id": "e-320", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7a2" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-321": { "id": "e-321", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-356" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d902" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530658630921 }, "e-322": { "id": "e-322", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-99", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d79a" }, "config": [{ "continuousParameterGroupId": "a-99-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-324": { "id": "e-324", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-99", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d785" }, "config": [{ "continuousParameterGroupId": "a-99-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-325": { "id": "e-325", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-123", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-251" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8fb" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530655890230 }, "e-326": { "id": "e-326", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7f6" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-327": { "id": "e-327", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7e1" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-330": { "id": "e-330", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d808" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-332": { "id": "e-332", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7db" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-333": { "id": "e-333", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7d1" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-334": { "id": "e-334", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7d6" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-335": { "id": "e-335", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7c9" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532471664706 }, "e-336": { "id": "e-336", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7e3" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-338": { "id": "e-338", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7ce" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-339": { "id": "e-339", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7b7" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-340": { "id": "e-340", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-141", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d725" }, "config": [{ "continuousParameterGroupId": "a-141-p", "smoothing": 25, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1531933939992 }, "e-341": { "id": "e-341", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d79d" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532490835605 }, "e-342": { "id": "e-342", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d80c" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-349": { "id": "e-349", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-111", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7af" }, "config": [{ "continuousParameterGroupId": "a-111-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-350": { "id": "e-350", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-99", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7b2" }, "config": [{ "continuousParameterGroupId": "a-99-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-351": { "id": "e-351", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d78a" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-352": { "id": "e-352", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-142", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7c2" }, "config": [{ "continuousParameterGroupId": "a-142-p", "smoothing": 50, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-354": { "id": "e-354", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d79c" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308923 }, "e-355": { "id": "e-355", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d80d" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458356829 }, "e-356": { "id": "e-356", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-123", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-321" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d902" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530658630921 }, "e-357": { "id": "e-357", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7cc" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307482 }, "e-358": { "id": "e-358", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d78d" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-359": { "id": "e-359", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-218" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d922" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530044960117 }, "e-361": { "id": "e-361", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-142", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d783" }, "config": [{ "continuousParameterGroupId": "a-142-p", "smoothing": 25, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532456063098 }, "e-363": { "id": "e-363", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-117", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7bb" }, "config": [{ "continuousParameterGroupId": "a-117-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458308166 }, "e-364": { "id": "e-364", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-127", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-270" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d92a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530045017404 }, "e-365": { "id": "e-365", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-113", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d800" }, "config": [{ "continuousParameterGroupId": "a-113-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458306226 }, "e-368": { "id": "e-368", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-144", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7e6" }, "config": [{ "continuousParameterGroupId": "a-144-p", "smoothing": 85, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-369": { "id": "e-369", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-142", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d7d7" }, "config": [{ "continuousParameterGroupId": "a-142-p", "smoothing": 50, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532458307023 }, "e-373": { "id": "e-373", "eventTypeId": "PAGE_START", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-149", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-374" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "PAGE", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533230066138 }, "e-381": { "id": "e-381", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-91", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-382" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca5" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533330446396 }, "e-382": { "id": "e-382", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-93", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-381" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca5" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533330446401 }, "e-383": { "id": "e-383", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-93", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-384" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533330594605 }, "e-385": { "id": "e-385", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-92", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-386" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533330609225 }, "e-387": { "id": "e-387", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-78", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-388" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533330619405 }, "e-389": { "id": "e-389", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-80", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-390" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "79658da8-7a27-3b8e-78bb-28df915d2d11" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533330632352 }, "e-391": { "id": "e-391", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-91", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-392" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331393175 }, "e-393": { "id": "e-393", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-76", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-394" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331403115 }, "e-395": { "id": "e-395", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-78", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-396" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331415956 }, "e-397": { "id": "e-397", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-80", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-398" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331429620 }, "e-399": { "id": "e-399", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-91", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-400" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331749263 }, "e-401": { "id": "e-401", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-92", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-402" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331763330 }, "e-403": { "id": "e-403", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-96", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-404" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331785744 }, "e-405": { "id": "e-405", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-80", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-406" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331827797 }, "e-407": { "id": "e-407", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-91", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-408" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331898140 }, "e-409": { "id": "e-409", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-92", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-410" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331921661 }, "e-411": { "id": "e-411", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-78", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-412" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331958715 }, "e-413": { "id": "e-413", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-86", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-414" } }, "mediaQueries": ["medium"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533331972807 }, "e-417": { "id": "e-417", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-83", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-418" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cdb9" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332078148 }, "e-419": { "id": "e-419", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-96", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-420" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332251628 }, "e-420": { "id": "e-420", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-78", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-419" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332251634 }, "e-421": { "id": "e-421", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-76", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-422" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332269732 }, "e-422": { "id": "e-422", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-92", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-421" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332269736 }, "e-423": { "id": "e-423", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-86", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-424" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332284816 }, "e-424": { "id": "e-424", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-80", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-423" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332284820 }, "e-425": { "id": "e-425", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-88", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-426" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca0" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533332416077 }, "e-427": { "id": "e-427", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-89", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-428" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd41" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533333133162 }, "e-429": { "id": "e-429", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-77", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-430" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccfa" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533333177877 }, "e-431": { "id": "e-431", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-94", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-432" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cca7" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533333201477 }, "e-433": { "id": "e-433", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-84", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-434" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccab" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533333233408 }, "e-435": { "id": "e-435", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-87", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-436" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79ccfe" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533333263893 }, "e-437": { "id": "e-437", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-97", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-438" } }, "mediaQueries": ["small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "29f8530e-d318-262b-afa3-32726a79cd45" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533333292929 }, "e-439": { "id": "e-439", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-150", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-440" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|8f89af46-d83d-a47e-331f-d564f60900de" }, "config": { "loop": false, "scrollOffsetValue": 15, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533880536548 }, "e-440": { "id": "e-440", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-439" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|8f89af46-d83d-a47e-331f-d564f60900de" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533880536553 }, "e-441": { "id": "e-441", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-152", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-442" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|3b21fb8a-8b32-ffc0-77c2-799ff1304d92" }, "config": { "loop": false, "scrollOffsetValue": 15, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533880587200 }, "e-442": { "id": "e-442", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-441" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|3b21fb8a-8b32-ffc0-77c2-799ff1304d92" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533880587200 }, "e-443": { "id": "e-443", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-153", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-444" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|89ac43f1-3655-df6f-ffa2-b776add4427b" }, "config": { "loop": false, "scrollOffsetValue": 15, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533880656780 }, "e-444": { "id": "e-444", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-443" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|89ac43f1-3655-df6f-ffa2-b776add4427b" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533880656780 }, "e-447": { "id": "e-447", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-155", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-448" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|191922b5-3c84-dcb3-d815-6c331632647e" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533882109811 }, "e-448": { "id": "e-448", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-447" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|191922b5-3c84-dcb3-d815-6c331632647e" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533882109811 }, "e-449": { "id": "e-449", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-154", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-450" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|3c2b1b37-8534-3ee1-5862-ecbaf4f5acdf" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533882146427 }, "e-450": { "id": "e-450", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-449" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|3c2b1b37-8534-3ee1-5862-ecbaf4f5acdf" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533882146427 }, "e-451": { "id": "e-451", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-156", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-452" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|4c9f09c0-a8bf-f2a5-03e3-16c6a80b4ff5" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883113102 }, "e-452": { "id": "e-452", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-451" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|4c9f09c0-a8bf-f2a5-03e3-16c6a80b4ff5" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883113102 }, "e-453": { "id": "e-453", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-157", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-454" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|7948a29c-c421-6923-ced5-fe3d943258f9" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883234923 }, "e-454": { "id": "e-454", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-453" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|7948a29c-c421-6923-ced5-fe3d943258f9" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883234923 }, "e-455": { "id": "e-455", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-158", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-456" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|3a42dcd2-2dd6-1c42-ef55-8abc4ad394d1" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883283807 }, "e-456": { "id": "e-456", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-455" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|3a42dcd2-2dd6-1c42-ef55-8abc4ad394d1" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883283807 }, "e-457": { "id": "e-457", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-159", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-458" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|ef2dc416-263a-c494-0e9f-649e52b7eaa1" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883329755 }, "e-458": { "id": "e-458", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-457" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|ef2dc416-263a-c494-0e9f-649e52b7eaa1" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883329755 }, "e-459": { "id": "e-459", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-160", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-460" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|4bba9fad-a280-17a5-1df2-fd32b9f5d85d" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883365504 }, "e-460": { "id": "e-460", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-459" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|4bba9fad-a280-17a5-1df2-fd32b9f5d85d" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1533883365504 }, "e-461": { "id": "e-461", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-162", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-462" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d17d" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530565533368 }, "e-462": { "id": "e-462", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-169", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-461" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d17d" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530565533368 }, "e-463": { "id": "e-463", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-162", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-480" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d160" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530559821545 }, "e-464": { "id": "e-464", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-169", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-481" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d139" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530299059855 }, "e-465": { "id": "e-465", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-162", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-478" } }, "mediaQueries": ["main"], "target": { "selector": ".dbl_link.cc-cms", "originalId": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d157", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530559825279 }, "e-466": { "id": "e-466", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-467" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d129" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534201522803 }, "e-467": { "id": "e-467", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-161", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-466" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d129" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534201522799 }, "e-468": { "id": "e-468", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-165", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-476" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12b" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534201591232 }, "e-470": { "id": "e-470", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-167", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12c" }, "config": [{ "continuousParameterGroupId": "a-167-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": true, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1532070249578 }, "e-471": { "id": "e-471", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-163", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d128" }, "config": [{ "continuousParameterGroupId": "a-163-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1534277520155 }, "e-472": { "id": "e-472", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-168", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12e" }, "config": [{ "continuousParameterGroupId": "a-168-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": true, "addEndOffset": false, "endOffsetValue": 70 }], "createdOn": 1532730705576 }, "e-473": { "id": "e-473", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-162", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-479" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d174" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530565523702 }, "e-474": { "id": "e-474", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-162", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-477" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d143" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530299173749 }, "e-475": { "id": "e-475", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-170", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12e" }, "config": [{ "continuousParameterGroupId": "a-170-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": true, "addEndOffset": false, "endOffsetValue": 70 }], "createdOn": 1532730642014 }, "e-476": { "id": "e-476", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-468" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12b" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534201591232 }, "e-477": { "id": "e-477", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-169", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-474" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d143" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530299173751 }, "e-478": { "id": "e-478", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-169", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-465" } }, "mediaQueries": ["main"], "target": { "selector": ".dbl_link.cc-cms", "originalId": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d157", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530559825279 }, "e-479": { "id": "e-479", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-169", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-473" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d174" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530565523702 }, "e-480": { "id": "e-480", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-169", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-463" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d160" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530559821545 }, "e-481": { "id": "e-481", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-162", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-464" } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d139" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1530299059854 }, "e-482": { "id": "e-482", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-171", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-484" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12d" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534201590758 }, "e-483": { "id": "e-483", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-166", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d128" }, "config": [{ "continuousParameterGroupId": "a-166-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1534287092087 }, "e-484": { "id": "e-484", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-482" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12d" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534201590758 }, "e-485": { "id": "e-485", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-172", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178ceed" }, "config": [{ "continuousParameterGroupId": "a-172-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 23, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1529969677047 }, "e-487": { "id": "e-487", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-164", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d12a" }, "config": [{ "continuousParameterGroupId": "a-164-p", "smoothing": 50, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": true, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1531529311187 }, "e-488": { "id": "e-488", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-107", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-489" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d96a" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534346205174 }, "e-490": { "id": "e-490", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-132", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-491" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75d" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534396763153 }, "e-491": { "id": "e-491", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-490" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75d" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534396763157 }, "e-492": { "id": "e-492", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-98", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-493" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75e" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534396933003 }, "e-493": { "id": "e-493", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-492" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75e" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534396933006 }, "e-494": { "id": "e-494", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-115", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-495" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75f" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534396985037 }, "e-495": { "id": "e-495", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-494" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75f" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534396985040 }, "e-496": { "id": "e-496", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-122", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-497" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d760" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397013362 }, "e-497": { "id": "e-497", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-496" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d760" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397013366 }, "e-498": { "id": "e-498", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-118", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-499" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d761" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397144528 }, "e-499": { "id": "e-499", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-498" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d761" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397144530 }, "e-500": { "id": "e-500", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-103", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-501" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d762" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397186675 }, "e-501": { "id": "e-501", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-500" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d762" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397186679 }, "e-504": { "id": "e-504", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-174", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-505" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75d" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397366249 }, "e-505": { "id": "e-505", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-504" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75d" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397366257 }, "e-506": { "id": "e-506", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-175", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-507" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75e" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397893763 }, "e-507": { "id": "e-507", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-506" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75e" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534397893766 }, "e-508": { "id": "e-508", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-176", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-509" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75f" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398016882 }, "e-509": { "id": "e-509", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-508" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75f" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398016886 }, "e-510": { "id": "e-510", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-177", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-511" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d760" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398121431 }, "e-511": { "id": "e-511", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-510" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d760" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398121434 }, "e-512": { "id": "e-512", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-178", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-513" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d761" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398192590 }, "e-513": { "id": "e-513", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-512" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d761" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398192593 }, "e-514": { "id": "e-514", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-179", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-515" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d762" }, "config": { "loop": false, "scrollOffsetValue": 75, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398235592 }, "e-515": { "id": "e-515", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-514" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d762" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1534398235595 }, "e-516": { "id": "e-516", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-139", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-517" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d763" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1535144321334 }, "e-517": { "id": "e-517", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-516" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d763" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1535144321339 }, "e-518": { "id": "e-518", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-180", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-519" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d763" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1535144366350 }, "e-519": { "id": "e-519", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-151", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-518" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d763" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1535144366354 }, "e-524": { "id": "e-524", "eventTypeId": "MOUSE_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-185", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-525" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".pricing-grid", "originalId": "5cbfad0e3e4dd1971b92144d|a01642c6-1962-9d0f-53cb-f9ce43cd160d", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542155613845 }, "e-525": { "id": "e-525", "eventTypeId": "MOUSE_SECOND_CLICK", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-186", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-524" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".pricing-grid", "originalId": "5cbfad0e3e4dd1971b92144d|a01642c6-1962-9d0f-53cb-f9ce43cd160d", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542155613849 }, "e-526": { "id": "e-526", "eventTypeId": "MOUSE_OVER", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-187", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-527" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".pricing-grid", "originalId": "5cbfad0e3e4dd1971b92144d|a01642c6-1962-9d0f-53cb-f9ce43cd160d", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542155748223 }, "e-527": { "id": "e-527", "eventTypeId": "MOUSE_OUT", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-188", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-526" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".pricing-grid", "originalId": "5cbfad0e3e4dd1971b92144d|a01642c6-1962-9d0f-53cb-f9ce43cd160d", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": null, "scrollOffsetUnit": null, "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542155748227 }, "e-528": { "id": "e-528", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-189", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-529" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178ceed" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542305836583 }, "e-529": { "id": "e-529", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-190", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-528" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178ceed" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542305836587 }, "e-530": { "id": "e-530", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-191", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-531" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|89ac43f1-3655-df6f-ffa2-b776add4427b" }, "config": { "loop": false, "scrollOffsetValue": 50, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542306331394 }, "e-531": { "id": "e-531", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-192", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-530" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1646e920fea|89ac43f1-3655-df6f-ffa2-b776add4427b" }, "config": { "loop": false, "scrollOffsetValue": 0, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1542306331398 }, "e-532": { "id": "e-532", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-193", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cbfad0e3e4dd1648b921343|403de785-9462-5110-ab3f-b13328bf2c04" }, "config": [{ "continuousParameterGroupId": "a-193-p", "smoothing": 50, "startsEntering": false, "addStartOffset": false, "addOffsetValue": 50, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 50 }], "createdOn": 1554447933262 }, "e-534": { "id": "e-534", "eventTypeId": "SCROLLING_IN_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_CONTINUOUS_ACTION", "config": { "actionListId": "a-196", "affectedElements": {}, "duration": 0 } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "appliesTo": "ELEMENT", "styleBlockIds": [], "id": "5cc0ab885825761b9a5302dd|317420a4-de43-8ae0-c3d5-3800d62288a2" }, "config": [{ "continuousParameterGroupId": "a-196-p", "smoothing": 10, "startsEntering": true, "addStartOffset": false, "addOffsetValue": 95, "startsExiting": false, "addEndOffset": false, "endOffsetValue": 80 }], "createdOn": 1528088365775 }, "e-535": { "id": "e-535", "eventTypeId": "SCROLL_INTO_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-197", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-536" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".jobs_core-behaviors", "originalId": "5cc0ab885825761b9a5302dd|9b169f51-e76f-9a7e-7fc0-347c4d95e866", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": 50, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1557178938333 }, "e-536": { "id": "e-536", "eventTypeId": "SCROLL_OUT_OF_VIEW", "action": { "id": "", "actionTypeId": "GENERAL_START_ACTION", "config": { "delay": 0, "easing": "", "duration": 0, "actionListId": "a-198", "affectedElements": {}, "playInReverse": false, "autoStopEventId": "e-535" } }, "mediaQueries": ["main", "medium", "small", "tiny"], "target": { "selector": ".jobs_core-behaviors", "originalId": "5cc0ab885825761b9a5302dd|9b169f51-e76f-9a7e-7fc0-347c4d95e866", "appliesTo": "CLASS" }, "config": { "loop": false, "scrollOffsetValue": 50, "scrollOffsetUnit": "%", "delay": null, "direction": null, "effectIn": null }, "createdOn": 1557178938337 } }, "actionLists": { "a": { "id": "a", "title": "IX_page-load", "actionItemGroups": [{ "actionItems": [{ "id": "a-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "b8dffaa3-76c1-f2f5-0599-ad26cbf61b9b" }, "value": 0, "unit": "" } }, { "id": "a-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f3d73cf5-906c-ba7a-a1dd-15b4ad44a695" }, "value": 0, "unit": "" } }, { "id": "a-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "ab154798-8c36-736a-350f-1198e95d17e3" }, "value": 0, "unit": "" } }, { "id": "a-n-11", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "ab154798-8c36-736a-350f-1198e95d17e3" }, "yValue": 0.9, "locked": false } }, { "id": "a-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5c17c3a9-256a-3fce-40cf-be85f9bce825" }, "value": 0, "unit": "" } }, { "id": "a-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8e6b9966-9736-43cd-68e0-afc22b7faaf1" }, "value": 0, "unit": "" } }, { "id": "a-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "b0cbb8cc-91d9-24c5-674f-4498d6495175" }, "value": 0, "unit": "" } }, { "id": "a-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5a01d952-92d6-f262-f50f-d199caf402d8" }, "value": 0, "unit": "" } }, { "id": "a-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5a01d952-92d6-f262-f50f-d199caf402d8" }, "yValue": -80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 300, "target": { "id": "b8dffaa3-76c1-f2f5-0599-ad26cbf61b9b" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 300, "target": { "id": "f3d73cf5-906c-ba7a-a1dd-15b4ad44a695" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "bounce", "duration": 300, "target": { "id": "5c17c3a9-256a-3fce-40cf-be85f9bce825" }, "value": 1, "unit": "" } }, { "id": "a-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 300, "target": { "id": "ab154798-8c36-736a-350f-1198e95d17e3" }, "value": 1, "unit": "" } }, { "id": "a-n-12", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 300, "easing": "", "duration": 300, "target": { "id": "ab154798-8c36-736a-350f-1198e95d17e3" }, "xValue": 1, "yValue": 1, "locked": false } }] }, { "actionItems": [{ "id": "a-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "8e6b9966-9736-43cd-68e0-afc22b7faaf1" }, "value": 0.5, "unit": "" } }, { "id": "a-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "", "duration": 400, "target": { "id": "8e6b9966-9736-43cd-68e0-afc22b7faaf1" }, "yValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 500, "target": { "id": "b0cbb8cc-91d9-24c5-674f-4498d6495175" }, "value": 0.7, "unit": "" } }, { "id": "a-n-20", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "", "duration": 400, "target": { "id": "b0cbb8cc-91d9-24c5-674f-4498d6495175" }, "yValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-n-18", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 700, "easing": "", "duration": 900, "target": { "id": "5a01d952-92d6-f262-f50f-d199caf402d8" }, "value": 1, "unit": "" } }, { "id": "a-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "", "duration": 900, "target": { "id": "5a01d952-92d6-f262-f50f-d199caf402d8" }, "yValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1507662350149, "useFirstGroupAsInitialState": true }, "a-2": { "id": "a-2", "title": "IX_on-click", "actionItemGroups": [{ "actionItems": [{ "id": "a-2-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "yValue": 120, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "value": 0, "unit": "" } }, { "id": "a-2-n-3", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "zValue": 135, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "xValue": -110, "yValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "value": 0, "unit": "" } }, { "id": "a-2-n-6", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "zValue": 135, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "xValue": -110, "yValue": -60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "value": 0, "unit": "" } }, { "id": "a-2-n-9", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "zValue": 135, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "yValue": -120, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "value": 0, "unit": "" } }, { "id": "a-2-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "zValue": 135, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "xValue": 110, "yValue": -60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "value": 0, "unit": "" } }, { "id": "a-2-n-15", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "zValue": 135, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "xValue": 110, "yValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-17", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "value": 0, "unit": "" } }, { "id": "a-2-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "zValue": 135, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-2-n-22", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "caa52196-3323-e435-7bf3-5a261ece662f" }, "zValue": 135, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-49", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|cedbf3eb-4966-c755-6146-188a4bf7094b" }, "value": 0.9, "unit": "" } }, { "id": "a-2-n-44", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "rValue": 32, "gValue": 50, "bValue": 233, "aValue": 1 } }] }, { "actionItems": [{ "id": "a-2-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-38", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "xValue": 1.05, "yValue": 1.05, "locked": true } }, { "id": "a-2-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "value": 1, "unit": "" } }, { "id": "a-2-n-21", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-48", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 1350, "target": { "id": "5cbfad0e3e4dd153da921077|cedbf3eb-4966-c755-6146-188a4bf7094b" }, "yValue": 289, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-24", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "outQuart", "duration": 400, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "value": 1, "unit": "" } }, { "id": "a-2-n-39", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 200, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|c944a8e7-884a-af89-2a14-9192707fbf68" }, "xValue": 1.05, "yValue": 1.05, "locked": true } }, { "id": "a-2-n-23", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "outQuart", "duration": 400, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-25", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 200, "easing": "outQuart", "duration": 400, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "outQuart", "duration": 400, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-40", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 400, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "xValue": 1.05, "yValue": 1.05, "locked": true } }, { "id": "a-2-n-28", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 400, "easing": "outQuart", "duration": 400, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "outQuart", "duration": 400, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "value": 1, "unit": "" } }, { "id": "a-2-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "outQuart", "duration": 400, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-41", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 600, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "xValue": 1.05, "yValue": 1.05, "locked": true } }, { "id": "a-2-n-30", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "outQuart", "duration": 400, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "value": 1, "unit": "" } }, { "id": "a-2-n-31", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 600, "easing": "outQuart", "duration": 400, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-32", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 800, "easing": "outQuart", "duration": 400, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-42", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 800, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "xValue": 1.05, "yValue": 1.05, "locked": true } }, { "id": "a-2-n-33", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "outQuart", "duration": 400, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "value": 1, "unit": "" } }, { "id": "a-2-n-34", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 800, "easing": "outQuart", "duration": 400, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-2-n-35", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1000, "easing": "outQuart", "duration": 400, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-2-n-43", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1000, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "xValue": 1.05, "yValue": 1.05, "locked": true } }, { "id": "a-2-n-36", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "outQuart", "duration": 400, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "value": 1, "unit": "" } }, { "id": "a-2-n-37", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 1000, "easing": "outQuart", "duration": 400, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }], "createdOn": 1507665775073, "useFirstGroupAsInitialState": true }, "a-3": { "id": "a-3", "title": "IX_on-second-click", "actionItemGroups": [{ "actionItems": [{ "id": "a-3-n-19", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "caa52196-3323-e435-7bf3-5a261ece662f" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-3-n-40", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cedbf3eb-4966-c755-6146-188a4bf7094b" }, "value": 0, "unit": "" } }, { "id": "a-3-n-38", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "rValue": 67, "gValue": 83, "bValue": 255, "aValue": 1 } }] }, { "actionItems": [{ "id": "a-3-n-39", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|cedbf3eb-4966-c755-6146-188a4bf7094b" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-3-n-35", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "xValue": 110, "yValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-3-n-36", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 200, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "value": 0, "unit": "" } }, { "id": "a-3-n-37", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "id": "ba9bcd4b-8721-3286-44a7-2c39556308b6" }, "zValue": -45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-3-n-33", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "outQuart", "duration": 200, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "value": 0, "unit": "" } }, { "id": "a-3-n-34", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 200, "easing": "outQuart", "duration": 400, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "zValue": -45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-3-n-32", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "outQuart", "duration": 400, "target": { "id": "3c9d9e5a-b3bc-2639-d1b6-6d6d58d83674" }, "xValue": 110, "yValue": -60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-3-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "outQuart", "duration": 400, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "xValue": 0, "yValue": -120, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-3-n-30", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "outQuart", "duration": 200, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "value": 0, "unit": "" } }, { "id": "a-3-n-31", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 400, "easing": "outQuart", "duration": 400, "target": { "id": "43b6e49e-bf6a-571f-23bb-7b6a9bfaae82" }, "zValue": -45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-3-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "outQuart", "duration": 400, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "xValue": -110, "yValue": -60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-3-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "outQuart", "duration": 200, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "value": 0, "unit": "" } }, { "id": "a-3-n-28", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 600, "easing": "outQuart", "duration": 400, "target": { "id": "f92b0ad1-787c-f54b-acfa-8e6f97562011" }, "zValue": -45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-3-n-24", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "outQuart", "duration": 200, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "value": 0, "unit": "" } }, { "id": "a-3-n-23", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 800, "easing": "outQuart", "duration": 400, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "xValue": -110, "yValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-3-n-25", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 800, "easing": "outQuart", "duration": 400, "target": { "id": "c944a8e7-884a-af89-2a14-9192707fbf68" }, "zValue": -45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-3-n-20", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1000, "easing": "outQuart", "duration": 400, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "yValue": 120, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-3-n-21", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "outQuart", "duration": 200, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "value": 0, "unit": "" } }, { "id": "a-3-n-22", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 1000, "easing": "outQuart", "duration": 400, "target": { "id": "07b0b0a9-c8a5-82a0-ef0e-2d20d8e06bb4" }, "zValue": -45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }], "createdOn": 1507665775073, "useFirstGroupAsInitialState": false }, "a-6": { "id": "a-6", "title": "Parallax", "continuousParameterGroups": [{ "id": "a-6-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-6-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "79bac07c-a1d8-1582-da45-ae25c93550a6" }, "yValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "b5761a6c-ba20-4b89-1cfc-b0c43e423493" }, "yValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "998b572b-0133-7f08-b927-5ae939867738" }, "yValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f35fd915-ce57-9098-360a-4a2be964bb59" }, "yValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "391758f7-a293-744e-3ceb-41bef40c7988" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "709e2b82-68e0-c311-fba2-c83c886d88ac" }, "yValue": -170, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "ccc30550-b63f-0da3-152c-4a081968504c" }, "yValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2377a219-2595-bb7b-be32-9f8638568163" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|709e2b82-68e0-c311-fba2-c83c886d88ac" }, "value": 1, "unit": "" } }] }, { "keyframe": 80, "actionItems": [{ "id": "a-6-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "79bac07c-a1d8-1582-da45-ae25c93550a6" }, "yValue": 200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "709e2b82-68e0-c311-fba2-c83c886d88ac" }, "yValue": 220, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "391758f7-a293-744e-3ceb-41bef40c7988" }, "yValue": 160, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f35fd915-ce57-9098-360a-4a2be964bb59" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "998b572b-0133-7f08-b927-5ae939867738" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "b5761a6c-ba20-4b89-1cfc-b0c43e423493" }, "yValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "ccc30550-b63f-0da3-152c-4a081968504c" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-18", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2377a219-2595-bb7b-be32-9f8638568163" }, "yValue": 198, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-6-n-19", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|709e2b82-68e0-c311-fba2-c83c886d88ac" }, "value": 1, "unit": "" } }] }, { "keyframe": 95, "actionItems": [{ "id": "a-6-n-21", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|709e2b82-68e0-c311-fba2-c83c886d88ac" }, "value": 0, "unit": "" } }] }] }], "createdOn": 1507727130038 }, "a-7": { "id": "a-7", "title": "Progress tracker", "continuousParameterGroups": [{ "id": "a-7-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-7-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c4d7608-b16c-2381-a2e9-96b399a38f99" }, "xValue": 1, "locked": false } }, { "id": "a-7-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|95bb9da9-a204-930c-508d-828bf79e47fb" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-7-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c4d7608-b16c-2381-a2e9-96b399a38f99" }, "xValue": 0, "locked": false } }, { "id": "a-7-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|95bb9da9-a204-930c-508d-828bf79e47fb" }, "yValue": 253, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1507728781506 }, "a-8": { "id": "a-8", "title": "Scroll movement", "continuousParameterGroups": [{ "id": "a-8-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-8-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "xValue": -335, "yValue": -187, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-4", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "zValue": -26, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-10", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "zValue": 26, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-22", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "zValue": -26, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-25", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "xValue": 39, "yValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-28", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "zValue": -10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "xValue": 222, "yValue": -143, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-30", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "zValue": 88, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-37", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "xValue": 0, "yValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-38", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "zValue": 16, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "xValue": -100, "yValue": -109, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "xValue": 48, "yValue": -196, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "xValue": -274, "yValue": -57, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "zValue": 10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-33", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "xValue": -83, "yValue": 57, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-34", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "zValue": -20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-41", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "xValue": 126, "yValue": 135, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-42", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "zValue": -20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-45", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "xValue": 326, "yValue": 48, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-46", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "zValue": -62, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "xValue": 317, "yValue": -265, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-14", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "zValue": 17, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-6", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "zValue": 88, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "xValue": -118, "yValue": -280, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-49", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|07030a0b-73c0-b09f-b41c-c9453eaeb76d" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 90, "actionItems": [{ "id": "a-8-n-47", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-20", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-8", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-48", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-40", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-39", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-16", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-3", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-24", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-23", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-27", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-32", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-36", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-35", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-43", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-8-n-44", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-8-n-50", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|07030a0b-73c0-b09f-b41c-c9453eaeb76d" }, "yValue": 220, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1507731899410 }, "a-40": { "id": "a-40", "title": "Scroll movement mobile", "continuousParameterGroups": [{ "id": "a-40-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-40-n-25", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|07030a0b-73c0-b09f-b41c-c9453eaeb76d" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "xValue": -118, "yValue": -280, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-23", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "zValue": 88, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "xValue": -335, "yValue": -187, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-2", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "zValue": -26, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-22", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "zValue": 17, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "xValue": 317, "yValue": -265, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-20", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "zValue": -62, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "xValue": 326, "yValue": 48, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "zValue": -20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "xValue": 126, "yValue": 135, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-16", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "zValue": -20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "xValue": -83, "yValue": 57, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-14", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "zValue": 10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "xValue": -274, "yValue": -57, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "xValue": 48, "yValue": -196, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "xValue": -100, "yValue": -109, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-10", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "zValue": 16, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "xValue": 0, "yValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-8", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "zValue": 88, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-6", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "zValue": -10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "xValue": 222, "yValue": -143, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "xValue": 39, "yValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-4", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "zValue": -26, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-3", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "zValue": 26, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 50, "actionItems": [{ "id": "a-40-n-30", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-43", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-27", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f786f05f-85bf-359a-bb84-d616082eddbe" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-32", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "29df3155-0906-aa81-5f52-852e0db947bf" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-33", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "d9dd4bbc-706e-19cf-5c3c-15df0ceff28a" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-34", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-35", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "06390f61-2d31-487c-1a64-cc298b67876a" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-37", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-41", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-40", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c19ec046-34ae-0430-fafb-9cf6ce20ad3d" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-42", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c036241c-8d0e-1d01-b724-e4d27a47e3a5" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-36", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "4b999e2b-be8c-5e20-7d89-e986d411639f" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-49", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-48", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "f9b07855-7f73-87e8-9e24-806933846b0e" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-47", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-46", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "117ca5c7-ea59-2b9c-db1d-b22a08d71c19" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-45", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-44", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "8c47be95-c8b7-ff8c-cc3a-aa166812ce00" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-38", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-40-n-39", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "a923779e-8210-c50c-f9d1-a2d6a9e48704" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-40-n-29", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6ef1272a-80e3-df0b-9342-b38d649e37f3" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 60, "actionItems": [{ "id": "a-40-n-50", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|07030a0b-73c0-b09f-b41c-c9453eaeb76d" }, "yValue": 220, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1507731899410 }, "a-9": { "id": "a-9", "title": "Mouseover tracking", "continuousParameterGroups": [{ "id": "a-9-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-9-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c734010b-9812-51d8-c098-8ce168302f2d" }, "value": 0.3, "unit": "" } }, { "id": "a-9-n-13", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6685f5a9-936a-eefa-c09a-a35f7062a495" }, "zValue": 28, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-9-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3931dcc-de6e-3c3d-f33c-6f58bab19500" }, "xValue": 1, "yValue": 1, "locked": false } }, { "id": "a-9-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e90ef6a2-231f-db12-4a2a-050c106bd80f" }, "xValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-23", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1d27371e-8e61-ae01-1654-c8d332004c1e" }, "xValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-27", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6685f5a9-936a-eefa-c09a-a35f7062a495" }, "xValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3931dcc-de6e-3c3d-f33c-6f58bab19500" }, "xValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-35", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7349ba34-3fdd-f805-1d57-aea0ae269fd0" }, "xValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-39", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "bc10cdd9-9e6e-4fa1-b451-2c8e4de3912f" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-9-n-43", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e90ef6a2-231f-db12-4a2a-050c106bd80f" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-9-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c734010b-9812-51d8-c098-8ce168302f2d" }, "value": 1, "unit": "" } }, { "id": "a-9-n-14", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6685f5a9-936a-eefa-c09a-a35f7062a495" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-9-n-18", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3931dcc-de6e-3c3d-f33c-6f58bab19500" }, "xValue": 0.8, "yValue": 0.8, "locked": false } }, { "id": "a-9-n-20", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e90ef6a2-231f-db12-4a2a-050c106bd80f" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1d27371e-8e61-ae01-1654-c8d332004c1e" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6685f5a9-936a-eefa-c09a-a35f7062a495" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-32", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3931dcc-de6e-3c3d-f33c-6f58bab19500" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-36", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7349ba34-3fdd-f805-1d57-aea0ae269fd0" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-40", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "bc10cdd9-9e6e-4fa1-b451-2c8e4de3912f" }, "xValue": 0.9500000000000004, "yValue": 0.9500000000000004, "locked": false } }, { "id": "a-9-n-44", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e90ef6a2-231f-db12-4a2a-050c106bd80f" }, "zValue": 45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }, { "id": "a-9-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-9-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c734010b-9812-51d8-c098-8ce168302f2d" }, "value": 0.3, "unit": "" } }, { "id": "a-9-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3efd0f0-d306-67eb-cb0f-3fcf80502625" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }, { "id": "a-9-n-11", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1d27371e-8e61-ae01-1654-c8d332004c1e" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-9-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "3a66fcd1-fe1d-cd9c-cd79-6a7347498389" }, "value": 0.4, "unit": "" } }, { "id": "a-9-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e90ef6a2-231f-db12-4a2a-050c106bd80f" }, "yValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-25", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1d27371e-8e61-ae01-1654-c8d332004c1e" }, "yValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6685f5a9-936a-eefa-c09a-a35f7062a495" }, "yValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-33", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3931dcc-de6e-3c3d-f33c-6f58bab19500" }, "yValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-37", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7349ba34-3fdd-f805-1d57-aea0ae269fd0" }, "yValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-41", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "bc10cdd9-9e6e-4fa1-b451-2c8e4de3912f" }, "zValue": 8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-9-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "c734010b-9812-51d8-c098-8ce168302f2d" }, "value": 1, "unit": "" } }, { "id": "a-9-n-8", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3efd0f0-d306-67eb-cb0f-3fcf80502625" }, "xValue": 1, "yValue": 1, "locked": false } }, { "id": "a-9-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1d27371e-8e61-ae01-1654-c8d332004c1e" }, "zValue": 90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-9-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "3a66fcd1-fe1d-cd9c-cd79-6a7347498389" }, "value": 1, "unit": "" } }, { "id": "a-9-n-22", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e90ef6a2-231f-db12-4a2a-050c106bd80f" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1d27371e-8e61-ae01-1654-c8d332004c1e" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-30", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6685f5a9-936a-eefa-c09a-a35f7062a495" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-34", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "e3931dcc-de6e-3c3d-f33c-6f58bab19500" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-38", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7349ba34-3fdd-f805-1d57-aea0ae269fd0" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-9-n-42", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "bc10cdd9-9e6e-4fa1-b451-2c8e4de3912f" }, "zValue": -8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }], "createdOn": 1507737155728 }, "a-10": { "id": "a-10", "title": "ix_sequence", "actionItemGroups": [{ "actionItems": [{ "id": "a-10-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "95f80e52-7601-954d-18d0-39533d0201b9" }, "value": 0, "unit": "" } }, { "id": "a-10-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "0a6e3501-e1a5-96ec-959d-47b5066e5d92" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-4", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "id": "330fe584-94c3-caaa-4999-845218f0cd8d" }, "heightValue": 420, "widthUnit": "px", "heightUnit": "px" } }, { "id": "a-10-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "330fe584-94c3-caaa-4999-845218f0cd8d" }, "zValue": -7, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "330fe584-94c3-caaa-4999-845218f0cd8d" }, "value": 0, "unit": "" } }, { "id": "a-10-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "77d53f0e-98da-9dcd-7509-0fe8bd5ee7ec" }, "value": 0, "unit": "" } }, { "id": "a-10-n-43", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "77d53f0e-98da-9dcd-7509-0fe8bd5ee7ec" }, "xValue": -50, "yValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "0093df14-c5b5-4c77-05bb-f41fd3652695" }, "value": 0, "unit": "" } }, { "id": "a-10-n-38", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "0093df14-c5b5-4c77-05bb-f41fd3652695" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-39", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "0093df14-c5b5-4c77-05bb-f41fd3652695" }, "xValue": -50, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1ff58ae5-f086-1282-f35e-7a229d0ab74c" }, "value": 0, "unit": "" } }, { "id": "a-10-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1ff58ae5-f086-1282-f35e-7a229d0ab74c" }, "xValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-31", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "1ff58ae5-f086-1282-f35e-7a229d0ab74c" }, "zValue": 6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "93dd3255-7de0-0fb7-bd23-9a44469cb274" }, "value": 0, "unit": "" } }, { "id": "a-10-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "93dd3255-7de0-0fb7-bd23-9a44469cb274" }, "xValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6c63a878-0233-563b-2ad8-d4876d57bd1b" }, "value": 0, "unit": "" } }, { "id": "a-10-n-33", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6c63a878-0233-563b-2ad8-d4876d57bd1b" }, "zValue": 16, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-34", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "6c63a878-0233-563b-2ad8-d4876d57bd1b" }, "yValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "865b6b94-3e22-61a7-edf8-c002753447cf" }, "value": 0, "unit": "" } }, { "id": "a-10-n-20", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "865b6b94-3e22-61a7-edf8-c002753447cf" }, "xValue": 50, "yValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7f893fb2-6799-3e37-370b-9ed68bd3604c" }, "value": 0, "unit": "" } }, { "id": "a-10-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7f893fb2-6799-3e37-370b-9ed68bd3604c" }, "xValue": 0, "yValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-51", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7af4d131-c380-aeb9-bfd1-8bd488efb291" }, "value": 0, "unit": "" } }, { "id": "a-10-n-57", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7af4d131-c380-aeb9-bfd1-8bd488efb291" }, "xValue": -200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-58", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "7af4d131-c380-aeb9-bfd1-8bd488efb291" }, "zValue": 8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-53", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5df30913-6766-a3cd-9bcd-8d35aec7c7b0" }, "value": 0, "unit": "" } }, { "id": "a-10-n-55", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5df30913-6766-a3cd-9bcd-8d35aec7c7b0" }, "xValue": 200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-56", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5df30913-6766-a3cd-9bcd-8d35aec7c7b0" }, "zValue": -8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-65", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "cb37c747-87c3-23a6-3c92-109954dfd06d" }, "value": 0, "unit": "" } }, { "id": "a-10-n-66", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "fd467ae1-d4e9-ea8a-6828-da9e9d2ce9fb" }, "value": 0, "unit": "" } }, { "id": "a-10-n-70", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8744a976-9280-d5f5-bec6-62454193a6bc" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-10-n-14", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 200, "easing": "", "duration": 500, "target": { "id": "330fe584-94c3-caaa-4999-845218f0cd8d" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "", "duration": 500, "target": { "id": "330fe584-94c3-caaa-4999-845218f0cd8d" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-10-n-52", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "", "duration": 500, "target": { "id": "7af4d131-c380-aeb9-bfd1-8bd488efb291" }, "value": 1, "unit": "" } }, { "id": "a-10-n-59", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "swingTo", "duration": 500, "target": { "id": "7af4d131-c380-aeb9-bfd1-8bd488efb291" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-63", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 200, "easing": "", "duration": 500, "target": { "id": "7af4d131-c380-aeb9-bfd1-8bd488efb291" }, "xValue": 0.8, "yValue": 0.8, "locked": false } }, { "id": "a-10-n-67", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "", "duration": 500, "target": { "id": "cb37c747-87c3-23a6-3c92-109954dfd06d" }, "value": 0.22, "unit": "" } }, { "id": "a-10-n-54", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 500, "target": { "id": "5df30913-6766-a3cd-9bcd-8d35aec7c7b0" }, "value": 1, "unit": "" } }, { "id": "a-10-n-61", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "swingTo", "duration": 500, "target": { "id": "5df30913-6766-a3cd-9bcd-8d35aec7c7b0" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-64", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 600, "easing": "", "duration": 500, "target": { "id": "5df30913-6766-a3cd-9bcd-8d35aec7c7b0" }, "xValue": 0.8, "yValue": 0.8, "locked": false } }, { "id": "a-10-n-68", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "", "duration": 500, "target": { "id": "fd467ae1-d4e9-ea8a-6828-da9e9d2ce9fb" }, "value": 0.22, "unit": "" } }] }, { "actionItems": [{ "id": "a-10-n-22", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "865b6b94-3e22-61a7-edf8-c002753447cf" }, "value": 1, "unit": "" } }, { "id": "a-10-n-23", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "865b6b94-3e22-61a7-edf8-c002753447cf" }, "zValue": 12, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-24", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "93dd3255-7de0-0fb7-bd23-9a44469cb274" }, "value": 1, "unit": "" } }, { "id": "a-10-n-25", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "93dd3255-7de0-0fb7-bd23-9a44469cb274" }, "zValue": -8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-27", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "93dd3255-7de0-0fb7-bd23-9a44469cb274" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-42", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "0093df14-c5b5-4c77-05bb-f41fd3652695" }, "zValue": -6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-41", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "0093df14-c5b5-4c77-05bb-f41fd3652695" }, "value": 1, "unit": "" } }, { "id": "a-10-n-40", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "0093df14-c5b5-4c77-05bb-f41fd3652695" }, "xValue": 0, "yValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "865b6b94-3e22-61a7-edf8-c002753447cf" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 900, "easing": "", "duration": 500, "target": { "id": "7f893fb2-6799-3e37-370b-9ed68bd3604c" }, "value": 1, "unit": "" } }, { "id": "a-10-n-18", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 900, "easing": "", "duration": 500, "target": { "id": "7f893fb2-6799-3e37-370b-9ed68bd3604c" }, "xValue": 20, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-19", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 900, "easing": "", "duration": 500, "target": { "id": "7f893fb2-6799-3e37-370b-9ed68bd3604c" }, "zValue": -28, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-37", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 900, "easing": "", "duration": 500, "target": { "id": "6c63a878-0233-563b-2ad8-d4876d57bd1b" }, "zValue": 3, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-36", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 900, "easing": "", "duration": 500, "target": { "id": "6c63a878-0233-563b-2ad8-d4876d57bd1b" }, "xValue": 0, "yValue": -12, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-35", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 900, "easing": "", "duration": 500, "target": { "id": "6c63a878-0233-563b-2ad8-d4876d57bd1b" }, "value": 1, "unit": "" } }, { "id": "a-10-n-44", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1200, "easing": "", "duration": 500, "target": { "id": "77d53f0e-98da-9dcd-7509-0fe8bd5ee7ec" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-46", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 1200, "easing": "", "duration": 500, "target": { "id": "77d53f0e-98da-9dcd-7509-0fe8bd5ee7ec" }, "zValue": -13, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-10-n-45", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "", "duration": 500, "target": { "id": "77d53f0e-98da-9dcd-7509-0fe8bd5ee7ec" }, "value": 1, "unit": "" } }, { "id": "a-10-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1200, "easing": "", "duration": 500, "target": { "id": "1ff58ae5-f086-1282-f35e-7a229d0ab74c" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-10-n-30", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "", "duration": 500, "target": { "id": "1ff58ae5-f086-1282-f35e-7a229d0ab74c" }, "value": 1, "unit": "" } }, { "id": "a-10-n-32", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 1200, "easing": "", "duration": 500, "target": { "id": "1ff58ae5-f086-1282-f35e-7a229d0ab74c" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-10-n-47", "actionTypeId": "STYLE_SIZE", "config": { "delay": 400, "easing": "", "duration": 400, "locked": false, "target": { "id": "330fe584-94c3-caaa-4999-845218f0cd8d" }, "widthValue": 380, "heightValue": 500, "widthUnit": "px", "heightUnit": "px" } }] }, { "actionItems": [{ "id": "a-10-n-48", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "swingTo", "duration": 400, "target": { "id": "0a6e3501-e1a5-96ec-959d-47b5066e5d92" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-10-n-49", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "95f80e52-7601-954d-18d0-39533d0201b9" }, "value": 1, "unit": "" } }, { "id": "a-10-n-69", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8744a976-9280-d5f5-bec6-62454193a6bc" }, "value": 0.85, "unit": "" } }] }], "createdOn": 1507745396226, "useFirstGroupAsInitialState": true }, "a-21": { "id": "a-21", "title": "ix_header-mouse", "continuousParameterGroups": [{ "id": "a-21-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-21-n", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|74720315-9602-fcf3-b170-f6357048b0a6" }, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-5", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9378bc0b-a674-56c2-45f2-363991afb73d" }, "xValue": 10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-9", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9bce7c96-5d5d-e7f7-1341-a7f56cdaaa66" }, "xValue": 10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-21-n-2", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|74720315-9602-fcf3-b170-f6357048b0a6" }, "yValue": -10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-6", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9378bc0b-a674-56c2-45f2-363991afb73d" }, "xValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-10", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9bce7c96-5d5d-e7f7-1341-a7f56cdaaa66" }, "xValue": -10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }, { "id": "a-21-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-21-n-3", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|74720315-9602-fcf3-b170-f6357048b0a6" }, "xValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-7", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9378bc0b-a674-56c2-45f2-363991afb73d" }, "yValue": 10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-11", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9bce7c96-5d5d-e7f7-1341-a7f56cdaaa66" }, "yValue": -10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-21-n-4", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|74720315-9602-fcf3-b170-f6357048b0a6" }, "xValue": -10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-8", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9378bc0b-a674-56c2-45f2-363991afb73d" }, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-21-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9bce7c96-5d5d-e7f7-1341-a7f56cdaaa66" }, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }], "createdOn": 1508188317423 }, "a-22": { "id": "a-22", "title": "ix_click-pulse", "actionItemGroups": [{ "actionItems": [{ "id": "a-22-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "value": 0, "unit": "" } }, { "id": "a-22-n-10", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "xValue": 0.1, "yValue": 0.1, "locked": true } }] }, { "actionItems": [{ "id": "a-22-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "xValue": 1.1500000000000001, "yValue": 1.1500000000000001, "locked": true } }, { "id": "a-22-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-22-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|caa52196-3323-e435-7bf3-5a261ece662f" }, "xValue": 1, "yValue": 1, "locked": false } }] }], "createdOn": 1508243802036, "useFirstGroupAsInitialState": true }, "a-23": { "id": "a-23", "title": "ix_mouseover-card", "continuousParameterGroups": [{ "id": "a-23-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-23-n-21", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "yValue": -6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-23-n-24", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "yValue": 6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }, { "id": "a-23-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-23-n-26", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "xValue": 6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-23-n-29", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "xValue": -6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }], "createdOn": 1508249566395 }, "a-24": { "id": "a-24", "title": "ix_mouseover-paint", "continuousParameterGroups": [{ "id": "a-24-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-24-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2917a14c-e0b5-b986-18e6-8abda7b43481" }, "xValue": -55, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-24-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|652382ee-5777-71a8-d136-6cd99c41e68c" }, "xValue": -53, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-24-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2917a14c-e0b5-b986-18e6-8abda7b43481" }, "xValue": 75, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-24-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|652382ee-5777-71a8-d136-6cd99c41e68c" }, "xValue": 70, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }, { "id": "a-24-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [] }], "createdOn": 1508252447541 }, "a-25": { "id": "a-25", "title": "ix-mouseover-bg", "continuousParameterGroups": [{ "id": "a-25-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-25-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|676bee1b-216d-2b49-2ec3-22bd8e1a7a6f" }, "xValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-25-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|40c8a7dc-794d-5eae-670b-e977346ede11" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-25-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|40c8a7dc-794d-5eae-670b-e977346ede11" }, "yValue": 94, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-25-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|676bee1b-216d-2b49-2ec3-22bd8e1a7a6f" }, "xValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }, { "id": "a-25-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-25-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|78e633e9-0139-bf67-abef-f428f6f35e1f" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-25-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|676bee1b-216d-2b49-2ec3-22bd8e1a7a6f" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-25-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|78e633e9-0139-bf67-abef-f428f6f35e1f" }, "yValue": 94, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-25-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|676bee1b-216d-2b49-2ec3-22bd8e1a7a6f" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1508253070713 }, "a-26": { "id": "a-26", "title": "ix_mouse-hover", "actionItemGroups": [{ "actionItems": [{ "id": "a-26-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|62ac6853-16db-0141-2ea5-131ad5b138b8" }, "value": 0, "unit": "" } }, { "id": "a-26-n-13", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|563f1026-a505-3ffe-a01b-fd6f84037d03" }, "xValue": 0, "yValue": 0, "locked": false } }, { "id": "a-26-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e03cf261-3886-cbe3-0913-a38ba41ea422" }, "xValue": 0, "yValue": 1, "locked": false } }, { "id": "a-26-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|310922a3-e539-a54f-b89e-ea78de2fcad0" }, "value": 0, "unit": "" } }, { "id": "a-26-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|136574f1-9748-1124-d9a2-37e3980bcf97" }, "value": 0, "unit": "" } }, { "id": "a-26-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|425447bb-55d4-58b7-94c2-35fd7269e4a6" }, "value": 0, "unit": "" } }, { "id": "a-26-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b3aaac66-0f70-181e-7867-5f156fda82ce" }, "value": 0, "unit": "" } }, { "id": "a-26-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|dfdd64bd-395e-45c9-276c-0db75452419e" }, "value": 0, "unit": "" } }, { "id": "a-26-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8c5c0e60-837e-f0f0-2646-942612877931" }, "value": 0, "unit": "" } }, { "id": "a-26-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|ea63e26f-533a-b5ee-ee71-ea8e84d8cb73" }, "value": 0, "unit": "" } }, { "id": "a-26-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e820f579-293d-4d45-1f28-5bd4fc177db2" }, "yValue": 76, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-26-n-24", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 100, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|f7e08ab7-1617-7872-d846-16df16acab6f" }, "value": 0.5, "unit": "" } }] }, { "actionItems": [{ "id": "a-26-n-12", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|563f1026-a505-3ffe-a01b-fd6f84037d03" }, "xValue": 1, "yValue": 1, "locked": false } }, { "id": "a-26-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e820f579-293d-4d45-1f28-5bd4fc177db2" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-26-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|62ac6853-16db-0141-2ea5-131ad5b138b8" }, "value": 1, "unit": "" } }, { "id": "a-26-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e03cf261-3886-cbe3-0913-a38ba41ea422" }, "xValue": 1, "yValue": 1, "locked": false } }, { "id": "a-26-n-18", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|ea63e26f-533a-b5ee-ee71-ea8e84d8cb73" }, "value": 1, "unit": "" } }, { "id": "a-26-n-19", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|8c5c0e60-837e-f0f0-2646-942612877931" }, "value": 1, "unit": "" } }, { "id": "a-26-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 500, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|dfdd64bd-395e-45c9-276c-0db75452419e" }, "value": 1, "unit": "" } }, { "id": "a-26-n-21", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|b3aaac66-0f70-181e-7867-5f156fda82ce" }, "value": 1, "unit": "" } }, { "id": "a-26-n-22", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 700, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|136574f1-9748-1124-d9a2-37e3980bcf97" }, "value": 1, "unit": "" } }, { "id": "a-26-n-23", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|310922a3-e539-a54f-b89e-ea78de2fcad0" }, "value": 1, "unit": "" } }] }], "createdOn": 1508266874676, "useFirstGroupAsInitialState": true }, "a-27": { "id": "a-27", "title": "ix_hover - On mouse Out", "actionItemGroups": [{ "actionItems": [{ "id": "a-27-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|f7e08ab7-1617-7872-d846-16df16acab6f" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-27-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|563f1026-a505-3ffe-a01b-fd6f84037d03" }, "xValue": 0, "yValue": 0, "locked": false } }, { "id": "a-27-n-3", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|563f1026-a505-3ffe-a01b-fd6f84037d03" }, "zValue": -360, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-27-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|e820f579-293d-4d45-1f28-5bd4fc177db2" }, "yValue": 76, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508268319173, "useFirstGroupAsInitialState": false }, "a-28": { "id": "a-28", "title": "ix-page-load", "actionItemGroups": [{ "actionItems": [{ "id": "a-28-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|38919a65-f117-cd23-928e-abe6cf1d195b" }, "value": 0, "unit": "" } }, { "id": "a-28-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|0e684a3e-97da-f7c3-243a-a6f7f961219c" }, "value": 0, "unit": "" } }, { "id": "a-28-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|d0d9ca4d-7cde-6310-8086-d97cfd759d83" }, "value": 0, "unit": "" } }, { "id": "a-28-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|d0d9ca4d-7cde-6310-8086-d97cfd759d83" }, "yValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-28-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|347eb053-f423-fa2f-a4d8-87d5871b6631" }, "value": 0, "unit": "" } }, { "id": "a-28-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|347eb053-f423-fa2f-a4d8-87d5871b6631" }, "xValue": 100, "yValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-28-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2a30f13f-8a5a-65e6-35c2-feae94a417f2" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-28-n-17", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|38919a65-f117-cd23-928e-abe6cf1d195b" }, "zValue": -6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-28-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|38919a65-f117-cd23-928e-abe6cf1d195b" }, "xValue": 140, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-28-n-7", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 300, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|2a30f13f-8a5a-65e6-35c2-feae94a417f2" }, "zValue": 360, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-28-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 400, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|2a30f13f-8a5a-65e6-35c2-feae94a417f2" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-28-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|347eb053-f423-fa2f-a4d8-87d5871b6631" }, "value": 1, "unit": "" } }, { "id": "a-28-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 800, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|347eb053-f423-fa2f-a4d8-87d5871b6631" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-28-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 900, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|0e684a3e-97da-f7c3-243a-a6f7f961219c" }, "value": 1, "unit": "" } }, { "id": "a-28-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|d0d9ca4d-7cde-6310-8086-d97cfd759d83" }, "value": 1, "unit": "" } }, { "id": "a-28-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1200, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|d0d9ca4d-7cde-6310-8086-d97cfd759d83" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-28-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1600, "easing": "", "duration": 1500, "target": { "id": "5cbfad0e3e4dd153da921077|38919a65-f117-cd23-928e-abe6cf1d195b" }, "value": 1, "unit": "" } }, { "id": "a-28-n-18", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1600, "easing": "swingTo", "duration": 1500, "target": { "id": "5cbfad0e3e4dd153da921077|38919a65-f117-cd23-928e-abe6cf1d195b" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-28-n-19", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 1600, "easing": "", "duration": 1500, "target": { "id": "5cbfad0e3e4dd153da921077|38919a65-f117-cd23-928e-abe6cf1d195b" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }], "createdOn": 1508278844136, "useFirstGroupAsInitialState": true }, "a-29": { "id": "a-29", "title": "IX_triggers-controls", "actionItemGroups": [{ "actionItems": [{ "id": "a-29-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c19de0f6-8b73-5c21-1081-c27c17db6166" }, "value": 0, "unit": "" } }, { "id": "a-29-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b948c724-4114-b4f0-6f2f-3dfd00bc6a56" }, "value": 0, "unit": "" } }, { "id": "a-29-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|62ee1fa5-d7a8-ad2e-13df-45875206f6dd" }, "value": 0, "unit": "" } }, { "id": "a-29-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|fb806098-5441-328e-4432-01c7e7590d84" }, "value": 0, "unit": "" } }, { "id": "a-29-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5c192d2d-e076-85d1-1309-23b095cdf9ae" }, "value": 0, "unit": "" } }, { "id": "a-29-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c9629419-c452-88e5-4258-075a4764c3a2" }, "value": 0, "unit": "" } }, { "id": "a-29-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3e1f60c0-8043-9584-4cd5-26a2889ccb7f" }, "value": 0, "unit": "" } }, { "id": "a-29-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e0f0f00c-3fcb-f5ca-d4fb-b45244a273ee" }, "value": 0, "unit": "" } }, { "id": "a-29-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|f8225e83-18dc-54ca-0291-51e7fe0120cb" }, "value": 0, "unit": "" } }, { "id": "a-29-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6c3c40df-4a86-0c1f-c680-72a86052b387" }, "value": 0, "unit": "" } }, { "id": "a-29-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|fd37b917-e3f7-23b9-e3c5-dffb80078f1f" }, "value": 0, "unit": "" } }, { "id": "a-29-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|addfd561-054b-c00c-4d4b-8961111b0753" }, "value": 0, "unit": "" } }, { "id": "a-29-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1dc5380b-2cc4-e90a-061a-1330c6dee579" }, "value": 0, "unit": "" } }, { "id": "a-29-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|be9e183b-1f25-920e-8fdf-8927b4bc878b" }, "value": 0, "unit": "" } }, { "id": "a-29-n-29", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|380f9b38-5e29-5525-a0b2-373686a53c76" }, "value": 0, "unit": "" } }, { "id": "a-29-n-30", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|26e7b5a0-14a5-ac17-8bf2-d80da6cc840a" }, "value": 0, "unit": "" } }, { "id": "a-29-n-31", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|302d9657-f91d-d169-b1b2-ac7fa7be5c90" }, "value": 0, "unit": "" } }, { "id": "a-29-n-32", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|009a5e34-135a-b39b-5628-372118a017b3" }, "value": 0, "unit": "" } }, { "id": "a-29-n-33", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b2f6cff7-97a2-c4dc-68ad-1dd7edcb5dba" }, "value": 0, "unit": "" } }, { "id": "a-29-n-34", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|83348366-b5dc-73bf-59cc-7e71200b7639" }, "value": 0, "unit": "" } }, { "id": "a-29-n-35", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|f25c1d95-8f0c-f33c-2706-4943178ca522" }, "value": 0, "unit": "" } }, { "id": "a-29-n-36", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a28efed5-9806-0758-db4c-ee167cd48fcb" }, "value": 0, "unit": "" } }, { "id": "a-29-n-37", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|60782df8-9de9-be84-3094-b9fcba64d589" }, "value": 0, "unit": "" } }, { "id": "a-29-n-38", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|0a17cdde-bc67-cbf9-5f80-33baae52e0e9" }, "value": 0, "unit": "" } }, { "id": "a-29-n-39", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3b12a311-727e-b993-1a05-6a8e195f5365" }, "value": 0, "unit": "" } }, { "id": "a-29-n-40", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|86e3e328-f4fd-964f-78a0-a5aea2bce13e" }, "value": 0, "unit": "" } }, { "id": "a-29-n-41", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|95105601-839d-872b-b056-22f74bd9eb0d" }, "value": 0, "unit": "" } }, { "id": "a-29-n-42", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|67f066c6-3a61-90e2-e9ee-2f0de3995f66" }, "value": 0, "unit": "" } }, { "id": "a-29-n-43", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6f3a147e-f579-4eee-a72e-dc87bfd2ecce" }, "value": 0, "unit": "" } }, { "id": "a-29-n-44", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5c42a65b-95a5-e839-9336-f4ce89cff51a" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-29-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|c19de0f6-8b73-5c21-1081-c27c17db6166" }, "value": 1, "unit": "" } }, { "id": "a-29-n-64", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|26e7b5a0-14a5-ac17-8bf2-d80da6cc840a" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-63", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|380f9b38-5e29-5525-a0b2-373686a53c76" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-62", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|b948c724-4114-b4f0-6f2f-3dfd00bc6a56" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-61", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|c19de0f6-8b73-5c21-1081-c27c17db6166" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-47", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|26e7b5a0-14a5-ac17-8bf2-d80da6cc840a" }, "value": 1, "unit": "" } }, { "id": "a-29-n-46", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|380f9b38-5e29-5525-a0b2-373686a53c76" }, "value": 1, "unit": "" } }, { "id": "a-29-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|b948c724-4114-b4f0-6f2f-3dfd00bc6a56" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-29-n-17", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 100, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|62ee1fa5-d7a8-ad2e-13df-45875206f6dd" }, "value": 1, "unit": "" } }, { "id": "a-29-n-66", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 100, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|302d9657-f91d-d169-b1b2-ac7fa7be5c90" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-65", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 100, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|62ee1fa5-d7a8-ad2e-13df-45875206f6dd" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-45", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 100, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|302d9657-f91d-d169-b1b2-ac7fa7be5c90" }, "value": 1, "unit": "" } }, { "id": "a-29-n-18", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|fb806098-5441-328e-4432-01c7e7590d84" }, "value": 1, "unit": "" } }, { "id": "a-29-n-68", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|009a5e34-135a-b39b-5628-372118a017b3" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-67", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|fb806098-5441-328e-4432-01c7e7590d84" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-48", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|009a5e34-135a-b39b-5628-372118a017b3" }, "value": 1, "unit": "" } }, { "id": "a-29-n-19", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|5c192d2d-e076-85d1-1309-23b095cdf9ae" }, "value": 1, "unit": "" } }, { "id": "a-29-n-70", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|b2f6cff7-97a2-c4dc-68ad-1dd7edcb5dba" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-69", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|5c192d2d-e076-85d1-1309-23b095cdf9ae" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-49", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|b2f6cff7-97a2-c4dc-68ad-1dd7edcb5dba" }, "value": 1, "unit": "" } }, { "id": "a-29-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|c9629419-c452-88e5-4258-075a4764c3a2" }, "value": 1, "unit": "" } }, { "id": "a-29-n-72", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|83348366-b5dc-73bf-59cc-7e71200b7639" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-71", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|c9629419-c452-88e5-4258-075a4764c3a2" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-50", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|83348366-b5dc-73bf-59cc-7e71200b7639" }, "value": 1, "unit": "" } }, { "id": "a-29-n-21", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 500, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|3e1f60c0-8043-9584-4cd5-26a2889ccb7f" }, "value": 1, "unit": "" } }, { "id": "a-29-n-74", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|f25c1d95-8f0c-f33c-2706-4943178ca522" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-73", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|3e1f60c0-8043-9584-4cd5-26a2889ccb7f" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-51", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 500, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|f25c1d95-8f0c-f33c-2706-4943178ca522" }, "value": 1, "unit": "" } }, { "id": "a-29-n-22", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|e0f0f00c-3fcb-f5ca-d4fb-b45244a273ee" }, "value": 1, "unit": "" } }, { "id": "a-29-n-76", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|a28efed5-9806-0758-db4c-ee167cd48fcb" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-75", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|e0f0f00c-3fcb-f5ca-d4fb-b45244a273ee" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-52", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|a28efed5-9806-0758-db4c-ee167cd48fcb" }, "value": 1, "unit": "" } }, { "id": "a-29-n-23", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 700, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|f8225e83-18dc-54ca-0291-51e7fe0120cb" }, "value": 1, "unit": "" } }, { "id": "a-29-n-78", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|60782df8-9de9-be84-3094-b9fcba64d589" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-77", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|f8225e83-18dc-54ca-0291-51e7fe0120cb" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-53", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 700, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|60782df8-9de9-be84-3094-b9fcba64d589" }, "value": 1, "unit": "" } }, { "id": "a-29-n-24", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|6c3c40df-4a86-0c1f-c680-72a86052b387" }, "value": 1, "unit": "" } }, { "id": "a-29-n-80", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 800, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|0a17cdde-bc67-cbf9-5f80-33baae52e0e9" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-79", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 800, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|6c3c40df-4a86-0c1f-c680-72a86052b387" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-54", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|0a17cdde-bc67-cbf9-5f80-33baae52e0e9" }, "value": 1, "unit": "" } }, { "id": "a-29-n-25", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 900, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|fd37b917-e3f7-23b9-e3c5-dffb80078f1f" }, "value": 1, "unit": "" } }, { "id": "a-29-n-82", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 900, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|3b12a311-727e-b993-1a05-6a8e195f5365" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-81", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 900, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|fd37b917-e3f7-23b9-e3c5-dffb80078f1f" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-55", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 900, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|3b12a311-727e-b993-1a05-6a8e195f5365" }, "value": 1, "unit": "" } }, { "id": "a-29-n-26", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|addfd561-054b-c00c-4d4b-8961111b0753" }, "value": 1, "unit": "" } }, { "id": "a-29-n-84", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1000, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|86e3e328-f4fd-964f-78a0-a5aea2bce13e" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-83", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1000, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|addfd561-054b-c00c-4d4b-8961111b0753" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-56", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|86e3e328-f4fd-964f-78a0-a5aea2bce13e" }, "value": 1, "unit": "" } }, { "id": "a-29-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1100, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|1dc5380b-2cc4-e90a-061a-1330c6dee579" }, "value": 1, "unit": "" } }, { "id": "a-29-n-86", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1100, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|95105601-839d-872b-b056-22f74bd9eb0d" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-85", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1100, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|1dc5380b-2cc4-e90a-061a-1330c6dee579" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-57", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1100, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|95105601-839d-872b-b056-22f74bd9eb0d" }, "value": 1, "unit": "" } }, { "id": "a-29-n-28", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|be9e183b-1f25-920e-8fdf-8927b4bc878b" }, "value": 1, "unit": "" } }, { "id": "a-29-n-88", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1200, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|67f066c6-3a61-90e2-e9ee-2f0de3995f66" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-87", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1200, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|be9e183b-1f25-920e-8fdf-8927b4bc878b" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-58", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|67f066c6-3a61-90e2-e9ee-2f0de3995f66" }, "value": 1, "unit": "" } }, { "id": "a-29-n-59", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1400, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|6f3a147e-f579-4eee-a72e-dc87bfd2ecce" }, "value": 1, "unit": "" } }, { "id": "a-29-n-89", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1400, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|6f3a147e-f579-4eee-a72e-dc87bfd2ecce" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-29-n-60", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1600, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|5c42a65b-95a5-e839-9336-f4ce89cff51a" }, "value": 1, "unit": "" } }, { "id": "a-29-n-90", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 1600, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|5c42a65b-95a5-e839-9336-f4ce89cff51a" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508298548223, "useFirstGroupAsInitialState": true }, "a-30": { "id": "a-30", "title": "ix-hover", "actionItemGroups": [{ "actionItems": [{ "id": "a-30-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|7bc529d2-87e8-440f-7aed-3f72ba95173e" }, "value": 0.7, "unit": "" } }, { "id": "a-30-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|03330bef-58b1-23a7-a9f7-2844074ac190" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|12ae69f4-7a0e-9b71-739e-d0bc71a30740" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|70d0fbec-584d-5556-1346-f9bb72b3b793" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|879e60e3-48d2-e968-4aa2-1c99b96a0ca0" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|b86bf92a-4dc0-7d69-bc8b-7c39ab4a27b5" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|b470d466-e607-2425-daf2-a803a744c4d3" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|7bc529d2-87e8-440f-7aed-3f72ba95173e" }, "yValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-22", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|260f8763-f4d3-b5c9-0a8e-0378a12fc6ac" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-30-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|8b834698-4a29-87af-5631-56c3461d417a" }, "value": 0.9, "unit": "" } }, { "id": "a-30-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|8b834698-4a29-87af-5631-56c3461d417a" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-30-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|7bc529d2-87e8-440f-7aed-3f72ba95173e" }, "yValue": -80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|7bc529d2-87e8-440f-7aed-3f72ba95173e" }, "value": 1, "unit": "" } }, { "id": "a-30-n-18", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|d994088b-4fda-26b7-dcfe-52b37c3564c8" }, "yValue": -82, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|c333f76e-b53d-5ca8-5144-4a26c136ace5" }, "yValue": -82, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-20", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|84bd636f-137e-e211-e4ac-6f30120c9eb5" }, "yValue": -82, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|03330bef-58b1-23a7-a9f7-2844074ac190" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|b86bf92a-4dc0-7d69-bc8b-7c39ab4a27b5" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 750, "target": { "id": "5cbfad0e3e4dd153da921077|8b834698-4a29-87af-5631-56c3461d417a" }, "yValue": 174, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "swingTo", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|70d0fbec-584d-5556-1346-f9bb72b3b793" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "swingTo", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|12ae69f4-7a0e-9b71-739e-d0bc71a30740" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "swingTo", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|879e60e3-48d2-e968-4aa2-1c99b96a0ca0" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-30-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 550, "easing": "swingTo", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|260f8763-f4d3-b5c9-0a8e-0378a12fc6ac" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508385061141, "useFirstGroupAsInitialState": true }, "a-31": { "id": "a-31", "title": "ix-hover-out", "actionItemGroups": [{ "actionItems": [{ "id": "a-31-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|7bc529d2-87e8-440f-7aed-3f72ba95173e" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|7bc529d2-87e8-440f-7aed-3f72ba95173e" }, "value": 0.7, "unit": "" } }, { "id": "a-31-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|c333f76e-b53d-5ca8-5144-4a26c136ace5" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|03330bef-58b1-23a7-a9f7-2844074ac190" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|d994088b-4fda-26b7-dcfe-52b37c3564c8" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|84bd636f-137e-e211-e4ac-6f30120c9eb5" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 150, "target": { "id": "5cbfad0e3e4dd153da921077|8b834698-4a29-87af-5631-56c3461d417a" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-31-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|b470d466-e607-2425-daf2-a803a744c4d3" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|260f8763-f4d3-b5c9-0a8e-0378a12fc6ac" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|b86bf92a-4dc0-7d69-bc8b-7c39ab4a27b5" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|879e60e3-48d2-e968-4aa2-1c99b96a0ca0" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|70d0fbec-584d-5556-1346-f9bb72b3b793" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-31-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|12ae69f4-7a0e-9b71-739e-d0bc71a30740" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508420220336, "useFirstGroupAsInitialState": false }, "a-32": { "id": "a-32", "title": "ix_page-load-new", "actionItemGroups": [{ "actionItems": [{ "id": "a-32-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6aef514b-a140-2e50-9a3f-fc7919d22d8b" }, "value": 0, "unit": "" } }, { "id": "a-32-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|ef225db6-631a-816a-ff52-0132ce125a6e" }, "value": 0, "unit": "" } }, { "id": "a-32-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|37e4e563-087b-1542-b455-f06491cdfec5" }, "value": 0, "unit": "" } }, { "id": "a-32-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|54799bad-d6d3-443d-dd9a-f87f93e0839f" }, "value": 0, "unit": "" } }, { "id": "a-32-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e602dff4-3b3e-60bd-ad44-a50eb60af5c1" }, "value": 0, "unit": "" } }, { "id": "a-32-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3ed0b7ca-61de-2e5e-b0c9-e1d9645725d0" }, "value": 0, "unit": "" } }, { "id": "a-32-n-31", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|54799bad-d6d3-443d-dd9a-f87f93e0839f" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-32-n-32", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3ed0b7ca-61de-2e5e-b0c9-e1d9645725d0" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-32-n-33", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e602dff4-3b3e-60bd-ad44-a50eb60af5c1" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-32-n-34", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|37e4e563-087b-1542-b455-f06491cdfec5" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-32-n-35", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|ef225db6-631a-816a-ff52-0132ce125a6e" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-32-n-36", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6aef514b-a140-2e50-9a3f-fc7919d22d8b" }, "xValue": 0, "yValue": 0, "locked": true } }] }, { "actionItems": [{ "id": "a-32-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|e602dff4-3b3e-60bd-ad44-a50eb60af5c1" }, "value": 1, "unit": "" } }, { "id": "a-32-n-39", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|e602dff4-3b3e-60bd-ad44-a50eb60af5c1" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-32-n-50", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 2000, "target": { "id": "5cbfad0e3e4dd153da921077|bbc92bee-6c5e-f720-6493-f67bcb7fc1dd" }, "yValue": 239, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-32-n-26", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|3ed0b7ca-61de-2e5e-b0c9-e1d9645725d0" }, "value": 1, "unit": "" } }, { "id": "a-32-n-40", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 300, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|3ed0b7ca-61de-2e5e-b0c9-e1d9645725d0" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-32-n-29", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|37e4e563-087b-1542-b455-f06491cdfec5" }, "value": 1, "unit": "" } }, { "id": "a-32-n-42", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 600, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|37e4e563-087b-1542-b455-f06491cdfec5" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-32-n-41", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 900, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|ef225db6-631a-816a-ff52-0132ce125a6e" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-32-n-28", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 900, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|ef225db6-631a-816a-ff52-0132ce125a6e" }, "value": 1, "unit": "" } }, { "id": "a-32-n-38", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1200, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|6aef514b-a140-2e50-9a3f-fc7919d22d8b" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-32-n-43", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|6aef514b-a140-2e50-9a3f-fc7919d22d8b" }, "value": 1, "unit": "" } }, { "id": "a-32-n-44", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1500, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|54799bad-d6d3-443d-dd9a-f87f93e0839f" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-32-n-24", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1500, "easing": "outExpo", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|54799bad-d6d3-443d-dd9a-f87f93e0839f" }, "value": 1, "unit": "" } }] }], "createdOn": 1508441988719, "useFirstGroupAsInitialState": true }, "a-33": { "id": "a-33", "title": "IX-header", "actionItemGroups": [{ "actionItems": [{ "id": "a-33-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "xValue": -143, "yValue": 34, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "value": 0, "unit": "" } }, { "id": "a-33-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": -128, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "value": 0, "unit": "" } }, { "id": "a-33-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "xValue": -105, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "xValue": -180, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "value": 0, "unit": "" } }, { "id": "a-33-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "xValue": -140, "yValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "value": 0, "unit": "" } }, { "id": "a-33-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "xValue": 86, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "value": 0, "unit": "" } }, { "id": "a-33-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "xValue": 148, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "value": 0, "unit": "" } }, { "id": "a-33-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "xValue": 116, "yValue": -26, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "value": 0, "unit": "" } }, { "id": "a-33-n-17", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "value": 0, "unit": "" } }, { "id": "a-33-n-18", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "value": 0, "unit": "" } }, { "id": "a-33-n-19", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|04b92e5e-af89-6292-77bd-95a9c82ba4f0" }, "value": 0, "unit": "" } }, { "id": "a-33-n-21", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "value": 0, "unit": "" } }, { "id": "a-33-n-22", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "value": 0, "unit": "" } }, { "id": "a-33-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "yValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-25", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "value": 0, "unit": "" } }, { "id": "a-33-n-28", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "value": 0, "unit": "" } }, { "id": "a-33-n-49", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|04b92e5e-af89-6292-77bd-95a9c82ba4f0" }, "yValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-53", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "yValue": 142, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-56", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-33-n-58", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "xValue": 0, "yValue": 0, "locked": true } }] }, { "actionItems": [{ "id": "a-33-n-30", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "value": 1, "unit": "" } }, { "id": "a-33-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-33-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-42", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "value": 1, "unit": "" } }, { "id": "a-33-n-41", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-40", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "value": 1, "unit": "" } }, { "id": "a-33-n-39", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-32", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "value": 1, "unit": "" } }, { "id": "a-33-n-33", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-34", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "value": 1, "unit": "" } }, { "id": "a-33-n-35", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-36", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "inOutBack", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "value": 1, "unit": "" } }, { "id": "a-33-n-43", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "inOutBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-61", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "value": 1, "unit": "" } }, { "id": "a-33-n-44", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "value": 1, "unit": "" } }, { "id": "a-33-n-45", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "inOutBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-46", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "value": 1, "unit": "" } }, { "id": "a-33-n-62", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-47", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "value": 1, "unit": "" } }, { "id": "a-33-n-60", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "value": 1, "unit": "" } }, { "id": "a-33-n-59", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 600, "easing": "outQuad", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-33-n-50", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|04b92e5e-af89-6292-77bd-95a9c82ba4f0" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-48", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|04b92e5e-af89-6292-77bd-95a9c82ba4f0" }, "value": 1, "unit": "" } }, { "id": "a-33-n-63", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 600, "easing": "", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": 8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-33-n-57", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 900, "easing": "outQuad", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-33-n-64", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 900, "easing": "", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": -8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-33-n-54", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 900, "easing": "outBack", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-33-n-55", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 900, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "value": 1, "unit": "" } }] }], "createdOn": 1508465250195, "useFirstGroupAsInitialState": true }, "a-34": { "id": "a-34", "title": "ix_header-mouse", "continuousParameterGroups": [{ "id": "a-34-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-34-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "xValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": -3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "xValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "xValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "xValue": -6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "xValue": -4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-25", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "xValue": -4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "xValue": -4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-33", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "xValue": -3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-37", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "xValue": -7, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-41", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "xValue": -3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-47", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "xValue": -2, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-53", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-34-n-55", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": 20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-34-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "xValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": 3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "xValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "xValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-18", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "xValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-22", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "xValue": 4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "xValue": 4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-30", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "xValue": 4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-34", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "xValue": 3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-38", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "xValue": 7, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-42", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "xValue": 3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-48", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "xValue": 2, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-54", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "zValue": -10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-34-n-56", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": -20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }, { "id": "a-34-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-34-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "yValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "yValue": -3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "yValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "yValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "yValue": -6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-23", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "yValue": -4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-27", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "yValue": -4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "yValue": -4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-35", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "yValue": -3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-39", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "yValue": -7, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-43", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "yValue": -3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-45", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-49", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "yValue": -2, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-52", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-34-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "yValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "yValue": 3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "yValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "yValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-20", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "yValue": 6, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "yValue": 4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "yValue": 4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-32", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "yValue": 4, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-36", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "yValue": 3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-40", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "yValue": 7, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-44", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "yValue": 3, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-46", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "yValue": 140, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-50", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "yValue": 2, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-34-n-51", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "zValue": 10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }], "createdOn": 1508469074978 }, "a-35": { "id": "a-35", "title": "ix-sequence-2", "actionItemGroups": [{ "actionItems": [{ "id": "a-35-n-104", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-35-n-102", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-35-n-103", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-35-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|cd72920a-dd87-2bd8-dbe7-e3b4424385bc" }, "value": 0, "unit": "" } }, { "id": "a-35-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|bf86a2e8-cc49-160b-84d2-0777d8a0b6d8" }, "value": 0, "unit": "" } }, { "id": "a-35-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|07896487-fea8-740f-af9e-d6903d5b8ad5" }, "value": 0, "unit": "" } }, { "id": "a-35-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|73ac3359-6cfb-6d27-e913-309d9bb1f0ee" }, "value": 0, "unit": "" } }, { "id": "a-35-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|a9664850-c0eb-7a66-d705-07c05ccc1cbb" }, "value": 0, "unit": "" } }, { "id": "a-35-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|07d875e9-5fc2-ab8b-8705-ea244fb3eb02" }, "value": 0, "unit": "" } }, { "id": "a-35-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|649156bf-441b-afc7-0e24-4cb533795a1e" }, "value": 0, "unit": "" } }, { "id": "a-35-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|824798bd-0180-c7e6-8c13-cfeb79d7d792" }, "yValue": 109, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|ebc6b03b-c4ea-97a9-39ac-a236bced8ea8" }, "value": 0, "unit": "" } }, { "id": "a-35-n-19", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|96a74e07-84b3-f195-c661-7b38da1cf638" }, "value": 0, "unit": "" } }, { "id": "a-35-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|2cbb9bf8-2f57-3587-0197-34b70f939432" }, "yValue": -110, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-34", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|2c536fb5-2bc1-e3f8-3be2-73939e8ad15d" }, "xValue": -50, "yValue": 150, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-38", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|392324e0-555a-b3ad-b95e-a498131e51f7" }, "xValue": 80, "yValue": -80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-41", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|ff2f5371-3919-9023-03b3-ced76a5a82d0" }, "xValue": -140, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-47", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|94cbd9e8-446b-8365-50aa-504d3f0f26a7" }, "xValue": -100, "yValue": 200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-55", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|07896487-fea8-740f-af9e-d6903d5b8ad5" }, "yValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-56", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|73ac3359-6cfb-6d27-e913-309d9bb1f0ee" }, "yValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-57", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|a9664850-c0eb-7a66-d705-07c05ccc1cbb" }, "yValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-64", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|3501f012-5bed-16c8-d465-fa21caa670dd" }, "value": 0, "unit": "" } }, { "id": "a-35-n-72", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|cd5b5aad-8c49-598a-a0a0-bf814e3b2cc5" }, "yValue": -160, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-74", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|f76f44f3-84ec-6d61-2a00-14ffbc721c43" }, "value": 0, "unit": "" } }, { "id": "a-35-n-81", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|a103b32e-8c20-661e-5199-62f572da4d11" }, "xValue": -130, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-88", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|a1b1e363-4878-793f-c188-49b6926881f8" }, "value": 0, "unit": "" } }, { "id": "a-35-n-96", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|07a8fa8a-e123-7b5e-8508-4880fe280022" }, "value": 0, "unit": "" } }, { "id": "a-35-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "value": 0, "unit": "" } }, { "id": "a-35-n-23", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "xValue": -200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-70", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "zValue": -45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-22", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "yValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "value": 0, "unit": "" } }, { "id": "a-35-n-66", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "zValue": 45, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "xValue": 200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "value": 0, "unit": "" } }, { "id": "a-35-n-106", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutQuint", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|70971d60-591f-6dd6-4abc-21a1a3ed0a51" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-111", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 0, "locked": false, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "widthValue": 340, "heightValue": 340, "widthUnit": "px", "heightUnit": "px" } }] }, { "actionItems": [{ "id": "a-35-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuad", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "value": 1, "unit": "" } }, { "id": "a-35-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-107", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "inOutQuint", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|70971d60-591f-6dd6-4abc-21a1a3ed0a51" }, "yValue": 52, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-28", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "value": 0.65, "unit": "" } }, { "id": "a-35-n-25", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "value": 0.65, "unit": "" } }, { "id": "a-35-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-67", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 400, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "zValue": -4, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-71", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 400, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "zValue": 4, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-35-n-75", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|f76f44f3-84ec-6d61-2a00-14ffbc721c43" }, "value": 1, "unit": "" } }, { "id": "a-35-n-78", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|392324e0-555a-b3ad-b95e-a498131e51f7" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-77", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|96a74e07-84b3-f195-c661-7b38da1cf638" }, "value": 1, "unit": "" } }, { "id": "a-35-n-76", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|bf86a2e8-cc49-160b-84d2-0777d8a0b6d8" }, "value": 1, "unit": "" } }, { "id": "a-35-n-79", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "swingTo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|ff2f5371-3919-9023-03b3-ced76a5a82d0" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-108", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "inOutQuint", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|70971d60-591f-6dd6-4abc-21a1a3ed0a51" }, "yValue": 82, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-85", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 500, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|cd5b5aad-8c49-598a-a0a0-bf814e3b2cc5" }, "zValue": -4, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-84", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|cd5b5aad-8c49-598a-a0a0-bf814e3b2cc5" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-83", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 500, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a103b32e-8c20-661e-5199-62f572da4d11" }, "zValue": 10, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-82", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a103b32e-8c20-661e-5199-62f572da4d11" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-80", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|ebc6b03b-c4ea-97a9-39ac-a236bced8ea8" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-35-n-86", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|cd72920a-dd87-2bd8-dbe7-e3b4424385bc" }, "value": 1, "unit": "" } }, { "id": "a-35-n-101", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|cd72920a-dd87-2bd8-dbe7-e3b4424385bc" }, "zValue": 6, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-87", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a1b1e363-4878-793f-c188-49b6926881f8" }, "value": 1, "unit": "" } }, { "id": "a-35-n-105", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutQuint", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|70971d60-591f-6dd6-4abc-21a1a3ed0a51" }, "yValue": 197, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-89", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "swingTo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2cbb9bf8-2f57-3587-0197-34b70f939432" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-97", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 500, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|07a8fa8a-e123-7b5e-8508-4880fe280022" }, "value": 1, "unit": "" } }, { "id": "a-35-n-95", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2c536fb5-2bc1-e3f8-3be2-73939e8ad15d" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-94", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 500, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|94cbd9e8-446b-8365-50aa-504d3f0f26a7" }, "zValue": -2, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-92", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 500, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3501f012-5bed-16c8-d465-fa21caa670dd" }, "zValue": -3, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-90", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 500, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|2cbb9bf8-2f57-3587-0197-34b70f939432" }, "zValue": -3, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-35-n-93", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "outExpo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|94cbd9e8-446b-8365-50aa-504d3f0f26a7" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-91", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3501f012-5bed-16c8-d465-fa21caa670dd" }, "value": 1, "unit": "" } }, { "id": "a-35-n-98", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|07d875e9-5fc2-ab8b-8705-ea244fb3eb02" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-35-n-52", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuint", "duration": 600, "locked": false, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "widthValue": 340, "heightValue": 390, "widthUnit": "px", "heightUnit": "px" } }, { "id": "a-35-n-54", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "outQuad", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|824798bd-0180-c7e6-8c13-cfeb79d7d792" }, "rValue": 67, "gValue": 83, "bValue": 255, "aValue": 0.3000000000000002 } }, { "id": "a-35-n-109", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutQuint", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|70971d60-591f-6dd6-4abc-21a1a3ed0a51" }, "yValue": 250, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-53", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 400, "easing": "outQuint", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|824798bd-0180-c7e6-8c13-cfeb79d7d792" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-58", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "outExpo", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|07896487-fea8-740f-af9e-d6903d5b8ad5" }, "yValue": -28, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-59", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 500, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|07896487-fea8-740f-af9e-d6903d5b8ad5" }, "value": 1, "unit": "" } }, { "id": "a-35-n-60", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "outExpo", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|73ac3359-6cfb-6d27-e913-309d9bb1f0ee" }, "yValue": -28, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-110", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "inOutQuint", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|70971d60-591f-6dd6-4abc-21a1a3ed0a51" }, "yValue": 276, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-61", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 700, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|73ac3359-6cfb-6d27-e913-309d9bb1f0ee" }, "value": 1, "unit": "" } }, { "id": "a-35-n-62", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "outExpo", "duration": 400, "target": { "id": "5cbfad0e3e4dd153da921077|a9664850-c0eb-7a66-d705-07c05ccc1cbb" }, "yValue": -28, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-35-n-63", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 700, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|a9664850-c0eb-7a66-d705-07c05ccc1cbb" }, "value": 1, "unit": "" } }] }], "createdOn": 1508510864804, "useFirstGroupAsInitialState": true }, "a-36": { "id": "a-36", "title": "ix-sequence-out", "actionItemGroups": [{ "actionItems": [{ "id": "a-36-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|517bbe8e-6322-1a68-9366-ece5b79d369b" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-36-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9535c187-10ee-0008-fba8-31ff21ee8df6" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-36-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d8dae900-a318-313e-06b9-76dcc18a54a8" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-36-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|70971d60-591f-6dd6-4abc-21a1a3ed0a51" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508518807763, "useFirstGroupAsInitialState": false }, "a-37": { "id": "a-37", "title": "ix-scrolloutview", "actionItemGroups": [{ "actionItems": [{ "id": "a-37-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|6aef514b-a140-2e50-9a3f-fc7919d22d8b" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-37-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|bbc92bee-6c5e-f720-6493-f67bcb7fc1dd" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-37-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|54799bad-d6d3-443d-dd9a-f87f93e0839f" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-37-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|ef225db6-631a-816a-ff52-0132ce125a6e" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-37-n-4", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|37e4e563-087b-1542-b455-f06491cdfec5" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-37-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e602dff4-3b3e-60bd-ad44-a50eb60af5c1" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-37-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|3ed0b7ca-61de-2e5e-b0c9-e1d9645725d0" }, "xValue": 0, "yValue": 0, "locked": true } }] }], "createdOn": 1508539753384, "useFirstGroupAsInitialState": false }, "a-38": { "id": "a-38", "title": "mobile-mouseover", "continuousParameterGroups": [{ "id": "a-38-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [] }, { "id": "a-38-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [] }], "createdOn": 1508688051194 }, "a-39": { "id": "a-39", "title": "progress-tracker-mobile", "continuousParameterGroups": [{ "id": "a-39-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 12, "actionItems": [{ "id": "a-39-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|feda08b1-010a-3eb5-6961-1ea43086e4f0" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-39-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|95bb9da9-a204-930c-508d-828bf79e47fb" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-39-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|95bb9da9-a204-930c-508d-828bf79e47fb" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 16, "actionItems": [{ "id": "a-39-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|feda08b1-010a-3eb5-6961-1ea43086e4f0" }, "xValue": 0, "yValue": 1, "locked": false } }, { "id": "a-39-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|95bb9da9-a204-930c-508d-828bf79e47fb" }, "yValue": 253, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-39-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|95bb9da9-a204-930c-508d-828bf79e47fb" }, "yValue": 253, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1508691432585 }, "a-42": { "id": "a-42", "title": "ix-sequence-mobile", "actionItemGroups": [{ "actionItems": [{ "id": "a-42-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|5c1ac072-dd55-5c6f-f618-f6f04d193f54" }, "value": 0, "unit": "" } }, { "id": "a-42-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|587af118-7781-1b5e-4ec8-0a6e68fc8814" }, "yValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|4c36807f-b3ea-1f33-13ba-c2569805db7a" }, "yValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-27", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b9a3abac-dbc2-89be-a7da-36698903be49" }, "yValue": 50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "value": 0, "unit": "" } }, { "id": "a-42-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "zValue": -30, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-42-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "xValue": -200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|6c77c113-bfbd-e865-329d-dcb083374588" }, "yValue": 80, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|ffa99fa5-f407-497c-c289-976c3f55ed31" }, "value": 0, "unit": "" } }, { "id": "a-42-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|3256a298-18b4-f548-330b-755079ae32fe" }, "xValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6c29b895-7931-555b-62ac-06abdde19b9c" }, "value": 0, "unit": "" } }, { "id": "a-42-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|70ee033a-0b55-8165-de27-704179ca3731" }, "value": 0, "unit": "" } }, { "id": "a-42-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|0ab23798-dcf4-d593-aa8b-3008cd339bdd" }, "xValue": 50, "yValue": 200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|3f9ffd68-0122-abc2-4cd4-779dbe7832fb" }, "value": 0, "unit": "" } }, { "id": "a-42-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|aef0b4a1-c4d8-5ca2-6641-dadbaf40303e" }, "yValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-42-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuad", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "value": 1, "unit": "" } }, { "id": "a-42-n-15", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuad", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-42-n-17", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3f9ffd68-0122-abc2-4cd4-779dbe7832fb" }, "value": 1, "unit": "" } }, { "id": "a-42-n-18", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|ffa99fa5-f407-497c-c289-976c3f55ed31" }, "value": 1, "unit": "" } }, { "id": "a-42-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|3256a298-18b4-f548-330b-755079ae32fe" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-22", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|aef0b4a1-c4d8-5ca2-6641-dadbaf40303e" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "swingTo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|0ab23798-dcf4-d593-aa8b-3008cd339bdd" }, "xValue": 0, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 300, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|70ee033a-0b55-8165-de27-704179ca3731" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-42-n-23", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5c1ac072-dd55-5c6f-f618-f6f04d193f54" }, "value": 1, "unit": "" } }, { "id": "a-42-n-24", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6c29b895-7931-555b-62ac-06abdde19b9c" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-42-n-25", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "swingTo", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd153da921077|67c7c97a-6af1-226c-c5cf-086cabafe717" }, "heightValue": 360, "widthUnit": "px", "heightUnit": "px" } }, { "id": "a-42-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 300, "easing": "swingTo", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6c77c113-bfbd-e865-329d-dcb083374588" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-33", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 300, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|6c77c113-bfbd-e865-329d-dcb083374588" }, "rValue": 67, "gValue": 83, "bValue": 255, "aValue": 0.3000000000000002 } }, { "id": "a-42-n-30", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 600, "easing": "swingTo", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|b9a3abac-dbc2-89be-a7da-36698903be49" }, "yValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "swingTo", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|4c36807f-b3ea-1f33-13ba-c2569805db7a" }, "yValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-42-n-32", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 700, "easing": "swingTo", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|587af118-7781-1b5e-4ec8-0a6e68fc8814" }, "yValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508699339879, "useFirstGroupAsInitialState": false }, "a-43": { "id": "a-43", "title": "New Timed Animation", "actionItemGroups": [], "createdOn": 1508782738473, "useFirstGroupAsInitialState": false }, "a-44": { "id": "a-44", "title": "Mouse Hover Over", "actionItemGroups": [{ "actionItems": [{ "id": "a-44-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "zValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508807686499, "useFirstGroupAsInitialState": false }, "a-45": { "id": "a-45", "title": "Hover Mouse Out", "actionItemGroups": [{ "actionItems": [{ "id": "a-45-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 200, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "zValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1508807749830, "useFirstGroupAsInitialState": false }, "a-46": { "id": "a-46", "title": "New Timed Animation", "actionItemGroups": [], "createdOn": 1508813727418, "useFirstGroupAsInitialState": false }, "a-47": { "id": "a-47", "title": "Header Page Load", "actionItemGroups": [{ "actionItems": [{ "id": "a-47-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "value": 0, "unit": "" } }, { "id": "a-47-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "value": 0, "unit": "" } }, { "id": "a-47-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "value": 0, "unit": "" } }, { "id": "a-47-n-11", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "value": 0, "unit": "" } }, { "id": "a-47-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "value": 0, "unit": "" } }, { "id": "a-47-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|04b92e5e-af89-6292-77bd-95a9c82ba4f0" }, "value": 0, "unit": "" } }, { "id": "a-47-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "value": 0, "unit": "" } }, { "id": "a-47-n-18", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "value": 0, "unit": "" } }, { "id": "a-47-n-19", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "value": 0, "unit": "" } }, { "id": "a-47-n-21", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-14", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-22", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-33", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "value": 0, "unit": "" } }, { "id": "a-47-n-32", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-31", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "value": 0, "unit": "" } }, { "id": "a-47-n-30", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-29", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "value": 0, "unit": "" } }, { "id": "a-47-n-28", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "value": 0, "unit": "" } }, { "id": "a-47-n-26", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-25", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "value": 0, "unit": "" } }, { "id": "a-47-n-24", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-47-n-23", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-47-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuint", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "value": 1, "unit": "" } }, { "id": "a-47-n-4", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuint", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|99e4947d-4f82-0c15-98f6-c4a3145fb572" }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "actionItems": [{ "id": "a-47-n-46", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "value": 1, "unit": "" } }, { "id": "a-47-n-45", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuint", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|192cb7bb-f96d-e990-689e-2d76de67cb26" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-9", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 200, "easing": "outQuint", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "outQuint", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|151aebf9-4e0f-4859-a674-c3a3b66d4572" }, "value": 1, "unit": "" } }, { "id": "a-47-n-52", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 400, "easing": "outQuint", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "value": 1, "unit": "" } }, { "id": "a-47-n-51", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 400, "easing": "outQuint", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|1fe05c4d-abc5-8add-6129-43d72b1b6405" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-36", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 600, "easing": "outQuint", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-49", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 600, "easing": "outQuint", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-50", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "outQuint", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|25bc133a-4dd4-265c-0aaa-1570cef08145" }, "value": 1, "unit": "" } }, { "id": "a-47-n-37", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "outQuint", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|7c876ee9-9323-df1e-8b03-ad9060c42a12" }, "value": 1, "unit": "" } }, { "id": "a-47-n-40", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 600, "easing": "outQuint", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|04b92e5e-af89-6292-77bd-95a9c82ba4f0" }, "value": 1, "unit": "" } }, { "id": "a-47-n-48", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 800, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "value": 1, "unit": "" } }, { "id": "a-47-n-47", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 800, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|29481e8b-3613-4805-8a07-0f667b48b081" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-55", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1000, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-56", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1000, "easing": "outQuint", "duration": 700, "target": { "id": "5cbfad0e3e4dd153da921077|a23f0f89-507d-9677-7a96-f60980d99461" }, "value": 1, "unit": "" } }, { "id": "a-47-n-39", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "value": 1, "unit": "" } }, { "id": "a-47-n-53", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1200, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-54", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1200, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|8df2d9cb-8e55-ec73-7c16-a4f99ea9d026" }, "value": 1, "unit": "" } }, { "id": "a-47-n-38", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1200, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|21f4b71a-963e-502f-b746-1078ba8de3e3" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-35", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1400, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "value": 1, "unit": "" } }, { "id": "a-47-n-41", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1400, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-42", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1400, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|b18af689-6522-f805-b63f-8e54f8d5b242" }, "value": 1, "unit": "" } }, { "id": "a-47-n-34", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1400, "easing": "outQuint", "duration": 800, "target": { "id": "5cbfad0e3e4dd153da921077|c5f09ed5-18ae-9a7c-67b1-e4c966255f56" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-47-n-44", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 1600, "easing": "outQuint", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "value": 1, "unit": "" } }, { "id": "a-47-n-43", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 1600, "easing": "outQuint", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|e4051270-43fb-c247-4c04-b97510f9d0ee" }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "actionItems": [{ "id": "a-47-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuint", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|5b3e5dc3-21e6-5871-785b-9e06bd96e9d5" }, "value": 1, "unit": "" } }] }], "createdOn": 1508833654711, "useFirstGroupAsInitialState": true }, "a-48": { "id": "a-48", "title": "Rotation on Mouseover", "continuousParameterGroups": [{ "id": "a-48-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-48-n-2", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "yValue": -8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-48-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|40c8a7dc-794d-5eae-670b-e977346ede11" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-48-n", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "yValue": 8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-48-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|40c8a7dc-794d-5eae-670b-e977346ede11" }, "yValue": 94, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }, { "id": "a-48-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-48-n-3", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "xValue": 8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-48-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|78e633e9-0139-bf67-abef-f428f6f35e1f" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-48-n-4", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|364741b0-e961-2a86-68cb-04f19a634c2c" }, "xValue": -8, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-48-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|78e633e9-0139-bf67-abef-f428f6f35e1f" }, "yValue": 95, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1508838531128 }, "a-49": { "id": "a-49", "title": "Empty Animation (for scroll IX)", "actionItemGroups": [], "createdOn": 1508840085547, "useFirstGroupAsInitialState": false }, "a-50": { "id": "a-50", "title": "curtain cover", "actionItemGroups": [{ "actionItems": [{ "id": "a-50-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 100, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|fe98b9dd-de38-e910-11f9-f9483826f32c" }, "value": 0, "unit": "" } }] }], "createdOn": 1509143325969, "useFirstGroupAsInitialState": false }, "a-51": { "id": "a-51", "title": "Mouse interaction", "continuousParameterGroups": [{ "id": "a-51-p", "type": "MOUSE_X", "parameterLabel": "Mouse X", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-51-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|0ec4026c-2215-fcc5-ddde-fa6fd38de4a3" }, "xValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|7fc3b2a7-cddb-3ad9-a7fc-d3d2976851b8" }, "xValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|fbe432f4-9d05-4435-d17c-e77f5dc5f93e" }, "xValue": -40, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a215e5b5-1fbd-4081-7af4-49196ae4df99" }, "xValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-17", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|fbe432f4-9d05-4435-d17c-e77f5dc5f93e" }, "zValue": -180, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-51-n-21", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|0ec4026c-2215-fcc5-ddde-fa6fd38de4a3" }, "xValue": 0.7500000000000004, "yValue": 0.7500000000000004, "locked": true } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-51-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|0ec4026c-2215-fcc5-ddde-fa6fd38de4a3" }, "xValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|7fc3b2a7-cddb-3ad9-a7fc-d3d2976851b8" }, "xValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|fbe432f4-9d05-4435-d17c-e77f5dc5f93e" }, "xValue": 40, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a215e5b5-1fbd-4081-7af4-49196ae4df99" }, "xValue": -60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|fbe432f4-9d05-4435-d17c-e77f5dc5f93e" }, "zValue": 180, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-51-n-22", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|0ec4026c-2215-fcc5-ddde-fa6fd38de4a3" }, "xValue": 1.25, "yValue": 1.25, "locked": true } }] }] }, { "id": "a-51-p-2", "type": "MOUSE_Y", "parameterLabel": "Mouse Y", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-51-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|0ec4026c-2215-fcc5-ddde-fa6fd38de4a3" }, "yValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|7fc3b2a7-cddb-3ad9-a7fc-d3d2976851b8" }, "yValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|fbe432f4-9d05-4435-d17c-e77f5dc5f93e" }, "yValue": -40, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a215e5b5-1fbd-4081-7af4-49196ae4df99" }, "yValue": 60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-19", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a215e5b5-1fbd-4081-7af4-49196ae4df99" }, "zValue": -180, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-51-n-23", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|7fc3b2a7-cddb-3ad9-a7fc-d3d2976851b8" }, "xValue": 20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-51-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|0ec4026c-2215-fcc5-ddde-fa6fd38de4a3" }, "yValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|7fc3b2a7-cddb-3ad9-a7fc-d3d2976851b8" }, "yValue": -30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|fbe432f4-9d05-4435-d17c-e77f5dc5f93e" }, "yValue": 40, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a215e5b5-1fbd-4081-7af4-49196ae4df99" }, "yValue": -60, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-51-n-20", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a215e5b5-1fbd-4081-7af4-49196ae4df99" }, "zValue": 180, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-51-n-24", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|7fc3b2a7-cddb-3ad9-a7fc-d3d2976851b8" }, "xValue": -20, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }], "createdOn": 1509411971698 }, "a-53": { "id": "a-53", "title": "Designer IX", "continuousParameterGroups": [{ "id": "a-53-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-53-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|f4156f33-2a9e-dff1-41df-1d244d93f909" }, "xValue": 300, "yValue": 300, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|bfbaf647-b788-fe32-882f-07931d14bffa" }, "xValue": -450, "yValue": -450, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|ff839dce-eda9-ce18-fbef-f7c5ce30f79f" }, "xValue": -100, "yValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|67d8281b-3090-a1fb-bab4-1411c06a2114" }, "xValue": 400, "yValue": 400, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|74b87724-f441-e8c5-3a16-37ecf04ceb07" }, "xValue": -150, "yValue": -150, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|b63705ae-4233-eca0-923f-2e92fa015fe3" }, "xValue": 300, "yValue": 300, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|0e9fa34c-14ee-4580-9ed8-028979d3a362" }, "xValue": -300, "yValue": -300, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-17", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|b1e04b38-b193-9ebb-1058-829a6ab3d5a1" }, "xValue": 40, "yValue": -20, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-53-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|9676fbe2-e8ea-ab02-a916-0a41555e34e4" }, "xValue": -80, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 10, "actionItems": [{ "id": "a-53-n-21", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|fb48bd66-4700-6e5b-b15d-224048b656cb" }, "rValue": 0, "gValue": 0, "bValue": 0, "aValue": 1 } }] }, { "keyframe": 75, "actionItems": [{ "id": "a-53-n-22", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|fb48bd66-4700-6e5b-b15d-224048b656cb" }, "rValue": 255, "gValue": 99, "bValue": 130, "aValue": 1 } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-53-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|f4156f33-2a9e-dff1-41df-1d244d93f909" }, "xValue": -300, "yValue": -300, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|bfbaf647-b788-fe32-882f-07931d14bffa" }, "xValue": 450, "yValue": 450, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|ff839dce-eda9-ce18-fbef-f7c5ce30f79f" }, "xValue": 100, "yValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|67d8281b-3090-a1fb-bab4-1411c06a2114" }, "xValue": -400, "yValue": -400, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|74b87724-f441-e8c5-3a16-37ecf04ceb07" }, "xValue": 150, "yValue": 150, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|b63705ae-4233-eca0-923f-2e92fa015fe3" }, "xValue": -300, "yValue": -300, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|0e9fa34c-14ee-4580-9ed8-028979d3a362" }, "xValue": 300, "yValue": 300, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-53-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|b1e04b38-b193-9ebb-1058-829a6ab3d5a1" }, "xValue": 360, "yValue": 230, "zValue": 60, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-53-n-20", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|9676fbe2-e8ea-ab02-a916-0a41555e34e4" }, "xValue": 100, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1509576693300 }, "a-54": { "id": "a-54", "title": "d-hp_buckets", "actionItemGroups": [{ "actionItems": [{ "id": "a-54-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|5ebecf54-c31e-b2b2-4c31-9f9b53c9cabc" }, "value": 0, "unit": "" } }, { "id": "a-54-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|5ebecf54-c31e-b2b2-4c31-9f9b53c9cabc" }, "yValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-54-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|3dd64102-e7ac-f32b-decf-63441602f2df" }, "yValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-54-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|3dd64102-e7ac-f32b-decf-63441602f2df" }, "value": 0, "unit": "" } }, { "id": "a-54-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|04079bf0-83dc-57d7-48da-fb1ae1ed7222" }, "yValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-54-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|04079bf0-83dc-57d7-48da-fb1ae1ed7222" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-54-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 500, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|5ebecf54-c31e-b2b2-4c31-9f9b53c9cabc" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-54-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 500, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|5ebecf54-c31e-b2b2-4c31-9f9b53c9cabc" }, "value": 1, "unit": "" } }, { "id": "a-54-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 650, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|3dd64102-e7ac-f32b-decf-63441602f2df" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-54-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 650, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|3dd64102-e7ac-f32b-decf-63441602f2df" }, "value": 1, "unit": "" } }, { "id": "a-54-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 850, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|04079bf0-83dc-57d7-48da-fb1ae1ed7222" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-54-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 850, "easing": "outQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd16e4c921069|04079bf0-83dc-57d7-48da-fb1ae1ed7222" }, "value": 1, "unit": "" } }] }], "createdOn": 1509586626546, "useFirstGroupAsInitialState": true }, "a-55": { "id": "a-55", "title": "Blog progress", "continuousParameterGroups": [{ "id": "a-55-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-55-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1648b921343|e6598ab4-671b-6711-3f24-0f80e5e9d7a6" }, "xValue": 0, "locked": false } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-55-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1648b921343|e6598ab4-671b-6711-3f24-0f80e5e9d7a6" }, "xValue": 1, "locked": false } }] }] }], "createdOn": 1509834272464 }, "a-56": { "id": "a-56", "title": "IX_banner-enter", "actionItemGroups": [{ "actionItems": [{ "id": "a-56-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "value": 0, "unit": "" } }, { "id": "a-56-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }, { "id": "a-56-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "yValue": 10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-56-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 200, "easing": "outQuart", "duration": 1000, "target": { "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-56-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 200, "easing": "outQuart", "duration": 1000, "target": { "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-56-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "outQuart", "duration": 1000, "target": { "id": "e5e5fd32-e677-3430-6a9b-8bc94ea8affe" }, "value": 1, "unit": "" } }] }], "createdOn": 1512159810377, "useFirstGroupAsInitialState": true }, "a-57": { "id": "a-57", "title": "IX_banner-hover", "actionItemGroups": [{ "actionItems": [{ "id": "a-57-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuad", "duration": 300, "target": { "id": "a777977b-5063-bb2d-27c1-5826afc41e36" }, "xValue": 8, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-57-n-2", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "092ba6c4-ef5c-0d93-23e1-5544b867278c" }, "rValue": 67, "gValue": 90, "bValue": 230, "aValue": 1 } }] }], "createdOn": 1512160706283, "useFirstGroupAsInitialState": false }, "a-58": { "id": "a-58", "title": "IX_banner-hoverOUT", "actionItemGroups": [{ "actionItems": [{ "id": "a-58-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuad", "duration": 300, "target": { "id": "a777977b-5063-bb2d-27c1-5826afc41e36" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-58-n-2", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 300, "target": { "id": "092ba6c4-ef5c-0d93-23e1-5544b867278c" }, "rValue": 67, "gValue": 83, "bValue": 255, "aValue": 1 } }] }], "createdOn": 1512160775763, "useFirstGroupAsInitialState": false }, "a-59": { "id": "a-59", "title": "search open", "actionItemGroups": [{ "actionItems": [{ "id": "a-59-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "9fd9034f-3bb7-10e0-bc4c-3880eb6433ed" } } }, { "id": "a-59-n-13", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "id": "9fd9034f-3bb7-10e0-bc4c-3880eb6433ed" }, "heightValue": 0, "widthUnit": "PX", "heightUnit": "PX" } }] }, { "actionItems": [{ "id": "a-59-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "330e93be-b700-411f-acc8-db262acb4ece" } } }, { "id": "a-59-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "flex", "target": { "id": "9fd9034f-3bb7-10e0-bc4c-3880eb6433ed" } } }, { "id": "a-59-n-2", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "24f122bb-2f97-02e9-54c1-e02e678f56c2" } } }] }, { "actionItems": [{ "id": "a-59-n-14", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "locked": false, "target": { "id": "9fd9034f-3bb7-10e0-bc4c-3880eb6433ed" }, "heightValue": 70, "widthUnit": "PX", "heightUnit": "PX" } }] }], "createdOn": 1512358506652, "useFirstGroupAsInitialState": true }, "a-60": { "id": "a-60", "title": "search close", "actionItemGroups": [{ "actionItems": [{ "id": "a-60-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "330e93be-b700-411f-acc8-db262acb4ece" } } }, { "id": "a-60-n-5", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "24f122bb-2f97-02e9-54c1-e02e678f56c2" } } }] }, { "actionItems": [{ "id": "a-60-n-9", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "locked": false, "target": { "id": "9fd9034f-3bb7-10e0-bc4c-3880eb6433ed" }, "heightValue": 0, "widthUnit": "PX", "heightUnit": "PX" } }] }, { "actionItems": [{ "id": "a-60-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "9fd9034f-3bb7-10e0-bc4c-3880eb6433ed" } } }] }], "createdOn": 1512358806127, "useFirstGroupAsInitialState": false }, "a-61": { "id": "a-61", "title": "Homepage IX", "continuousParameterGroups": [{ "id": "a-61-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-61-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|64948197-0e04-69c8-c7e6-1477f0e5a144" }, "yValue": 400, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|951cea08-b521-2913-bdde-8f9b7c1be3cf" }, "xValue": 1200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|88968b9e-5355-9eeb-6fa2-50afb44c805b" }, "yValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-7", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|471dce35-940a-0cb2-f0ba-62bed9b718e3" }, "xValue": -30, "yValue": 30, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-61-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|f8172073-bd29-5883-263a-bbb907d73fb5" }, "yValue": -700, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 20, "actionItems": [{ "id": "a-61-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a36145b7-ca2a-1574-8554-ad317a22193a" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-11", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a36145b7-ca2a-1574-8554-ad317a22193a" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-61-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|64948197-0e04-69c8-c7e6-1477f0e5a144" }, "yValue": -400, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|951cea08-b521-2913-bdde-8f9b7c1be3cf" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|88968b9e-5355-9eeb-6fa2-50afb44c805b" }, "yValue": -40, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-8", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|471dce35-940a-0cb2-f0ba-62bed9b718e3" }, "xValue": -360, "yValue": -360, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-61-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a36145b7-ca2a-1574-8554-ad317a22193a" }, "xValue": 70, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-61-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|a36145b7-ca2a-1574-8554-ad317a22193a" }, "zValue": 30, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-61-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1724392100c|f8172073-bd29-5883-263a-bbb907d73fb5" }, "yValue": 200, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1513960427244 }, "a-62": { "id": "a-62", "title": "QE: fade in", "actionItemGroups": [{ "actionItems": [{ "id": "a-62-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-62-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 1, "unit": "" } }, { "id": "a-62-n-17", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-62-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 1, "unit": "" } }, { "id": "a-62-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 1, "unit": "" } }, { "id": "a-62-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 1, "unit": "" } }, { "id": "a-62-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 1, "unit": "" } }, { "id": "a-62-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 1, "unit": "" } }, { "id": "a-62-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 1, "unit": "" } }, { "id": "a-62-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 1, "unit": "" } }, { "id": "a-62-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-62-n-16", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "actionItems": [{ "id": "a-62-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }, { "id": "a-62-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 0.5, "unit": "" } }, { "id": "a-62-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 0.5, "unit": "" } }, { "id": "a-62-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 0.5, "unit": "" } }, { "id": "a-62-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-68": { "id": "a-68", "title": "QE: slide in", "actionItemGroups": [{ "actionItems": [{ "id": "a-68-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-68-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 1, "unit": "" } }, { "id": "a-68-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-68-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 1, "unit": "" } }, { "id": "a-68-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 1, "unit": "" } }, { "id": "a-68-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 1, "unit": "" } }, { "id": "a-68-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 1, "unit": "" } }, { "id": "a-68-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 1, "unit": "" } }, { "id": "a-68-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 1, "unit": "" } }, { "id": "a-68-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 1, "unit": "" } }, { "id": "a-68-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-68-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "actionItems": [{ "id": "a-68-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }, { "id": "a-68-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-68-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 0.5, "unit": "" } }, { "id": "a-68-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 0.5, "unit": "" } }, { "id": "a-68-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 0.5, "unit": "" } }, { "id": "a-68-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-70": { "id": "a-70", "title": "QE: grow in", "actionItemGroups": [{ "actionItems": [{ "id": "a-70-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-70-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 1, "unit": "" } }, { "id": "a-70-n-20", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-70-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 1, "unit": "" } }, { "id": "a-70-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 1, "unit": "" } }, { "id": "a-70-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 1, "unit": "" } }, { "id": "a-70-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 1, "unit": "" } }, { "id": "a-70-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 1, "unit": "" } }, { "id": "a-70-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 1, "unit": "" } }, { "id": "a-70-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 1, "unit": "" } }, { "id": "a-70-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0.7500000000000004, "yValue": 0.7500000000000004, "locked": true } }, { "id": "a-70-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-70-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }, { "id": "a-70-n-18", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-70-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 0.5, "unit": "" } }, { "id": "a-70-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 0.5, "unit": "" } }, { "id": "a-70-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 0.5, "unit": "" } }, { "id": "a-70-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-72": { "id": "a-72", "title": "QE: flip in", "actionItemGroups": [{ "actionItems": [{ "id": "a-72-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-72-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 1, "unit": "" } }, { "id": "a-72-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": -90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-72-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 1, "unit": "" } }, { "id": "a-72-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 1, "unit": "" } }, { "id": "a-72-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 1, "unit": "" } }, { "id": "a-72-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 1, "unit": "" } }, { "id": "a-72-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 1, "unit": "" } }, { "id": "a-72-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 1, "unit": "" } }, { "id": "a-72-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 1, "unit": "" } }, { "id": "a-72-n-10", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-72-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-72-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }, { "id": "a-72-n-19", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "outQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-72-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 0.5, "unit": "" } }, { "id": "a-72-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 0.5, "unit": "" } }, { "id": "a-72-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 0.5, "unit": "" } }, { "id": "a-72-n-17", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-63": { "id": "a-63", "title": "QE: fade out", "actionItemGroups": [{ "actionItems": [{ "id": "a-63-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-63-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 1, "unit": "" } }, { "id": "a-63-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 1, "unit": "" } }, { "id": "a-63-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 1, "unit": "" } }, { "id": "a-63-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 1, "unit": "" } }, { "id": "a-63-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-63-n-18", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "actionItems": [{ "id": "a-63-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }, { "id": "a-63-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 0.5, "unit": "" } }, { "id": "a-63-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 0.5, "unit": "" } }, { "id": "a-63-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 0.5, "unit": "" } }, { "id": "a-63-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 0.5, "unit": "" } }, { "id": "a-63-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 0.5, "unit": "" } }, { "id": "a-63-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 0.5, "unit": "" } }, { "id": "a-63-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 0.5, "unit": "" } }, { "id": "a-63-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-69": { "id": "a-69", "title": "QE: slide out", "actionItemGroups": [{ "actionItems": [{ "id": "a-69-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-69-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 1, "unit": "" } }, { "id": "a-69-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 1, "unit": "" } }, { "id": "a-69-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 1, "unit": "" } }, { "id": "a-69-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 1, "unit": "" } }, { "id": "a-69-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-69-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "actionItems": [{ "id": "a-69-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "inQuart", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }, { "id": "a-69-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inQuart", "duration": 600, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-69-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 0.5, "unit": "" } }, { "id": "a-69-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 0.5, "unit": "" } }, { "id": "a-69-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 0.5, "unit": "" } }, { "id": "a-69-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 0.5, "unit": "" } }, { "id": "a-69-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 0.5, "unit": "" } }, { "id": "a-69-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 0.5, "unit": "" } }, { "id": "a-69-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 0.5, "unit": "" } }, { "id": "a-69-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-71": { "id": "a-71", "title": "QE: grow out", "actionItemGroups": [{ "actionItems": [{ "id": "a-71-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-71-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 1, "unit": "" } }, { "id": "a-71-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 1, "unit": "" } }, { "id": "a-71-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 1, "unit": "" } }, { "id": "a-71-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 1, "unit": "" } }, { "id": "a-71-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-71-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-71-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "inQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }, { "id": "a-71-n-18", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1.25, "yValue": 1.25, "locked": true } }, { "id": "a-71-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 0.5, "unit": "" } }, { "id": "a-71-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 0.5, "unit": "" } }, { "id": "a-71-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 0.5, "unit": "" } }, { "id": "a-71-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 0.5, "unit": "" } }, { "id": "a-71-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 0.5, "unit": "" } }, { "id": "a-71-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 0.5, "unit": "" } }, { "id": "a-71-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 0.5, "unit": "" } }, { "id": "a-71-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-73": { "id": "a-73", "title": "QE: flip out", "actionItemGroups": [{ "actionItems": [{ "id": "a-73-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-73-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|2e5bb160-54eb-bb1e-8058-1619576ab94e" }, "value": 1, "unit": "" } }, { "id": "a-73-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|cd477d11-ea78-fdab-c72f-f388c145567f" }, "value": 1, "unit": "" } }, { "id": "a-73-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|d3568c2c-5ebb-13b7-6287-5083a13dbe4a" }, "value": 1, "unit": "" } }, { "id": "a-73-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|41a3639e-3568-aa76-3d0d-4519eacba10c" }, "value": 1, "unit": "" } }, { "id": "a-73-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-73-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-73-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "inQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "value": 0, "unit": "" } }, { "id": "a-73-n-18", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "inQuart", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": 90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-73-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|7d4c07b0-c190-7f8b-9c36-27fddc1cb411" }, "value": 0.5, "unit": "" } }, { "id": "a-73-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|9c0e88ba-d79e-3b25-e633-54096ee97277" }, "value": 0.5, "unit": "" } }, { "id": "a-73-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|a35cb622-c6cb-91d0-5d29-1e222840105c" }, "value": 0.5, "unit": "" } }, { "id": "a-73-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|f014c378-0c02-e45f-50ae-b95690959abd" }, "value": 0.5, "unit": "" } }, { "id": "a-73-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|eb293fc6-2fb2-411a-f10a-afa8d2e5d92b" }, "value": 0.5, "unit": "" } }, { "id": "a-73-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|af87439a-fec0-b87f-af9c-31872789f50b" }, "value": 0.5, "unit": "" } }, { "id": "a-73-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|e2be919e-3a25-5c22-2983-130e4a60145a" }, "value": 0.5, "unit": "" } }, { "id": "a-73-n-17", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|c54e8bfc-6de6-d943-47d0-a92047a9e0a5" }, "value": 0.5, "unit": "" } }] }], "createdOn": 1515536599430, "useFirstGroupAsInitialState": true }, "a-64": { "id": "a-64", "title": "QE: jello", "actionItemGroups": [{ "actionItems": [{ "id": "a-64-n", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 0, "easing": "outQuart", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 12, "yValue": 12, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-64-n-2", "actionTypeId": "TRANSFORM_SKEW", "config": { "delay": 0, "easing": "outElastic", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 0, "yValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }], "createdOn": 1515542934367, "useFirstGroupAsInitialState": false }, "a-65": { "id": "a-65", "title": "QE: bounce", "actionItemGroups": [{ "actionItems": [{ "id": "a-65-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 250, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": -100, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-65-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outBounce", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1515543215955, "useFirstGroupAsInitialState": false }, "a-66": { "id": "a-66", "title": "QE: rubber band", "actionItemGroups": [{ "actionItems": [{ "id": "a-66-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuad", "duration": 250, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1.25, "yValue": 0.7500000000000004, "locked": false } }] }, { "actionItems": [{ "id": "a-66-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outElastic", "duration": 1000, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "xValue": 1, "yValue": 1, "locked": true } }] }], "createdOn": 1515543363837, "useFirstGroupAsInitialState": false }, "a-67": { "id": "a-67", "title": "QE: jiggle", "actionItemGroups": [{ "actionItems": [{ "id": "a-67-n", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": -5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-2", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": 5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-3", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": -5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-4", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": 5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-5", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": -5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-6", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": 5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-7", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": -5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-8", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": 5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-9", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": -5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-10", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": 5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-11", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": -5, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "actionItems": [{ "id": "a-67-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "easeOut", "duration": 100, "target": { "id": "5cbfad0e3e4dd153da921077|695c0675-61b4-0bf3-31e0-f9918355c40d" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }], "createdOn": 1515543544605, "useFirstGroupAsInitialState": false }, "a-74": { "id": "a-74", "title": "Pricing — more", "actionItemGroups": [{ "actionItems": [{ "id": "a-74-n-2", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "useEventTarget": "SIBLINGS", "selector": ".p_table.cc-extra", "selectorGuids": ["88722d83-58c0-29ed-4e84-7c5527778ca6", "8f40c15f-cc9f-a5da-84b7-fb8fda3360db"] } } }, { "id": "a-74-n-8", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "useEventTarget": "SIBLINGS", "selector": ".p_table.cc-extra", "selectorGuids": ["88722d83-58c0-29ed-4e84-7c5527778ca6", "8f40c15f-cc9f-a5da-84b7-fb8fda3360db"] }, "heightValue": 0, "widthUnit": "PX", "heightUnit": "PX" } }, { "id": "a-74-n-6", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "useEventTarget": "CHILDREN", "selector": ".p_options.cc-less", "selectorGuids": ["7a0fa0af-2269-2aa5-a596-d76939330c08", "46c5dd45-fa41-0158-30c9-f46aab22329b"] } } }, { "id": "a-74-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "useEventTarget": "CHILDREN", "selector": ".p_options.cc-more", "selectorGuids": ["7a0fa0af-2269-2aa5-a596-d76939330c08", "c45bcd9d-149a-3145-eba7-da69014fcf65"] } } }] }, { "actionItems": [{ "id": "a-74-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "flex", "target": { "useEventTarget": "SIBLINGS", "selector": ".p_table.cc-extra", "selectorGuids": ["88722d83-58c0-29ed-4e84-7c5527778ca6", "8f40c15f-cc9f-a5da-84b7-fb8fda3360db"] } } }, { "id": "a-74-n-7", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "useEventTarget": "CHILDREN", "selector": ".p_options.cc-less", "selectorGuids": ["7a0fa0af-2269-2aa5-a596-d76939330c08", "46c5dd45-fa41-0158-30c9-f46aab22329b"] } } }, { "id": "a-74-n-5", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "useEventTarget": "CHILDREN", "selector": ".p_options.cc-more", "selectorGuids": ["7a0fa0af-2269-2aa5-a596-d76939330c08", "c45bcd9d-149a-3145-eba7-da69014fcf65"] } } }] }, { "actionItems": [{ "id": "a-74-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "locked": false, "target": { "useEventTarget": "SIBLINGS", "selector": ".p_table.cc-extra", "selectorGuids": ["88722d83-58c0-29ed-4e84-7c5527778ca6", "8f40c15f-cc9f-a5da-84b7-fb8fda3360db"] }, "heightValue": 52, "widthUnit": "PX", "heightUnit": "PX" } }] }], "createdOn": 1521672155523, "useFirstGroupAsInitialState": true }, "a-75": { "id": "a-75", "title": "Pricing — less", "actionItemGroups": [{ "actionItems": [{ "id": "a-75-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "useEventTarget": "CHILDREN", "selector": ".p_options.cc-less", "selectorGuids": ["7a0fa0af-2269-2aa5-a596-d76939330c08", "46c5dd45-fa41-0158-30c9-f46aab22329b"] } } }, { "id": "a-75-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "useEventTarget": "CHILDREN", "selector": ".p_options.cc-more", "selectorGuids": ["7a0fa0af-2269-2aa5-a596-d76939330c08", "c45bcd9d-149a-3145-eba7-da69014fcf65"] } } }] }, { "actionItems": [{ "id": "a-75-n-2", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 600, "locked": false, "target": { "useEventTarget": "SIBLINGS", "selector": ".p_table.cc-extra", "selectorGuids": ["88722d83-58c0-29ed-4e84-7c5527778ca6", "8f40c15f-cc9f-a5da-84b7-fb8fda3360db"] }, "heightValue": 0, "widthUnit": "PX", "heightUnit": "PX" } }] }, { "actionItems": [{ "id": "a-75-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "useEventTarget": "SIBLINGS", "selector": ".p_table.cc-extra", "selectorGuids": ["88722d83-58c0-29ed-4e84-7c5527778ca6", "8f40c15f-cc9f-a5da-84b7-fb8fda3360db"] } } }] }], "createdOn": 1521672155523, "useFirstGroupAsInitialState": false }, "a-76": { "id": "a-76", "title": "nav 1 — open", "actionItemGroups": [{ "actionItems": [{ "id": "a-76-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "outQuart", "duration": 0, "value": "block", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" } } }, { "id": "a-76-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "value": 1, "unit": "" } }, { "id": "a-76-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "value": 1, "unit": "" } }, { "id": "a-76-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-76-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-76-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-76-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "value": 0.4, "unit": "" } }, { "id": "a-76-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "value": 0.4, "unit": "" } }, { "id": "a-76-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "value": 0.4, "unit": "" } }] }], "createdOn": 1522873028969, "useFirstGroupAsInitialState": false }, "a-77": { "id": "a-77", "title": "nav item — open 2", "actionItemGroups": [{ "actionItems": [{ "id": "a-77-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" } } }, { "id": "a-77-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-77-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "value": 0, "unit": "" } }, { "id": "a-77-n-4", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }] }, { "actionItems": [{ "id": "a-77-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-77-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-77-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "value": 1, "unit": "" } }] }], "createdOn": 1528264201536, "useFirstGroupAsInitialState": false }, "a-78": { "id": "a-78", "title": "nav 2 — close", "actionItemGroups": [{ "actionItems": [{ "id": "a-78-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "value": 0, "unit": "" } }, { "id": "a-78-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "value": 0, "unit": "" } }, { "id": "a-78-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "value": 0, "unit": "" } }, { "id": "a-78-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" } } }] }], "createdOn": 1522873284811, "useFirstGroupAsInitialState": false }, "a-79": { "id": "a-79", "title": "nav 4 — in", "actionItemGroups": [{ "actionItems": [{ "id": "a-79-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "value": 0.4, "unit": "" } }, { "id": "a-79-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "value": 1, "unit": "" } }, { "id": "a-79-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "value": 0.4, "unit": "" } }, { "id": "a-79-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "value": 0.4, "unit": "" } }] }], "createdOn": 1528234787459, "useFirstGroupAsInitialState": false }, "a-80": { "id": "a-80", "title": "nav 3 — close", "actionItemGroups": [{ "actionItems": [{ "id": "a-80-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" } } }, { "id": "a-80-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "value": 1, "unit": "" } }, { "id": "a-80-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "value": 1, "unit": "" } }, { "id": "a-80-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "value": 0, "unit": "" } }] }], "createdOn": 1522873328820, "useFirstGroupAsInitialState": false }, "a-81": { "id": "a-81", "title": "nav 4 — out", "actionItemGroups": [{ "actionItems": [{ "id": "a-81-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "value": 1, "unit": "" } }, { "id": "a-81-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "value": 1, "unit": "" } }, { "id": "a-81-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "value": 1, "unit": "" } }, { "id": "a-81-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "value": 1, "unit": "" } }] }], "createdOn": 1528234787459, "useFirstGroupAsInitialState": false }, "a-82": { "id": "a-82", "title": "nav hover — close | tablet", "actionItemGroups": [{ "actionItems": [{ "id": "a-82-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "locked": false, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "heightValue": 60, "widthUnit": "PX", "heightUnit": "PX" } }, { "id": "a-82-n-2", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "rValue": 0, "gValue": 0, "bValue": 0, "aValue": 1 } }] }], "createdOn": 1522857402911, "useFirstGroupAsInitialState": false }, "a-83": { "id": "a-83", "title": "nav mobile — close", "actionItemGroups": [{ "actionItems": [{ "id": "a-83-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }, { "id": "a-83-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-83-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" } } }] }], "createdOn": 1528263617261, "useFirstGroupAsInitialState": false }, "a-84": { "id": "a-84", "title": "nav item — close 1", "actionItemGroups": [{ "actionItems": [{ "id": "a-84-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }, { "id": "a-84-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-84-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-84-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" } } }] }], "createdOn": 1528264201536, "useFirstGroupAsInitialState": false }, "a-85": { "id": "a-85", "title": "product-hover", "actionItemGroups": [{ "actionItems": [{ "id": "a-85-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".nav_paragraph", "selectorGuids": ["f51d43b8-3b75-6a31-7c92-ba30bc066034"] }, "yValue": -10, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-85-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".nav_icon", "selectorGuids": ["f51d43b8-3b75-6a31-7c92-ba30bc066044"] }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-85-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".nav_link-title", "selectorGuids": ["f51d43b8-3b75-6a31-7c92-ba30bc066032"] }, "yValue": -5, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1527100073448, "useFirstGroupAsInitialState": false }, "a-86": { "id": "a-86", "title": "nav 3 — open", "actionItemGroups": [{ "actionItems": [{ "id": "a-86-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" } } }, { "id": "a-86-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "value": 1, "unit": "" } }, { "id": "a-86-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "value": 1, "unit": "" } }, { "id": "a-86-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-86-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-86-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-86-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "value": 0.4, "unit": "" } }, { "id": "a-86-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "value": 0.4, "unit": "" } }, { "id": "a-86-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "value": 0.4, "unit": "" } }] }], "createdOn": 1522873328820, "useFirstGroupAsInitialState": false }, "a-87": { "id": "a-87", "title": "nav item — close 2", "actionItemGroups": [{ "actionItems": [{ "id": "a-87-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }, { "id": "a-87-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-87-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-87-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" } } }] }], "createdOn": 1528264201536, "useFirstGroupAsInitialState": false }, "a-88": { "id": "a-88", "title": "nav mobile — open", "actionItemGroups": [{ "actionItems": [{ "id": "a-88-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" } } }, { "id": "a-88-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" }, "value": 0, "unit": "" } }, { "id": "a-88-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }] }, { "actionItems": [{ "id": "a-88-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "flex", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" } } }] }, { "actionItems": [{ "id": "a-88-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-88-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca1" }, "value": 1, "unit": "" } }] }], "createdOn": 1528263617261, "useFirstGroupAsInitialState": false }, "a-89": { "id": "a-89", "title": "nav item — open 3", "actionItemGroups": [{ "actionItems": [{ "id": "a-89-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" } } }, { "id": "a-89-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-89-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "value": 0, "unit": "" } }, { "id": "a-89-n-4", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }] }, { "actionItems": [{ "id": "a-89-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-89-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-89-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "value": 1, "unit": "" } }] }], "createdOn": 1528264201536, "useFirstGroupAsInitialState": false }, "a-90": { "id": "a-90", "title": "nav hover — open | tablet", "actionItemGroups": [{ "actionItems": [{ "id": "a-90-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "locked": false, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "heightValue": 460, "widthUnit": "PX", "heightUnit": "PX" } }, { "id": "a-90-n-2", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "rValue": 34, "gValue": 34, "bValue": 34, "aValue": 1 } }] }], "createdOn": 1522857402911, "useFirstGroupAsInitialState": false }, "a-91": { "id": "a-91", "title": "nav — open", "actionItemGroups": [{ "actionItems": [{ "id": "a-91-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdba" } } }, { "id": "a-91-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdba" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-91-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdba" } } }] }, { "actionItems": [{ "id": "a-91-n-4", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "locked": false, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "heightValue": 460, "widthUnit": "PX", "heightUnit": "PX" } }, { "id": "a-91-n-7", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "rValue": 46, "gValue": 46, "bValue": 46, "aValue": 1 } }, { "id": "a-91-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdba" }, "value": 1, "unit": "" } }] }], "createdOn": 1522857402911, "useFirstGroupAsInitialState": true }, "a-92": { "id": "a-92", "title": "nav 1 — close", "actionItemGroups": [{ "actionItems": [{ "id": "a-92-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "value": 0, "unit": "" } }, { "id": "a-92-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "value": 0, "unit": "" } }, { "id": "a-92-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "value": 0, "unit": "" } }, { "id": "a-92-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "inQuart", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" } } }] }], "createdOn": 1522873028969, "useFirstGroupAsInitialState": false }, "a-93": { "id": "a-93", "title": "nav — close", "actionItemGroups": [{ "actionItems": [{ "id": "a-93-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "locked": false, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "heightValue": 60, "widthUnit": "PX", "heightUnit": "PX" } }, { "id": "a-93-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "value": 1, "unit": "" } }, { "id": "a-93-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "value": 1, "unit": "" } }, { "id": "a-93-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "value": 1, "unit": "" } }, { "id": "a-93-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "value": 1, "unit": "" } }, { "id": "a-93-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdba" }, "value": 0, "unit": "" } }, { "id": "a-93-n-3", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cc9c" }, "rValue": 0, "gValue": 0, "bValue": 0, "aValue": 1 } }] }, { "actionItems": [{ "id": "a-93-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdba" } } }] }], "createdOn": 1522857402911, "useFirstGroupAsInitialState": false }, "a-94": { "id": "a-94", "title": "nav item — open 1", "actionItemGroups": [{ "actionItems": [{ "id": "a-94-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" } } }, { "id": "a-94-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-94-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }, { "id": "a-94-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "value": 1, "unit": "" } }] }, { "actionItems": [{ "id": "a-94-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "value": 1, "unit": "" } }, { "id": "a-94-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-94-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": 1, "yValue": 1, "locked": true } }] }], "createdOn": 1528264201536, "useFirstGroupAsInitialState": false }, "a-95": { "id": "a-95", "title": "product-hover-out", "actionItemGroups": [{ "actionItems": [{ "id": "a-95-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".nav_paragraph", "selectorGuids": ["f51d43b8-3b75-6a31-7c92-ba30bc066034"] }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-95-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".nav_icon", "selectorGuids": ["f51d43b8-3b75-6a31-7c92-ba30bc066044"] }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-95-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".nav_link-title", "selectorGuids": ["f51d43b8-3b75-6a31-7c92-ba30bc066032"] }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1527100073448, "useFirstGroupAsInitialState": false }, "a-96": { "id": "a-96", "title": "nav 2 — open", "actionItemGroups": [{ "actionItems": [{ "id": "a-96-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" } } }, { "id": "a-96-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccf9" }, "value": 1, "unit": "" } }, { "id": "a-96-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "value": 1, "unit": "" } }, { "id": "a-96-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": 20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-96-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca9" }, "xValue": -20, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-96-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79ccfc" }, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-96-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cca6" }, "value": 0.4, "unit": "" } }, { "id": "a-96-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd40" }, "value": 0.4, "unit": "" } }, { "id": "a-96-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cdae" }, "value": 0.4, "unit": "" } }] }], "createdOn": 1522873284811, "useFirstGroupAsInitialState": false }, "a-97": { "id": "a-97", "title": "nav item — close 3", "actionItemGroups": [{ "actionItems": [{ "id": "a-97-n", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": 0.9, "yValue": 0.9, "locked": true } }, { "id": "a-97-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "xValue": -50, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-97-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 500, "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-97-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "29f8530e-d318-262b-afa3-32726a79cd43" } } }] }], "createdOn": 1528264201536, "useFirstGroupAsInitialState": false }, "a-98": { "id": "a-98", "title": "in-ecommerce", "actionItemGroups": [{ "actionItems": [{ "id": "a-98-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-98-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-98-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "value": 0, "unit": "" } }, { "id": "a-98-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-98-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "value": 1, "unit": "" } }, { "id": "a-98-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309683056, "useFirstGroupAsInitialState": true }, "a-99": { "id": "a-99", "title": "001-thumb", "continuousParameterGroups": [{ "id": "a-99-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 37, "actionItems": [{ "id": "a-99-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": 0, "yValue": 0, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-99-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": -10, "yValue": -10, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }] }], "createdOn": 1531934750279 }, "a-100": { "id": "a-100", "title": "loader-custom-out", "actionItemGroups": [{ "actionItems": [{ "id": "a-100-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d728" }, "value": 0, "unit": "" } }] }], "createdOn": 1533064152636, "useFirstGroupAsInitialState": false }, "a-101": { "id": "a-101", "title": "design", "continuousParameterGroups": [{ "id": "a-101-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-101-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf30" }, "yValue": 0, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf6a" }, "yValue": 0, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf68" }, "yValue": -2, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf52" }, "yValue": 5, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf32" }, "yValue": -3, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf81" }, "yValue": -1, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf53" }, "yValue": 6, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-8", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf7e" }, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-101-n-9", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf32" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-101-n-10", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf6a" }, "xValue": 0.2, "yValue": 0.2, "locked": true } }, { "id": "a-101-n-11", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf68" }, "widthValue": 14, "widthUnit": "VW", "heightUnit": "PX" } }, { "id": "a-101-n-12", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf66" }, "xValue": 0.25, "yValue": 0.25, "locked": true } }, { "id": "a-101-n-13", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc7" }, "xValue": 2, "yValue": 2, "locked": true } }, { "id": "a-101-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf51" }, "yValue": -3, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-15", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf80" }, "zValue": -90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-101-n-16", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa7" }, "yValue": 10, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-17", "actionTypeId": "STYLE_TEXT_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc7" }, "rValue": 255, "gValue": 255, "bValue": 255, "aValue": 1 } }, { "id": "a-101-n-18", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf66" }, "yValue": 0, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf68" }, "yValue": 0, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-20", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf80" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }] }, { "keyframe": 0.1, "actionItems": [{ "id": "a-101-n-21", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf20" }, "value": 0, "unit": "" } }, { "id": "a-101-n-22", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf20" }, "yValue": 25, "xUnit": "VW", "yUnit": "VW", "zUnit": "PX" } }] }, { "keyframe": 4.1, "actionItems": [{ "id": "a-101-n-23", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf20" }, "value": 1, "unit": "" } }] }, { "keyframe": 15.3, "actionItems": [{ "id": "a-101-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1a" }, "yValue": 30, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-25", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1a" }, "value": 0, "unit": "" } }] }, { "keyframe": 20.3, "actionItems": [{ "id": "a-101-n-26", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1a" }, "value": 1, "unit": "" } }] }, { "keyframe": 25, "actionItems": [{ "id": "a-101-n-64", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf6a" }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "keyframe": 30, "actionItems": [{ "id": "a-101-n-74", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "rValue": 255, "gValue": 97, "bValue": 255, "aValue": 0.2 } }] }, { "keyframe": 30.1, "actionItems": [{ "id": "a-101-n-27", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf20" }, "value": 1, "unit": "" } }] }, { "keyframe": 34.1, "actionItems": [{ "id": "a-101-n-28", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf20" }, "value": 0, "unit": "" } }, { "id": "a-101-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf20" }, "yValue": -15, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }] }, { "keyframe": 40, "actionItems": [{ "id": "a-101-n-30", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf80" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-101-n-31", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa3" }, "xValue": 0, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-101-n-32", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa3" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-101-n-33", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa5" }, "yValue": 15, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-34", "actionTypeId": "STYLE_TEXT_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc9" }, "rValue": 0, "gValue": 0, "bValue": 0, "aValue": 1 } }, { "id": "a-101-n-35", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf80" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-101-n-36", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc9" }, "yValue": -10, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }] }, { "keyframe": 40.2, "actionItems": [{ "id": "a-101-n-37", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1e" }, "yValue": 5, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-38", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1e" }, "value": 0, "unit": "" } }] }, { "keyframe": 40.3, "actionItems": [{ "id": "a-101-n-39", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1a" }, "value": 1, "unit": "" } }] }, { "keyframe": 44.2, "actionItems": [{ "id": "a-101-n-40", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1e" }, "value": 1, "unit": "" } }] }, { "keyframe": 44.3, "actionItems": [{ "id": "a-101-n-41", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1a" }, "yValue": -12, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-42", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1a" }, "value": 0, "unit": "" } }] }, { "keyframe": 60.4, "actionItems": [{ "id": "a-101-n-43", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1c" }, "value": 0, "unit": "" } }, { "id": "a-101-n-44", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1c" }, "yValue": 10, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }] }, { "keyframe": 64.4, "actionItems": [{ "id": "a-101-n-45", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1c" }, "value": 1, "unit": "" } }] }, { "keyframe": 65.2, "actionItems": [{ "id": "a-101-n-46", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1e" }, "value": 1, "unit": "" } }] }, { "keyframe": 69.2, "actionItems": [{ "id": "a-101-n-47", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1e" }, "yValue": -30, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-48", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1e" }, "value": 0, "unit": "" } }] }, { "keyframe": 80, "actionItems": [{ "id": "a-101-n-75", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "rValue": 255, "gValue": 99, "bValue": 130, "aValue": 1 } }, { "id": "a-101-n-67", "actionTypeId": "STYLE_TEXT_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc7" }, "rValue": 255, "gValue": 99, "bValue": 130, "aValue": 1 } }] }, { "keyframe": 86.4, "actionItems": [{ "id": "a-101-n-49", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1c" }, "value": 1, "unit": "" } }] }, { "keyframe": 90.4, "actionItems": [{ "id": "a-101-n-50", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1c" }, "yValue": -22, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-51", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf1c" }, "value": 0, "unit": "" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-101-n-52", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf30" }, "yValue": -58, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-53", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf6a" }, "yValue": -10, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-54", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf68" }, "yValue": 8, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-55", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf52" }, "yValue": -3, "xUnit": "PX", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-101-n-56", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf32" }, "yValue": 15, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-57", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf81" }, "yValue": 4, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-58", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf53" }, "yValue": -7, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-59", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc7" }, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-101-n-60", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf68" }, "widthValue": 6, "widthUnit": "VW", "heightUnit": "PX" } }, { "id": "a-101-n-61", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf66" }, "xValue": 2, "yValue": 2, "locked": true } }, { "id": "a-101-n-62", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf7e" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-101-n-63", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf32" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-101-n-65", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf51" }, "yValue": 2, "xUnit": "PX", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-101-n-66", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa7" }, "yValue": 0, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-68", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf66" }, "yValue": 8, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-69", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa3" }, "xValue": -100, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-101-n-70", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa3" }, "zValue": -90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-101-n-71", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfa5" }, "yValue": 0, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-101-n-72", "actionTypeId": "STYLE_TEXT_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc9" }, "rValue": 255, "gValue": 99, "bValue": 130, "aValue": 1 } }, { "id": "a-101-n-73", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfc9" }, "yValue": 5, "xUnit": "PX", "yUnit": "VW", "zUnit": "PX" } }] }] }], "createdOn": 1531892133525 }, "a-102": { "id": "a-102", "title": "out-blogs", "actionItemGroups": [{ "actionItems": [{ "id": "a-102-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "value": 0, "unit": "" } }, { "id": "a-102-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309522866, "useFirstGroupAsInitialState": false }, "a-103": { "id": "a-103", "title": "in-prototypes", "actionItemGroups": [{ "actionItems": [{ "id": "a-103-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "value": 0, "unit": "" } }, { "id": "a-103-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-103-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "value": 0, "unit": "" } }, { "id": "a-103-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-103-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "value": 1, "unit": "" } }, { "id": "a-103-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309683056, "useFirstGroupAsInitialState": true }, "a-104": { "id": "a-104", "title": "tab-start-out", "actionItemGroups": [{ "actionItems": [{ "id": "a-104-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8e5" }, "heightValue": 13, "widthUnit": "PX", "heightUnit": "VH" } }, { "id": "a-104-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8eb" }, "value": 0, "unit": "" } }, { "id": "a-104-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8e7" }, "value": 0.2, "unit": "" } }, { "id": "a-104-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|66938529-6f1c-42ca-f7d3-c0904761cd45" }, "value": 0.2, "unit": "" } }] }], "createdOn": 1533077711302, "useFirstGroupAsInitialState": false }, "a-105": { "id": "a-105", "title": "launch", "continuousParameterGroups": [{ "id": "a-105-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-105-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "yValue": -100, "xUnit": "PX", "yUnit": "%", "zUnit": "PX" } }, { "id": "a-105-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "xValue": 0.1, "yValue": 0.1, "locked": true } }, { "id": "a-105-n-6", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0aa" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-105-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-105-n-8", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "xValue": 0, "yValue": 0, "locked": true } }, { "id": "a-105-n-9", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "yValue": 0.5, "locked": false } }, { "id": "a-105-n-10", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "rValue": 44, "gValue": 51, "bValue": 58, "aValue": 0.001 } }, { "id": "a-105-n-21", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0, "yValue": 0, "locked": true } }] }, { "keyframe": 50, "actionItems": [{ "id": "a-105-n-14", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "yValue": 0, "xUnit": "PX", "yUnit": "%", "zUnit": "PX" } }, { "id": "a-105-n-15", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-105-n-16", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0aa" }, "zValue": 90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-105-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-105-n-18", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-105-n-19", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": {}, "yValue": 1, "locked": false } }, { "id": "a-105-n-20", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "rValue": 16, "gValue": 31, "bValue": 44, "aValue": 1 } }, { "id": "a-105-n-22", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 1, "yValue": 1, "locked": true } }] }] }], "createdOn": 1532367521213 }, "a-106": { "id": "a-106", "title": "Design__build", "continuousParameterGroups": [{ "id": "a-106-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-106-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d187" }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 10, "actionItems": [{ "id": "a-106-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d187" }, "yValue": -15, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 30, "actionItems": [{ "id": "a-106-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d189" }, "value": 1, "unit": "" } }] }, { "keyframe": 35, "actionItems": [{ "id": "a-106-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d189" }, "value": 0.12, "unit": "" } }] }, { "keyframe": 40, "actionItems": [{ "id": "a-106-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d188" }, "xValue": 0, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 44, "actionItems": [{ "id": "a-106-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 0.12, "unit": "" } }] }, { "keyframe": 47, "actionItems": [{ "id": "a-106-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d188" }, "xValue": -34, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-106-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 1, "unit": "" } }] }, { "keyframe": 50, "actionItems": [{ "id": "a-106-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 1, "unit": "" } }] }, { "keyframe": 53, "actionItems": [{ "id": "a-106-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 0.1, "unit": "" } }] }, { "keyframe": 62, "actionItems": [{ "id": "a-106-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d188" }, "xValue": -34, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-106-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "value": 0.1, "unit": "" } }] }, { "keyframe": 67, "actionItems": [{ "id": "a-106-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d188" }, "xValue": -60.2, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-106-n-14", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "value": 1, "unit": "" } }] }, { "keyframe": 71, "actionItems": [{ "id": "a-106-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "value": 0.1, "unit": "" } }] }] }], "createdOn": 1529969481805 }, "a-107": { "id": "a-107", "title": "input", "actionItemGroups": [{ "actionItems": [{ "id": "a-107-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutExpo", "duration": 1000, "target": { "useEventTarget": "CHILDREN", "selector": ".h_cta-fill", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f674"] }, "xValue": 0, "locked": false } }] }], "createdOn": 1531178846190, "useFirstGroupAsInitialState": false }, "a-108": { "id": "a-108", "title": "out-design-system", "actionItemGroups": [{ "actionItems": [{ "id": "a-108-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "value": 0, "unit": "" } }, { "id": "a-108-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309522866, "useFirstGroupAsInitialState": false }, "a-109": { "id": "a-109", "title": "Grid__hover", "actionItemGroups": [{ "actionItems": [{ "id": "a-109-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_title", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f696"] }, "yValue": -5, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-109-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_small-text", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f641"] }, "value": 0, "unit": "" } }, { "id": "a-109-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "inOutQuint", "duration": 550, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_discover-grid-box-bottom", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f626"] }, "yValue": 100, "xUnit": "PX", "yUnit": "%", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-109-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_title", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f696"] }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-109-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_discover-grid-box-bottom", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f626"] }, "yValue": 0, "xUnit": "PX", "yUnit": "%", "zUnit": "PX" } }, { "id": "a-109-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 200, "easing": "outQuad", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_small-text", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f641"] }, "value": 1, "unit": "" } }] }], "createdOn": 1530036422505, "useFirstGroupAsInitialState": true }, "a-110": { "id": "a-110", "title": "out-business", "actionItemGroups": [{ "actionItems": [{ "id": "a-110-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "value": 0, "unit": "" } }, { "id": "a-110-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309522866, "useFirstGroupAsInitialState": false }, "a-111": { "id": "a-111", "title": "003-thumb 2", "continuousParameterGroups": [{ "id": "a-111-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 25, "actionItems": [{ "id": "a-111-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".img-mobile", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f634"] }, "xValue": 0, "yValue": 0, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 74, "actionItems": [{ "id": "a-111-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".img-mobile", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f634"] }, "xValue": 3, "yValue": 7, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }] }], "createdOn": 1531934750279 }, "a-112": { "id": "a-112", "title": "color-bg-discover", "continuousParameterGroups": [{ "id": "a-112-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 63, "actionItems": [{ "id": "a-112-n", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8cf" }, "rValue": 0, "gValue": 0, "bValue": 0, "aValue": 1 } }] }, { "keyframe": 70, "actionItems": [{ "id": "a-112-n-2", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8cf" }, "rValue": 67, "gValue": 83, "bValue": 255, "aValue": 1 } }] }] }], "createdOn": 1533079908887 }, "a-113": { "id": "a-113", "title": "shadow 3", "continuousParameterGroups": [{ "id": "a-113-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-113-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "xValue": 11, "yValue": -4, "zValue": -1, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-113-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "value": 1, "unit": "" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-113-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "xValue": 3, "yValue": 43, "zValue": -1, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-113-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "value": 0, "unit": "" } }] }] }], "createdOn": 1532031953088 }, "a-114": { "id": "a-114", "title": "out-portfolios", "actionItemGroups": [{ "actionItems": [{ "id": "a-114-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "value": 0, "unit": "" } }, { "id": "a-114-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309522866, "useFirstGroupAsInitialState": false }, "a-115": { "id": "a-115", "title": "in-blogs", "actionItemGroups": [{ "actionItems": [{ "id": "a-115-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "value": 0, "unit": "" } }, { "id": "a-115-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-115-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "value": 0, "unit": "" } }, { "id": "a-115-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-115-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "value": 1, "unit": "" } }, { "id": "a-115-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76f" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309683056, "useFirstGroupAsInitialState": true }, "a-116": { "id": "a-116", "title": "tab-master-out", "actionItemGroups": [{ "actionItems": [{ "id": "a-116-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8dc" }, "heightValue": 13, "widthUnit": "PX", "heightUnit": "VH" } }, { "id": "a-116-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8de" }, "value": 0.2, "unit": "" } }, { "id": "a-116-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|45fcac86-8b17-2505-37ac-8c8ad88b13c6" }, "value": 0.2, "unit": "" } }, { "id": "a-116-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8e2" }, "value": 0, "unit": "" } }] }], "createdOn": 1533077711302, "useFirstGroupAsInitialState": false }, "a-117": { "id": "a-117", "title": "shadow 4", "continuousParameterGroups": [{ "id": "a-117-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 16, "actionItems": [{ "id": "a-117-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "xValue": 0, "yValue": 0, "zValue": -1, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-117-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "xValue": 1, "yValue": 1, "locked": true } }] }, { "keyframe": 60, "actionItems": [{ "id": "a-117-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "value": 0.6, "unit": "" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-117-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "xValue": 8, "yValue": 11, "zValue": -1, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-117-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "xValue": 0.6000000000000006, "yValue": 0.6000000000000006, "locked": true } }, { "id": "a-117-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".shadow", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f65d"] }, "value": 0, "unit": "" } }] }] }], "createdOn": 1532031953088 }, "a-118": { "id": "a-118", "title": "in-landing", "actionItemGroups": [{ "actionItems": [{ "id": "a-118-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "value": 0, "unit": "" } }, { "id": "a-118-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-118-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "value": 0, "unit": "" } }, { "id": "a-118-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-118-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-118-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "value": 1, "unit": "" } }] }], "createdOn": 1532309683056, "useFirstGroupAsInitialState": true }, "a-119": { "id": "a-119", "title": "tab-discover-out", "actionItemGroups": [{ "actionItems": [{ "id": "a-119-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d2" }, "heightValue": 13, "widthUnit": "PX", "heightUnit": "VH" } }, { "id": "a-119-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d8" }, "value": 0, "unit": "" } }, { "id": "a-119-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d4" }, "value": 0.2, "unit": "" } }, { "id": "a-119-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d6" }, "value": 0.2, "unit": "" } }] }], "createdOn": 1533077711302, "useFirstGroupAsInitialState": false }, "a-120": { "id": "a-120", "title": "Launch — in", "actionItemGroups": [{ "actionItems": [{ "id": "a-120-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d55e" } } }, { "id": "a-120-n-2", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d559" } } }, { "id": "a-120-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d492" } } }] }, { "actionItems": [{ "id": "a-120-n-4", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d55e" } } }, { "id": "a-120-n-5", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d559" } } }, { "id": "a-120-n-6", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d492" } } }] }], "createdOn": 1531423855598, "useFirstGroupAsInitialState": true }, "a-121": { "id": "a-121", "title": "Build — rotate", "continuousParameterGroups": [{ "id": "a-121-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-121-n", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d561" }, "xValue": 90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-121-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d560" }, "zValue": -18.5, "xUnit": "PX", "yUnit": "PX", "zUnit": "VW" } }, { "id": "a-121-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d6ae" }, "zValue": -0.1, "xUnit": "PX", "yUnit": "PX", "zUnit": "VW" } }] }, { "keyframe": 50, "actionItems": [{ "id": "a-121-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d555" }, "value": 1, "unit": "" } }, { "id": "a-121-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d552" }, "value": 1, "unit": "" } }, { "id": "a-121-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d11a" }, "value": 1, "unit": "" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-121-n-7", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d561" }, "xValue": 180, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-121-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d555" }, "value": 0, "unit": "" } }, { "id": "a-121-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d552" }, "value": 0, "unit": "" } }, { "id": "a-121-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d11a" }, "value": 0, "unit": "" } }, { "id": "a-121-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d560" }, "zValue": -36.5, "xUnit": "PX", "yUnit": "PX", "zUnit": "VW" } }, { "id": "a-121-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d6ae" }, "zValue": -18.05, "xUnit": "PX", "yUnit": "PX", "zUnit": "VW" } }] }] }], "createdOn": 1531422275171 }, "a-122": { "id": "a-122", "title": "in-portfolios", "actionItemGroups": [{ "actionItems": [{ "id": "a-122-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "value": 0, "unit": "" } }, { "id": "a-122-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-122-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "value": 0, "unit": "" } }, { "id": "a-122-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-122-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "value": 1, "unit": "" } }, { "id": "a-122-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d772" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309683056, "useFirstGroupAsInitialState": true }, "a-123": { "id": "a-123", "title": "hover-mobile", "actionItemGroups": [], "createdOn": 1530656811592, "useFirstGroupAsInitialState": false }, "a-124": { "id": "a-124", "title": "Launch devices", "continuousParameterGroups": [{ "id": "a-124-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-124-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d493" }, "xValue": 0, "yValue": 0, "xUnit": "VW", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-124-n-2", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "xValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-124-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "yValue": 1, "locked": false } }, { "id": "a-124-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "yValue": 0, "zValue": -0.1, "xUnit": "VW", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-124-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d547" }, "value": 0, "unit": "" } }] }, { "keyframe": 5, "actionItems": [{ "id": "a-124-n-10", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0a4" }, "zValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-124-n-12", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0a6" }, "zValue": -90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-124-n-13", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d493" }, "rValue": 74, "gValue": 75, "bValue": 78, "aValue": 1 } }, { "id": "a-124-n-15", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d547" }, "value": 1, "unit": "" } }, { "id": "a-124-n-16", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "value": 0, "unit": "" } }, { "id": "a-124-n-34", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "rValue": 72, "gValue": 73, "bValue": 77, "aValue": 1 } }] }, { "keyframe": 15, "actionItems": [{ "id": "a-124-n-17", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "yValue": -0.3000000000000003, "zValue": -0.1, "xUnit": "PX", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-124-n-18", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0a4" }, "xValue": -4, "yValue": -7, "zValue": 0.01, "xUnit": "VW", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-124-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0de" }, "xValue": 0, "yValue": 0, "zValue": 0.01, "xUnit": "VW", "yUnit": "VW", "zUnit": "VW" } }] }, { "keyframe": 35, "actionItems": [{ "id": "a-124-n-20", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0a6" }, "zValue": 90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-124-n-21", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0a4" }, "zValue": -90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-124-n-22", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "yValue": 0.8, "locked": false } }, { "id": "a-124-n-23", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "xValue": 140, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-124-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d493" }, "xValue": 0, "yValue": 35, "xUnit": "VW", "yUnit": "VW", "zUnit": "PX" } }, { "id": "a-124-n-27", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "yValue": -0.5, "zValue": 1, "xUnit": "VW", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-124-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0de" }, "xValue": 18, "yValue": 2, "zValue": 5, "xUnit": "VW", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-124-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d0a4" }, "xValue": 17, "yValue": 12, "zValue": 16, "xUnit": "VW", "yUnit": "VW", "zUnit": "VW" } }, { "id": "a-124-n-30", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d493" }, "rValue": 25, "gValue": 26, "bValue": 27, "aValue": 1 } }, { "id": "a-124-n-33", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "value": 1, "unit": "" } }, { "id": "a-124-n-35", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d495" }, "rValue": 86, "gValue": 87, "bValue": 92, "aValue": 1 } }] }] }], "createdOn": 1531415043517 }, "a-125": { "id": "a-125", "title": "tab-master", "actionItemGroups": [{ "actionItems": [{ "id": "a-125-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8de" }, "value": 1, "unit": "" } }, { "id": "a-125-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|45fcac86-8b17-2505-37ac-8c8ad88b13c6" }, "value": 1, "unit": "" } }] }], "createdOn": 1533077617295, "useFirstGroupAsInitialState": false }, "a-126": { "id": "a-126", "title": "out-hover-list", "actionItemGroups": [{ "actionItems": [{ "id": "a-126-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 700, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_master_flex", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f657"] }, "xValue": 0, "xUnit": "VW", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1530582403942, "useFirstGroupAsInitialState": false }, "a-127": { "id": "a-127", "title": "out_Grid__hover", "actionItemGroups": [{ "actionItems": [{ "id": "a-127-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 700, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_small-text", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f641"] }, "value": 0, "unit": "" } }, { "id": "a-127-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 700, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_title", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f696"] }, "yValue": -5, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-127-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 700, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_discover-grid-box-bottom", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f626"] }, "yValue": 100, "xUnit": "PX", "yUnit": "%", "zUnit": "PX" } }] }], "createdOn": 1530044327226, "useFirstGroupAsInitialState": false }, "a-128": { "id": "a-128", "title": "Launch — out", "actionItemGroups": [{ "actionItems": [{ "id": "a-128-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d55e" } } }, { "id": "a-128-n-2", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d559" } } }, { "id": "a-128-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d492" } } }] }], "createdOn": 1531423855598, "useFirstGroupAsInitialState": false }, "a-129": { "id": "a-129", "title": "004-thumb", "continuousParameterGroups": [{ "id": "a-129-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-129-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": 0, "yValue": 0, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-129-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": -8, "yValue": -5, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }] }], "createdOn": 1531934750279 }, "a-130": { "id": "a-130", "title": "Custom Gallery __ mobile 2", "continuousParameterGroups": [{ "id": "a-130-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-130-n", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5b578fba5622fa5b949c9bd5|76f9c1f5-526d-c8a9-b572-e6f54f09f9b4" }, "xValue": 49, "zValue": 39, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-130-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5b578fba5622fa5b949c9bd5|76f9c1f5-526d-c8a9-b572-e6f54f09f9b4" }, "xValue": -15, "yValue": 55, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 20, "actionItems": [{ "id": "a-130-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 80, "actionItems": [{ "id": "a-130-n-4", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5b578fba5622fa5b949c9bd5|76f9c1f5-526d-c8a9-b572-e6f54f09f9b4" }, "xValue": 49, "zValue": 39, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }, { "id": "a-130-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5b578fba5622fa5b949c9bd5|76f9c1f5-526d-c8a9-b572-e6f54f09f9b4" }, "xValue": -490, "yValue": -180, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-130-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 320, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }] }], "createdOn": 1518068438053 }, "a-131": { "id": "a-131", "title": "006-thumb", "continuousParameterGroups": [{ "id": "a-131-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-131-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": 0, "yValue": 0, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 96, "actionItems": [{ "id": "a-131-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": 8, "yValue": 25, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }] }], "createdOn": 1531934750279 }, "a-132": { "id": "a-132", "title": "in-business", "actionItemGroups": [{ "actionItems": [{ "id": "a-132-n-12", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "value": 0, "unit": "" } }, { "id": "a-132-n-13", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-132-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "value": 0, "unit": "" } }, { "id": "a-132-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-132-n-11", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-132-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d769" }, "value": 1, "unit": "" } }] }], "createdOn": 1532309683056, "useFirstGroupAsInitialState": true }, "a-133": { "id": "a-133", "title": "build", "continuousParameterGroups": [{ "id": "a-133-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-133-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cff9" }, "xValue": 0, "yValue": 100, "xUnit": "%", "yUnit": "%", "zUnit": "PX" } }] }, { "keyframe": 5, "actionItems": [{ "id": "a-133-n-2", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-133-n-3", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd6" }, "rValue": 0, "gValue": 0, "bValue": 0, "aValue": 1 } }, { "id": "a-133-n-4", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 1, "yValue": 1, "locked": true } }] }, { "keyframe": 35, "actionItems": [{ "id": "a-133-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-133-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cff9" }, "xValue": 0, "yValue": 0, "xUnit": "%", "yUnit": "%", "zUnit": "PX" } }, { "id": "a-133-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-133-n-8", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": {}, "heightValue": 0, "widthUnit": "PX", "heightUnit": "VW" } }, { "id": "a-133-n-9", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": {}, "widthValue": 45, "widthUnit": "%", "heightUnit": "PX" } }] }, { "keyframe": 40, "actionItems": [{ "id": "a-133-n-10", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": {}, "heightValue": 2, "widthUnit": "PX", "heightUnit": "VW" } }, { "id": "a-133-n-11", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": {}, "widthValue": 100, "widthUnit": "%", "heightUnit": "PX" } }, { "id": "a-133-n-12", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd6" }, "rValue": 205, "gValue": 200, "bValue": 240, "aValue": 1 } }] }, { "keyframe": 45, "actionItems": [{ "id": "a-133-n-13", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0.5, "yValue": 0.5, "locked": true } }, { "id": "a-133-n-14", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "rValue": 0, "gValue": 0, "bValue": 0, "aValue": 1 } }, { "id": "a-133-n-15", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 1, "xUnit": "VW", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 60, "actionItems": [{ "id": "a-133-n-16", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": {}, "heightValue": 4, "widthUnit": "PX", "heightUnit": "VW" } }, { "id": "a-133-n-17", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-133-n-18", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "rValue": 56, "gValue": 217, "bValue": 150, "aValue": 1 } }, { "id": "a-133-n-19", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0, "xUnit": "VW", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-133-n-20", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "value": 0, "unit": "" } }, { "id": "a-133-n-21", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "xValue": -15, "zValue": 0.1, "xUnit": "%", "yUnit": "PX", "zUnit": "VW" } }, { "id": "a-133-n-22", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d069" }, "value": 0, "unit": "" } }] }, { "keyframe": 62, "actionItems": [{ "id": "a-133-n-23", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "value": 1, "unit": "" } }] }, { "keyframe": 68, "actionItems": [{ "id": "a-133-n-24", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "xValue": 0, "zValue": 0.1, "xUnit": "%", "yUnit": "PX", "zUnit": "VW" } }, { "id": "a-133-n-25", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d069" }, "value": 1, "unit": "" } }] }, { "keyframe": 70, "actionItems": [{ "id": "a-133-n-26", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0, "xUnit": "%", "yUnit": "%", "zUnit": "VW" } }, { "id": "a-133-n-27", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": -100, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }] }, { "keyframe": 75, "actionItems": [{ "id": "a-133-n-28", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 0, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-133-n-29", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": {}, "xValue": 100, "xUnit": "%", "yUnit": "%", "zUnit": "VW" } }] }, { "keyframe": 92, "actionItems": [{ "id": "a-133-n-30", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "xValue": 0, "zValue": 0.1, "xUnit": "%", "yUnit": "PX", "zUnit": "VW" } }, { "id": "a-133-n-31", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d069" }, "value": 1, "unit": "" } }] }, { "keyframe": 98, "actionItems": [{ "id": "a-133-n-32", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "value": 1, "unit": "" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-133-n-33", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "xValue": -15, "zValue": 0.1, "xUnit": "%", "yUnit": "PX", "zUnit": "VW" } }, { "id": "a-133-n-34", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfd1" }, "value": 0, "unit": "" } }, { "id": "a-133-n-35", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d069" }, "value": 0, "unit": "" } }] }] }], "createdOn": 1531935704051 }, "a-134": { "id": "a-134", "title": "hover-list", "actionItemGroups": [{ "actionItems": [{ "id": "a-134-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": { "useEventTarget": "CHILDREN", "selector": ".hp_master_flex", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f657"] }, "xValue": 0.5, "xUnit": "VW", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1530582373058, "useFirstGroupAsInitialState": false }, "a-135": { "id": "a-135", "title": "Hero", "continuousParameterGroups": [{ "id": "a-135-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 42, "actionItems": [{ "id": "a-135-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 1, "unit": "" } }, { "id": "a-135-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf11" }, "value": 1, "unit": "" } }, { "id": "a-135-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf11" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-135-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cef8" }, "value": 1, "unit": "" } }, { "id": "a-135-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "value": 1, "unit": "" } }] }, { "keyframe": 46, "actionItems": [{ "id": "a-135-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "value": 0.1, "unit": "" } }] }, { "keyframe": 48, "actionItems": [{ "id": "a-135-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 0.1, "unit": "" } }] }, { "keyframe": 57, "actionItems": [{ "id": "a-135-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cef8" }, "value": 0, "unit": "" } }, { "id": "a-135-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf11" }, "value": 0, "unit": "" } }] }, { "keyframe": 80, "actionItems": [{ "id": "a-135-n-10", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5b60e82b7eaecb5d43de5409|966378af-e41b-c5bc-3b6e-9516ccf5e06d" }, "rValue": 36, "gValue": 36, "bValue": 36, "aValue": 1 } }] }, { "keyframe": 85, "actionItems": [{ "id": "a-135-n-11", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "inOutQuad", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf11" }, "xValue": 0.6000000000000006, "yValue": 0.6000000000000006, "locked": true } }, { "id": "a-135-n-12", "actionTypeId": "STYLE_BACKGROUND_COLOR", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5b60e82b7eaecb5d43de5409|966378af-e41b-c5bc-3b6e-9516ccf5e06d" }, "rValue": 67, "gValue": 83, "bValue": 255, "aValue": 1 } }] }] }], "createdOn": 1529962718252 }, "a-136": { "id": "a-136", "title": "tab-start", "actionItemGroups": [{ "actionItems": [{ "id": "a-136-n", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8e5" }, "heightValue": 13, "widthUnit": "PX", "heightUnit": "VH" } }, { "id": "a-136-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8eb" }, "value": 0, "unit": "" } }, { "id": "a-136-n-3", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8dc" }, "heightValue": 13, "widthUnit": "PX", "heightUnit": "VH" } }, { "id": "a-136-n-4", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d2" }, "heightValue": 13, "widthUnit": "PX", "heightUnit": "VH" } }] }, { "actionItems": [{ "id": "a-136-n-5", "actionTypeId": "STYLE_SIZE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "locked": false, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8e5" }, "heightValue": 32, "widthUnit": "PX", "heightUnit": "VH" } }, { "id": "a-136-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8e7" }, "value": 1, "unit": "" } }, { "id": "a-136-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|66938529-6f1c-42ca-f7d3-c0904761cd45" }, "value": 1, "unit": "" } }, { "id": "a-136-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d6" }, "value": 0.2, "unit": "" } }, { "id": "a-136-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d6" }, "value": 0.2, "unit": "" } }, { "id": "a-136-n-10", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8eb" }, "value": 1, "unit": "" } }] }], "createdOn": 1533077617295, "useFirstGroupAsInitialState": true }, "a-137": { "id": "a-137", "title": "out-CTA-line", "actionItemGroups": [{ "actionItems": [{ "id": "a-137-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": {}, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-137-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": {}, "xValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1530299097836, "useFirstGroupAsInitialState": false }, "a-138": { "id": "a-138", "title": "out-prototypes", "actionItemGroups": [{ "actionItems": [{ "id": "a-138-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "value": 0, "unit": "" } }, { "id": "a-138-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d778" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309522866, "useFirstGroupAsInitialState": false }, "a-139": { "id": "a-139", "title": "in-design-system", "actionItemGroups": [{ "actionItems": [{ "id": "a-139-n-5", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "value": 0, "unit": "" } }, { "id": "a-139-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-139-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "value": 0, "unit": "" } }, { "id": "a-139-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "yValue": 15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-139-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-139-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d77b" }, "value": 1, "unit": "" } }] }], "createdOn": 1532309683056, "useFirstGroupAsInitialState": true }, "a-140": { "id": "a-140", "title": "CTA_line_hover", "actionItemGroups": [{ "actionItems": [{ "id": "a-140-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": {}, "xValue": 24, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-140-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 400, "target": {}, "xValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1530299063128, "useFirstGroupAsInitialState": false }, "a-141": { "id": "a-141", "title": "Custom Gallery 2", "continuousParameterGroups": [{ "id": "a-141-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-141-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d782" }, "xValue": 100, "xUnit": "%", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 20, "actionItems": [{ "id": "a-141-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|58ca5f42-8bf8-16ae-876f-f049b60dc370" }, "yValue": 0, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-141-n-4", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75c" }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 78, "actionItems": [{ "id": "a-141-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|58ca5f42-8bf8-16ae-876f-f049b60dc370" }, "yValue": 173, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-141-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d75c" }, "yValue": -740, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 90, "actionItems": [{ "id": "a-141-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d782" }, "xValue": -60, "xUnit": "%", "yUnit": "VH", "zUnit": "PX" } }] }] }], "createdOn": 1518068438053 }, "a-142": { "id": "a-142", "title": "Fade-custom", "continuousParameterGroups": [{ "id": "a-142-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-142-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".custom-business", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f66a"] }, "xValue": 0, "yValue": 0, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 30, "actionItems": [{ "id": "a-142-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".custom-business", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f66a"] }, "value": 1, "unit": "" } }] }, { "keyframe": 62, "actionItems": [{ "id": "a-142-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".custom-business", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f66a"] }, "value": 0.01, "unit": "" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-142-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".custom-business", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f66a"] }, "xValue": -25, "yValue": -20, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }] }], "createdOn": 1531949439952 }, "a-143": { "id": "a-143", "title": "loader-custom", "actionItemGroups": [{ "actionItems": [{ "id": "a-143-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d728" }, "value": 0, "unit": "" } }] }, { "actionItems": [{ "id": "a-143-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d728" }, "value": 1, "unit": "" } }] }], "createdOn": 1533064101725, "useFirstGroupAsInitialState": true }, "a-144": { "id": "a-144", "title": "005-thumb", "continuousParameterGroups": [{ "id": "a-144-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 25, "actionItems": [{ "id": "a-144-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": 0, "yValue": 0, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-144-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".image-95", "selectorGuids": ["ed0dfa6a-ade0-6669-7b0c-828e7c87f690"] }, "xValue": -20, "yValue": -12, "xUnit": "VW", "yUnit": "VH", "zUnit": "PX" } }] }] }], "createdOn": 1531934750279 }, "a-145": { "id": "a-145", "title": "Design — rotate", "continuousParameterGroups": [{ "id": "a-145-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-145-n", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d561" }, "xValue": 0, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }, { "keyframe": 100, "actionItems": [{ "id": "a-145-n-2", "actionTypeId": "TRANSFORM_ROTATE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d561" }, "xValue": 90, "xUnit": "DEG", "yUnit": "DEG", "zUnit": "DEG" } }] }] }], "createdOn": 1531422275171 }, "a-146": { "id": "a-146", "title": "tab-discover", "actionItemGroups": [{ "actionItems": [{ "id": "a-146-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|45fcac86-8b17-2505-37ac-8c8ad88b13c6" }, "value": 0.2, "unit": "" } }, { "id": "a-146-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|66938529-6f1c-42ca-f7d3-c0904761cd45" }, "value": 0.2, "unit": "" } }] }, { "actionItems": [{ "id": "a-146-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d4" }, "value": 1, "unit": "" } }, { "id": "a-146-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d8d6" }, "value": 1, "unit": "" } }] }], "createdOn": 1533077617295, "useFirstGroupAsInitialState": true }, "a-147": { "id": "a-147", "title": "out-landing", "actionItemGroups": [{ "actionItems": [{ "id": "a-147-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "value": 0, "unit": "" } }, { "id": "a-147-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d775" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309522866, "useFirstGroupAsInitialState": false }, "a-148": { "id": "a-148", "title": "out-ecommerce", "actionItemGroups": [{ "actionItems": [{ "id": "a-148-n", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "value": 0, "unit": "" } }, { "id": "a-148-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d76c" }, "yValue": -15, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1532309522866, "useFirstGroupAsInitialState": false }, "a-149": { "id": "a-149", "title": "Load", "actionItemGroups": [{ "actionItems": [{ "id": "a-149-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d189" }, "yValue": 20, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-149-n-14", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d06a" } } }, { "id": "a-149-n-13", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfcf" } } }, { "id": "a-149-n-12", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf17" } } }, { "id": "a-149-n-3", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuad", "duration": 3000, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf0f" }, "xValue": 0.7000000000000006, "yValue": 0.7000000000000006, "locked": true } }, { "id": "a-149-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuad", "duration": 3000, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf0f" }, "value": 0, "unit": "" } }, { "id": "a-149-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "yValue": 20, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-149-n-6", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "yValue": 20, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }, { "actionItems": [{ "id": "a-149-n-7", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 1250, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d189" }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-149-n-8", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 2000, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-149-n-9", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outExpo", "duration": 2750, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-149-n-10", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outExpo", "duration": 6000, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf0f" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-149-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outExpo", "duration": 6000, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf0f" }, "value": 0.9, "unit": "" } }] }], "createdOn": 1529985021805, "useFirstGroupAsInitialState": true }, "a-150": { "id": "a-150", "title": "SC_discover", "actionItemGroups": [{ "actionItems": [{ "id": "a-150-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|4a6b6054-731d-28fa-1b9b-675c6daff752" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-150-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|a202d25e-677f-e534-3ae7-288fa4fbd472" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }, { "id": "a-150-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|cdff5d82-7516-24bf-5fd6-ebf0948ff4e8" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }, { "id": "a-150-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|a202d25e-677f-e534-3ae7-288fa4fbd472" }, "value": 0.1, "unit": "" } }, { "id": "a-150-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|cdff5d82-7516-24bf-5fd6-ebf0948ff4e8" }, "value": 0.1, "unit": "" } }, { "id": "a-150-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|4a6b6054-731d-28fa-1b9b-675c6daff752" }, "value": 1, "unit": "" } }] }], "createdOn": 1533880546578, "useFirstGroupAsInitialState": false }, "a-152": { "id": "a-152", "title": "SC_master", "actionItemGroups": [{ "actionItems": [{ "id": "a-152-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|cdff5d82-7516-24bf-5fd6-ebf0948ff4e8" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-152-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|a202d25e-677f-e534-3ae7-288fa4fbd472" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }, { "id": "a-152-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|4a6b6054-731d-28fa-1b9b-675c6daff752" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }, { "id": "a-152-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|cdff5d82-7516-24bf-5fd6-ebf0948ff4e8" }, "value": 1, "unit": "" } }, { "id": "a-152-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|a202d25e-677f-e534-3ae7-288fa4fbd472" }, "value": 0.1, "unit": "" } }, { "id": "a-152-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|4a6b6054-731d-28fa-1b9b-675c6daff752" }, "value": 0.1, "unit": "" } }] }], "createdOn": 1533880546578, "useFirstGroupAsInitialState": false }, "a-153": { "id": "a-153", "title": "SC_start", "actionItemGroups": [{ "actionItems": [{ "id": "a-153-n-7", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|4a6b6054-731d-28fa-1b9b-675c6daff752" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }, { "id": "a-153-n-6", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|cdff5d82-7516-24bf-5fd6-ebf0948ff4e8" }, "xValue": 0.8, "yValue": 0.8, "locked": true } }, { "id": "a-153-n-5", "actionTypeId": "TRANSFORM_SCALE", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|a202d25e-677f-e534-3ae7-288fa4fbd472" }, "xValue": 1, "yValue": 1, "locked": true } }, { "id": "a-153-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|a202d25e-677f-e534-3ae7-288fa4fbd472" }, "value": 1, "unit": "" } }, { "id": "a-153-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|cdff5d82-7516-24bf-5fd6-ebf0948ff4e8" }, "value": 0.1, "unit": "" } }, { "id": "a-153-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "outQuart", "duration": 300, "target": { "id": "5cbfad0e3e4dd1646e920fea|4a6b6054-731d-28fa-1b9b-675c6daff752" }, "value": 0.1, "unit": "" } }] }], "createdOn": 1533880546578, "useFirstGroupAsInitialState": false }, "a-151": { "id": "a-151", "title": "BLANK", "actionItemGroups": [], "createdOn": 1533880575266, "useFirstGroupAsInitialState": false }, "a-154": { "id": "a-154", "title": "BC_business", "actionItemGroups": [{ "actionItems": [{ "id": "a-154-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d729" }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-154-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "selector": ".hp-rail-numbers", "selectorGuids": ["924ec422-49d8-7dd7-3095-3b7c80258140"] }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }], "createdOn": 1533882076309, "useFirstGroupAsInitialState": false }, "a-156": { "id": "a-156", "title": "BC_blogs", "actionItemGroups": [{ "actionItems": [{ "id": "a-156-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d729" }, "yValue": -52, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-156-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "selector": ".hp-rail-numbers", "selectorGuids": ["924ec422-49d8-7dd7-3095-3b7c80258140"] }, "yValue": -5, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }], "createdOn": 1533882076309, "useFirstGroupAsInitialState": false }, "a-157": { "id": "a-157", "title": "BC_portfolio", "actionItemGroups": [{ "actionItems": [{ "id": "a-157-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d729" }, "yValue": -78, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-157-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "selector": ".hp-rail-numbers", "selectorGuids": ["924ec422-49d8-7dd7-3095-3b7c80258140"] }, "yValue": -7.5, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }], "createdOn": 1533882076309, "useFirstGroupAsInitialState": false }, "a-158": { "id": "a-158", "title": "BC_landing", "actionItemGroups": [{ "actionItems": [{ "id": "a-158-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d729" }, "yValue": -104, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-158-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "selector": ".hp-rail-numbers", "selectorGuids": ["924ec422-49d8-7dd7-3095-3b7c80258140"] }, "yValue": -10, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }], "createdOn": 1533882076309, "useFirstGroupAsInitialState": false }, "a-159": { "id": "a-159", "title": "BC_prototype", "actionItemGroups": [{ "actionItems": [{ "id": "a-159-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d729" }, "yValue": -130, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-159-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "selector": ".hp-rail-numbers", "selectorGuids": ["924ec422-49d8-7dd7-3095-3b7c80258140"] }, "yValue": -12.5, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }], "createdOn": 1533882076309, "useFirstGroupAsInitialState": false }, "a-160": { "id": "a-160", "title": "BC_design", "actionItemGroups": [{ "actionItems": [{ "id": "a-160-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d729" }, "yValue": -156, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-160-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "selector": ".hp-rail-numbers", "selectorGuids": ["924ec422-49d8-7dd7-3095-3b7c80258140"] }, "yValue": -15, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }], "createdOn": 1533882076309, "useFirstGroupAsInitialState": false }, "a-155": { "id": "a-155", "title": "BC_ecommerce", "actionItemGroups": [{ "actionItems": [{ "id": "a-155-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 0, "target": { "id": "5cbfad0e3e4dd1646e920fea|508d64cb-80bc-4530-6150-374c81f4d729" }, "yValue": -26, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-155-n-2", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "selector": ".hp-rail-numbers", "selectorGuids": ["924ec422-49d8-7dd7-3095-3b7c80258140"] }, "yValue": -2.5, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }] }], "createdOn": 1533882076309, "useFirstGroupAsInitialState": false }, "a-161": { "id": "a-161", "title": "dbl_design", "actionItemGroups": [{ "actionItems": [{ "id": "a-161-n", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "block", "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cf17" } } }, { "id": "a-161-n-2", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178cfcf" } } }, { "id": "a-161-n-3", "actionTypeId": "GENERAL_DISPLAY", "config": { "delay": 0, "easing": "", "duration": 0, "value": "none", "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d06a" } } }] }], "createdOn": 1534201452045, "useFirstGroupAsInitialState": false }, "a-162": { "id": "a-162", "title": "CTA_line_hover 2", "actionItemGroups": [{ "actionItems": [{ "id": "a-162-n-3", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "outQuart", "duration": 500, "target": { "useEventTarget": "CHILDREN", "selector": ".dbl_link-inner", "selectorGuids": ["6ea64718-02c7-5017-04f9-9a10e69795b3"] }, "xValue": 30, "xUnit": "PX", "yUnit": "PX", "zUnit": "PX" } }] }], "createdOn": 1530299063128, "useFirstGroupAsInitialState": false }, "a-163": { "id": "a-163", "title": "DBL headlines", "continuousParameterGroups": [{ "id": "a-163-p", "type": "SCROLL_PROGRESS", "parameterLabel": "Scroll", "continuousActionGroups": [{ "keyframe": 0, "actionItems": [{ "id": "a-163-n", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d187" }, "yValue": 0, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-163-n-2", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 1, "unit": "" } }, { "id": "a-163-n-3", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d189" }, "value": 1, "unit": "" } }, { "id": "a-163-n-4", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "value": 1, "unit": "" } }] }, { "keyframe": 5, "actionItems": [{ "id": "a-163-n-5", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d187" }, "yValue": -15, "xUnit": "PX", "yUnit": "VH", "zUnit": "PX" } }, { "id": "a-163-n-6", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18d" }, "value": 0.1, "unit": "" } }, { "id": "a-163-n-7", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 0.1, "unit": "" } }] }, { "keyframe": 10, "actionItems": [{ "id": "a-163-n-8", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d189" }, "value": 1, "unit": "" } }] }, { "keyframe": 15, "actionItems": [{ "id": "a-163-n-9", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d189" }, "value": 0.1, "unit": "" } }] }, { "keyframe": 25, "actionItems": [{ "id": "a-163-n-10", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d188" }, "xValue": 0, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-163-n-11", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d18b" }, "value": 0.1, "unit": "" } }] }, { "keyframe": 30, "actionItems": [{ "id": "a-163-n-12", "actionTypeId": "TRANSFORM_MOVE", "config": { "delay": 0, "easing": "", "duration": 500, "target": { "id": "5cbfad0e3e4dd1646e920fea|d198a8a7-8a16-80f9-e12f-4a1c1178d188" }, "xValue": -34, "xUnit": "%", "yUnit": "PX", "zUnit": "PX" } }, { "id": "a-163-n-13", "actionTypeId": "STYLE_OPACITY", "config": { "delay": 0, "easing": "", "duration": |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment