BLACKSITE
:
216.73.216.62
:
147.93.18.13 / vinyasaweddings.com
:
Linux srv667811 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
:
/
var
/
www
/
slora
/
js
/
Upload File:
files >> /var/www/slora/js/simpleParallaxVanilla.umd.js
(function (o, r) { typeof exports == "object" && typeof module < "u" ? (module.exports = r()) : typeof define == "function" && define.amd ? define(r) : ((o = typeof globalThis < "u" ? globalThis : o || self), (o.SimpleParallax = r())); })(this, function () { "use strict"; const o = (s) => NodeList.prototype.isPrototypeOf(s) || HTMLCollection.prototype.isPrototypeOf(s) ? Array.from(s) : typeof s == "string" || s instanceof String ? document.querySelectorAll(s) : [s], r = () => Element.prototype.closest && "IntersectionObserver" in window; class u { constructor() { this.positions = { top: 0, bottom: 0, height: 0, }; } setViewportTop(t) { return ( (this.positions.top = t ? t.scrollTop : window.pageYOffset), this.positions ); } setViewportBottom() { return ( (this.positions.bottom = this.positions.top + this.positions.height), this.positions ); } setViewportAll(t) { return ( (this.positions.top = t ? t.scrollTop : window.pageYOffset), (this.positions.height = t ? t.clientHeight : document.documentElement.clientHeight), (this.positions.bottom = this.positions.top + this.positions.height), this.positions ); } } const i = new u(), a = (() => { const s = "transform webkitTransform mozTransform oTransform msTransform".split( " " ); let t, e = 0; for (; t === void 0; ) (t = document.createElement("div").style[s[e]] !== void 0 ? s[e] : void 0), (e += 1); return t; })(), f = (s) => s.tagName.toLowerCase() !== "img" && s.tagName.toLowerCase() !== "picture" ? !0 : !( !s || !s.complete || (typeof s.naturalWidth < "u" && s.naturalWidth === 0) ); class c { constructor(t, e) { (this.element = t), (this.elementContainer = t), (this.settings = e), (this.isVisible = !0), (this.isInit = !1), (this.oldTranslateValue = -1), (this.init = this.init.bind(this)), (this.customWrapper = this.settings.customWrapper && this.element.closest(this.settings.customWrapper) ? this.element.closest(this.settings.customWrapper) : null), f(t) ? this.init() : this.element.addEventListener("load", () => { setTimeout(() => { this.init(!0); }, 50); }); } init(t) { this.isInit || (t && (this.rangeMax = null), !this.element.closest(".simpleParallax") && (this.settings.overflow === !1 && this.wrapElement(this.element), this.setTransformCSS(), this.getElementOffset(), this.intersectionObserver(), this.getTranslateValue(), this.animate(), this.settings.delay > 0 ? setTimeout(() => { this.setTransitionCSS(), this.elementContainer.classList.add( "simple-parallax-initialized" ); }, 10) : this.elementContainer.classList.add( "simple-parallax-initialized" ), (this.isInit = !0))); } wrapElement() { const t = this.element.closest("picture") || this.element; let e = this.customWrapper || document.createElement("div"); e.classList.add("simpleParallax"), (e.style.overflow = "hidden"), this.customWrapper || (t.parentNode.insertBefore(e, t), e.appendChild(t)), (this.elementContainer = e); } unWrapElement() { const t = this.elementContainer; this.customWrapper ? (t.classList.remove("simpleParallax"), (t.style.overflow = "")) : t.replaceWith(...t.childNodes); } setTransformCSS() { this.settings.overflow === !1 && (this.element.style[a] = `scale(${this.settings.scale})`), (this.element.style.willChange = "transform"); } setTransitionCSS() { this.element.style.transition = `transform ${this.settings.delay}s ${this.settings.transition}`; } unSetStyle() { (this.element.style.willChange = ""), (this.element.style[a] = ""), (this.element.style.transition = ""); } getElementOffset() { const t = this.elementContainer.getBoundingClientRect(); if ( ((this.elementHeight = t.height), (this.elementTop = t.top + i.positions.top), this.settings.customContainer) ) { const e = this.settings.customContainer.getBoundingClientRect(); this.elementTop = t.top - e.top + i.positions.top; } this.elementBottom = this.elementHeight + this.elementTop; } buildThresholdList() { const t = []; for (let e = 1; e <= this.elementHeight; e++) { const l = e / this.elementHeight; t.push(l); } return t; } intersectionObserver() { const t = { root: null, threshold: this.buildThresholdList(), }; (this.observer = new IntersectionObserver( this.intersectionObserverCallback.bind(this), t )), this.observer.observe(this.element); } intersectionObserverCallback(t) { t.forEach((e) => { e.isIntersecting ? (this.isVisible = !0) : (this.isVisible = !1); }); } checkIfVisible() { return ( this.elementBottom > i.positions.top && this.elementTop < i.positions.bottom ); } getRangeMax() { const t = this.element.clientHeight; this.rangeMax = t * this.settings.scale - t; } getTranslateValue() { let t = ( (i.positions.bottom - this.elementTop) / ((i.positions.height + this.elementHeight) / 100) ).toFixed(1); return ( (t = Math.min(100, Math.max(0, t))), this.settings.maxTransition !== 0 && t > this.settings.maxTransition && (t = this.settings.maxTransition), this.oldPercentage === t || (this.rangeMax || this.getRangeMax(), (this.translateValue = ( (t / 100) * this.rangeMax - this.rangeMax / 2 ).toFixed(0)), this.oldTranslateValue === this.translateValue) ? !1 : ((this.oldPercentage = t), (this.oldTranslateValue = this.translateValue), !0) ); } animate() { let t = 0, e = 0, l; (this.settings.orientation.includes("left") || this.settings.orientation.includes("right")) && (e = `${ this.settings.orientation.includes("left") ? this.translateValue * -1 : this.translateValue }px`), (this.settings.orientation.includes("up") || this.settings.orientation.includes("down")) && (t = `${ this.settings.orientation.includes("up") ? this.translateValue * -1 : this.translateValue }px`), this.settings.overflow === !1 ? (l = `translate3d(${e}, ${t}, 0) scale(${this.settings.scale})`) : (l = `translate3d(${e}, ${t}, 0)`), (this.element.style[a] = l); } } let h = !1, n = [], m, p; class d { constructor(t, e) { t && r() && ((this.elements = o(t)), (this.defaults = { delay: 0, orientation: "up", scale: 1.3, overflow: !1, transition: "cubic-bezier(0,0,0,1)", customContainer: "", customWrapper: "", maxTransition: 0, }), (this.settings = Object.assign(this.defaults, e)), this.settings.customContainer && ([this.customContainer] = o(this.settings.customContainer)), (this.lastPosition = -1), (this.resizeIsDone = this.resizeIsDone.bind(this)), (this.refresh = this.refresh.bind(this)), (this.proceedRequestAnimationFrame = this.proceedRequestAnimationFrame.bind(this)), this.init()); } init() { i.setViewportAll(this.customContainer), (n = [ ...this.elements.map((t) => new c(t, this.settings)), ...n, ]), h || (this.proceedRequestAnimationFrame(), window.addEventListener("resize", this.resizeIsDone), (h = !0)); } resizeIsDone() { clearTimeout(p), (p = setTimeout(this.refresh, 200)); } proceedRequestAnimationFrame() { if ( (i.setViewportTop(this.customContainer), this.lastPosition === i.positions.top) ) { m = window.requestAnimationFrame( this.proceedRequestAnimationFrame ); return; } i.setViewportBottom(), n.forEach((t) => { this.proceedElement(t); }), (m = window.requestAnimationFrame( this.proceedRequestAnimationFrame )), (this.lastPosition = i.positions.top); } proceedElement(t) { let e = !1; this.customContainer ? (e = t.checkIfVisible()) : (e = t.isVisible), e && t.getTranslateValue() && t.animate(); } refresh() { i.setViewportAll(this.customContainer), n.forEach((t) => { t.getElementOffset(), t.getRangeMax(); }), (this.lastPosition = -1); } destroy() { const t = []; (n = n.filter((e) => this.elements.includes(e.element) ? (t.push(e), !1) : e )), t.forEach((e) => { e.unSetStyle(), this.settings.overflow === !1 && e.unWrapElement(); }), n.length || (window.cancelAnimationFrame(m), window.removeEventListener("resize", this.refresh), (h = !1)); } } return d; });