Jump to content
Search Community

fastekdesign

Members
  • Posts

    2
  • Joined

  • Last visited

fastekdesign's Achievements

0

Reputation

  1. Hello, I'm very new to GSAP. It there a way to dynamically change the tween properties on every repeat? On my codepen url, I want the .red tween to behave more like the .blue tween, but use the repeat. The start_blue() resets some properties of the tween and uses dynamic values for rotate and duration then calls itself via onComplete. The start_red() is a simple tween that repeats the same animation. I want to use the repeat, but need to have the properties like rotation, duration be set dynamically on every iteration of repeat. Is this possible using repeat? or is there a better method. My goal is to animate something like a water fountain where there are many particles, each independent of one another as far as timeline. I want a slider to increase or decrease the number of particles and emit them onchange/ onUpdate ..ect.
×
×
  • Create New...