Share Posted October 17, 2018 Hi. This is probebly an easy one, but I need some one to point me in the right direction here. I can't get .isActive() and .kill() to work on my TimelineMax (or don't understand how it works). I have search the forum and tried some examples but still no luck. I want to create a simple feedback animation for the user when click on a save button. If the user clicks several times while the animation is running, I want it to kill the active one and start a new one. Does not sound that hard, but now it just create an other feedback message beside the existing one. Please help. See the Pen yRvyxQ by mashplan (@mashplan) on CodePen Link to post Share on other sites
Share Posted October 17, 2018 I didn't read through all your code, but I assume this is what you wanted, right?: See the Pen 77d96269edebc5fd6cb880e6144b58bf by GreenSock (@GreenSock) on CodePen Happy tweening! 2 Link to post Share on other sites
Author Share Posted October 17, 2018 Wow, that was fast! Thank you so much, works perfect! 1 Link to post Share on other sites