Capítulo 106 de 411
iteration() gets or sets which repeat cycle the tween is on — same behavior as Timeline.iteration().
iteration()
Timeline.iteration()
let tween = gsap.to(el, { x: 100, repeat: 5 }); tween.iteration(3);