if (isOn) { loginForm.classList.add("active"); gsap.to(body, { backgroundColor: "#1c1f24", duration: 0.6, }); } else { loginForm.classList.remove("active"); gsap.to(body, { backgroundColor: "#212427", duration: 0.6, }); }

Categories:

Leave a Reply