Transition - Access both from/to and element?
[issue link]I need to create a specific transition between the pages home and project using GSAP. But my problem is:
-
if I want to know in my transition the from, I need to use the transition function, but then I can’t use GSAP on the page $el
-
and if i want to access the element using the transition object I don’t have the from .
How can I do to have both?