Skip to content
Zenith Shade
0
Menu
Menu
Homes
Commercial
Motorized
Products
Projects
Resources
Contact
0
Contact
Please enable JavaScript in your browser to complete this form.
Please enable JavaScript in your browser to complete this form.
Name
*
Phone
*
Email
*
Business / Organization
Message
Submit
CLOSE
(function () { var root = document.querySelector('.zs-home'); if (!root) return; root.classList.add('zs-motion-ready'); window.requestAnimationFrame(function () { var hero = root.querySelector('.zs-hero'); if (hero) hero.classList.add('is-loaded'); }); var targets = root.querySelectorAll('.zs-trust, .zs-section, .zs-final'); if (!('IntersectionObserver' in window)) { targets.forEach(function (el) { el.classList.add('is-visible'); }); return; } var observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { entry.target.classList.add('is-visible'); observer.unobserve(entry.target); } }); }, { threshold: 0.16, rootMargin: '0px 0px -8% 0px' }); targets.forEach(function (el) { observer.observe(el); }); })();