Jump to content
Search Community

garthvaderstein

Members
  • Posts

    3
  • Joined

  • Last visited

garthvaderstein's Achievements

2

Reputation

  1. Wow! Finally a solution that works! THANKS.
  2. Thanks @ZachSaucier much appreciate the reply!
  3. Exactly what I was looking for...if you were to use an if statement to detect if the element(s) exist or not and only create the tween if they exist - how would you go about this? Apologies, my general JS skills aren't great. For example, for something as simple as this... gsap.to(".loading-screen", { delay: 2.8, top: "-100%", ease: "expo.inOut" }); or var tween = gsap.to(".loading-screen", { delay: 2.8, top: "-100%", ease: "expo.inOut" });
×
×
  • Create New...