I cant recall how to make an interaction animation endlessly repeat, does anyone know how?
I recall it was repeat = 0 but that doesn’t seem to have worked.
Hey, you have to set it to -1. Then the Animation will be played in a loop.
1 Like
@Riccarcharias has it. -1
is repeat indefinitely.
Pinegrow uses GSAP under the hood. Oftentimes you can just look at Timeline docs or Tween docs to get a sense of things.
1 Like