Has anyone else noticed changes to the “trigger element” in the GSAP animations?
Originally when you clicked on trigger element, you would also be presented with an option that said “target:trigger element” and below that “scope “all matching elements”. This seems to be missing now. If replaced what is the alternative to target the scope?
But the Trigger element seems to target only the element that triggered the interaction, if you want all matching elements, you can probably target the Class directly and that should give you the same effect.
Thanks for the feedback AJ. I was figure out where some of the changes were made through experimentation. I just got used to the previous nomenclature of descendants, etc and now it’s changed.