Demo: https://codesandbox.io/s/n34pvjxyxj
Hi, fellow GSAP'ers!
The topic of playing a timeline in reverse keeps troubling me. The Demo above is one, where, within Vue, a parent component calls function on a child component (using $refs). As the console output shows, the functions are indeed called, but the animation is not played in reverse.
I do not understand why, because:
- the timeline is returned to a var, right?
- the staggered animations use `staggerFromTo` , even though I assume that using any of the other two should eventually work, too
What am I doing wrong here (again)?
Do I misunderstand the idea of having the timeline saved to a variable (here: animateLogo)?
Are reverse animation on timeline using a stagger feature not possible? (I doubt that! It's GreenSock!)
Thanks you in advance!
PS: the actual GSAP-related code parts are kept as short as possible. Please ignore the other stuff, which is just there to wrap the letters... (no, I am still not using SplitText... shame on me!)