100ms
0vh
500
0
0
Skip to Content
Pailunn
Home
Vision
Gallery
Camp
Yard
Road
Automotive
FAQ
Contact
Pailunn
Home
Vision
Gallery
Camp
Yard
Road
Automotive
FAQ
Contact
Home
Vision
Folder: Gallery
Back
Camp
Yard
Road
Automotive
FAQ
Contact

PAilunn

From precision to illumination.

Built to Shine. Designed to Lead. Copyright Reserved *2025

Location

Room 807, Sandz International, NO. 50, Lane 578, Tiantong South Road, Ningbo City

Contact

sales1@pailunn.com
(86) 18957851872

document.addEventListener("DOMContentLoaded", () => { const stickyImage = document.getElementById("sticky-image"); const sections = document.querySelectorAll(".bottom-text section"); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { const newSrc = entry.target.dataset.image; if (stickyImage.src !== newSrc) { stickyImage.classList.add("fade-out"); setTimeout(() => { stickyImage.src = newSrc; stickyImage.classList.remove("fade-out"); }, 800); // match CSS transition time } } }); }, { threshold: 0.5 }); sections.forEach(section => observer.observe(section)); });