Thanks to Carl for pointing me in the right direction.   If anyone can benefit from it here's the final code, a pretty simple and straightforward way to connect a repeating yoyo to a jQuery  hover method.   var homeButton = $('button.home'); homeButton.each(function(){ $(this).hover(over, out); var buttonSVGElement = $(this).find('svg'), homeButtonAnimation = new TimelineMax({repeat:-1, onRepeat: pauseAnimation, paused:true}), play; homeBut
    • Like
    2