document.addEventListener('scroll', function() { const stickyImage = document.querySelector('.sticky-image'); const stickyContainer = document.querySelector('.sticky-container'); const stickyEnd = document.querySelector('.sticky-end'); if (!stickyImage || !stickyContainer || !stickyEnd) return; const containerRect = stickyContainer.getBoundingClientRect(); const endRect = stickyEnd.getBoundingClientRect(); const imageRect = stickyImage.getBoundingClientRect(); if (endRect.top <= imageRect.bottom) { stickyImage.style.opacity = '0'; } else { stickyImage.style.opacity = '1'; } });

Contact

Tel: (604) 794-7755
Fax: (604) 794-7535
Email: cjc@klassenaf.com
Web: klassenaf.com

Mailing Address

Klassen Advanced Filtration Inc.
9465 Ford Rd,
PO Box 7,
Rosedale, B.C.
V0X 1X0

Street Address

Klassen Advanced Filtration Inc.
9465 Ford Rd,
Rosedale, B.C.
V0X 1X2