Hello fellow GreenSock users!
I'm new to GSAP and I'm using the TweenMax.to method to change the "top" css property of several elements whenever a click occurs on a navigation element... Problem is I need for that to not happen if the animation of the previous click is still in progress...
I see that in the documentation for GSAP there is the public method "isActive", but I'm using TweenMax... not sure if I should even attempt at using those methods off of the TweenMax object or not - I'm guessing it wouldn't work.
SO... is there a way to determine if a TweenMax animation is active or inactive? What are the differences between animations applied via TweenMax, TweenLite, and Timeline? BEST regards, gsapluvah!