@xwadex/fesd 0.0.14-re.18 → 0.0.14-re.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,9 +150,9 @@ const md = {
|
|
150
150
|
}
|
151
151
|
}, Ea = {
|
152
152
|
SETTINGS: {
|
153
|
-
target: null,
|
154
|
-
container: null,
|
155
|
-
spacer: null,
|
153
|
+
// target: null,
|
154
|
+
// container: null,
|
155
|
+
// spacer: null,
|
156
156
|
gap: 0,
|
157
157
|
speed: 800,
|
158
158
|
delay: 0,
|
@@ -160,11 +160,11 @@ const md = {
|
|
160
160
|
easing: "easeInOutCirc"
|
161
161
|
},
|
162
162
|
EVENTS: {
|
163
|
-
afterInit: null,
|
164
|
-
beforeDestroy: null,
|
165
|
-
afterUpdate: null,
|
166
|
-
beforeScroll: null,
|
167
|
-
afterScroll: null
|
163
|
+
// afterInit: null,
|
164
|
+
// beforeDestroy: null,
|
165
|
+
// afterUpdate: null,
|
166
|
+
// beforeScroll: null,
|
167
|
+
// afterScroll: null,
|
168
168
|
}
|
169
169
|
}, xd = {
|
170
170
|
SETTINGS: {
|
@@ -295,7 +295,7 @@ const md = {
|
|
295
295
|
after: "afterend",
|
296
296
|
append: "beforeend",
|
297
297
|
prepend: "afterbegin"
|
298
|
-
}, Rr = (e) => typeof e == "string" && e !== "", Dl = (e) => e instanceof HTMLElement, Sd = (e) => e instanceof NodeList, Ft = (e) => Jt(e) !== null, oi = (e) => typeof e == "function", Jt = (e) => Dl(e) ? e : document.querySelector(e), ps = (e) => Sd(e) ? e : document.querySelectorAll(e), Cd = () => Math.random().toString(36).substr(2, 9), wd = (e) => {
|
298
|
+
}, Rr = (e) => typeof e == "string" && e !== "", Dl = (e) => e instanceof HTMLElement, Sd = (e) => e instanceof NodeList, Ft = (e) => e ? Jt(e) !== null : !1, oi = (e) => typeof e == "function", Jt = (e) => Dl(e) ? e : e ? document.querySelector(e) : void 0, ps = (e) => Sd(e) ? e : document.querySelectorAll(e), Cd = () => Math.random().toString(36).substr(2, 9), wd = (e) => {
|
299
299
|
const n = document.createElement("div");
|
300
300
|
return n.innerHTML = e, n.childNodes;
|
301
301
|
}, Dd = (e) => {
|