Capítulo 142 de 411
selector() returns a query function scoped to a particular element, finding only its descendants — like querySelectorAll() but scoped and returning a real Array.
.filter()/.map() work directly..current/.nativeElement even after a re-render.let q = gsap.utils.selector(myElement); // or ".class"
q(".box"); // Array of .box descendants of myElement