articles

The latest technology updates for SMBs. ​

Headset

Need some IT advice for your business?

Give us a call to discuss how we can help with your business IT.

CONTACT US
Headset

Got IT Questions?
We’ve Got Answers!

Need some IT advice for your business? Give us a ring, and let’s explore how we can supercharge your business IT!

🤙CONTACT US
add_action('wp_footer', 'custom_hide_header_script'); function custom_hide_header_script() { ?> ;(function(){ let chck_if_gsap_loaded = setInterval(function(){ const eleBuilder = document.querySelector('body').classList.contains("elementor-editor-active"); if(window.gsap && window.ScrollTrigger && !eleBuilder){ gsap.registerPlugin(ScrollTrigger); change_background(); clearInterval(chck_if_gsap_loaded); } }, 500); function change_background(){ const tl = gsap.timeline({ scrollTrigger: { trigger: ".start-bg-trigger", // Start class endTrigger:".end-bg-trigger", // End class start: "top bottom", // Start marker end:"bottom bottom", // End marker toggleActions:'restart reverse restart reverse', // onEnter onLeave onEnterBack OnLeaveBack duration:0.01, markers: false, } }); tl.to('body', {backgroundColor: '#fff', duration:0.1}); // Main Background color tl.to(".change-logo img", { attr: { src: '' } }, "<"); // change header logo tl.to(".bg-scroll-text h1", {color: '#191B21'}, "<"); // Text color class tl.to(".bg-scroll-text h2", {color: '#1263fd', duration:0.1}, "<"); tl.to(".bg-scroll-text h3", {color: '#1263fd'}, "<"); tl.to(".bg-scroll-text h4", {color: '#191B21'}, "<"); tl.to(".bg-scroll-text p", {color: '#191B21'}, "<"); tl.to(".bg-scroll-text a", {color: '#191B21'}, "<"); tl.to(".bg-scroll-text span", {color: '#191B21'}, "<"); } })();