Jump to content
Search Community

dmv703

Members
  • Posts

    4
  • Joined

  • Last visited

Contact Methods

dmv703's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. let dataTween = gsap.to("#img", { scrollTrigger: { trigger: "#img", start: "top bottom", end: "bottom+=5% bottom", startTrigger: "#img-container", endTrigger: "#img-container", }, data = dataArray, }); I get a "Uncaught SyntaxError: Invalid shorthand property initializer" error.
  2. Is there way to change img src through gsap? I have a timeline where the <img> will change its src every 1 sec.
  3. I'd suggest using an external js script and not the internal js in oxygen editor. I've broken oxygen with 800 lines of gsap code. Oxygen deleted 20+ svgs that I was parallaxing after it failed to save.
×
×
  • Create New...