/* SCROLL LOGIC */ let scrolled=false; const text=document.getElementById('textContainer'); const logo=document.getElementById('logoContainer'); window.addEventListener('scroll',()=>{ if(window.scrollY>80&&!scrolled){ scrolled=true; text.classList.add('hidden-up'); logo.classList.add('logo-scrolled'); } if(window.scrollY{ if(scrolled)window.scrollTo({top:0,behavior:'smooth'}); }; /* MENU TOGGLE (ELEMENTOR SAFE) */ const menuBtn=document.getElementById('menuBtn'); const overlay=document.getElementById('menuOverlay'); const panel=document.getElementById('menuPanel'); menuBtn.onclick=()=>{ overlay.classList.toggle('show'); panel.classList.toggle('show'); menuBtn.classList.toggle('open'); }; /* CLOSE ON DARK CLICK */ overlay.onclick=(e)=>{ if(e.target===overlay){ overlay.classList.remove('show'); panel.classList.remove('show'); menuBtn.classList.remove('open'); } };

An innovative award-winning team of visual researchers and editors, licensing and clearance specialists. We supercharge creative ideas, power campaigns with content, build visual narratives, and facilitate the commercial use of content and intellectual property worldwide.

document.addEventListener("DOMContentLoaded", function () { gsap.registerPlugin(ScrollTrigger); const textCol = document.querySelector(".text-col"); const text = document.querySelector(".reveal-text"); const words = text.innerText.split(" "); // wrap each word in a span text.innerHTML = words .map(word => `${word} `) .join(""); const spans = text.querySelectorAll("span"); const lastSpan = spans[spans.length - 1]; // last word "worldwide" // Word-by-word reveal animation gsap.to(spans, { scrollTrigger: { trigger: textCol, start: "top 80%", end: "bottom 65%", scrub: true, onUpdate: self => { // Change background when last word is visible (>90% of animation) const lastWordProgress = gsap.getProperty(lastSpan, "opacity"); if (lastWordProgress > 0.99) { textCol.style.backgroundColor = "#0091CF"; } else { textCol.style.backgroundColor = "#2A2A2B"; } } }, opacity: 1, y: 0, stagger: 0.045, ease: "power4.out" }); // overall paragraph fade gsap.to(text, { scrollTrigger: { trigger: textCol, start: "top 80%", end: "bottom 65%", scrub: true }, opacity: 1 }); });
Floating Image

About Us

An innovative award-winning team of visual researchers and editors. Powering visual narratives worldwide.

Contact

Email: support@yourcare.beauty

Privacy Policy

Terms & Conditions

About Us

An innovative award-winning team of visual researchers and editors. Powering visual narratives worldwide.

Contact

Email: support@yourcare.beauty

Privacy Policy

Terms & Conditions