Ambient Hack
Results
11
comments of
Ambient Hack
try this workaround: ```js let timeline = anime.timeline({ //... loop: true, loopComplete: () => { timeline.restart(); } //... }); ```