@xwadex/fesd 0.0.14-re.21 → 0.0.14-re.22

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.
@@ -2084,8 +2084,8 @@ ia = new WeakSet(), Lr = function() {
2084
2084
  const { elements: t, options: a } = this, { scroller: r } = a, o = r === window || !Ft(r) ? window : Jt(r);
2085
2085
  this.eventHandler = () => {
2086
2086
  If(o, t);
2087
- }, t.forEach((g) => {
2088
- g.aost = {}, g.aost.class = g.getAttribute("data-aost-class") || a.class, g.aost.delay = parseInt(g.getAttribute("data-aost-delay")) || a.delay, g.aost.start = parseInt(g.getAttribute("data-aost-start")) || a.start, g.aost.end = parseInt(g.getAttribute("data-aost-end")) || a.end, g.aost.repeat = Nf(g.getAttribute("data-aost-repeat"), a), g.aost.methods = {}, g.aost.methods.destroy = this.destroy, g.aost.methods.update = this.update, g.aost.instance = this;
2087
+ }, setAttr, t.forEach((g) => {
2088
+ g.aost = {}, g.aost.class = g.getAttribute("data-aost-class") || a.class, g.aost.delay = parseInt(g.getAttribute("data-aost-delay")) || a.delay, g.aost.start = parseInt(g.getAttribute("data-aost-start")) || a.start, g.aost.end = parseInt(g.getAttribute("data-aost-end")) || a.end, g.aost.repeat = Nf(g.getAttribute("data-aost-repeat"), a), g.aost.methods = {}, g.aost.methods.destroy = this.destroy, g.aost.methods.update = this.update, g.aost.instance = this, g.setAttribute("data-aost-active", "");
2089
2089
  });
2090
2090
  const { eventHandler: f } = this;
2091
2091
  f(), o.aost = {}, o.aost.eventHandler = f, o.addEventListener("scroll", o.aost.eventHandler, !1);