Capítulo 337 de 411
Returns the scrub tween (default) or the snapping tween (getTween(true))
let st = ScrollTrigger.create({
animation: myTween,
scrub: 1,
trigger: ".panel-1",
});
// then later...
st.getTween().progress(1); // force the scrub to its end to make it catch up with the current scroll position immediately