Capítulo 358 de 411
Returns the ScrollTrigger that was assigned the corresponding id
ScrollTrigger.create({ id: "myID", ... }); // then later... let trigger = ScrollTrigger.getById("myID");