greensock / GSAP

GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web
https://gsap.com
19.78k stars 1.73k forks source link

StaggerVars should include repeatRefresh #595

Open matt-a-t opened 1 month ago

matt-a-t commented 1 month ago

https://github.com/greensock/GSAP/blob/f836a3f0002d6ea00f456a461c7e2976e0ec3f38/types/gsap-core.d.ts#L146

I believe that the boolean "repeatRefresh" should be included with StaggerVars. It appears to work but Typescript complains. Including it in this interface should quiet the complaint. If you'd like me to open the PR for it I can.

jackdoyle commented 1 month ago

Fair point, we'll get that added in the next release. Thanks for pointing it out.