Capítulo 41 de 411
autoRemoveChildren (Boolean) controls whether child tweens/timelines are removed as soon as they complete.
false for normal timelines, but true on gsap.globalTimeline — completed children are pruned automatically there to avoid memory buildup.let tl = gsap.timeline({ autoRemoveChildren: true });
restart()/seek() back to already-completed children.