Hi inGrooVe   pls try this : $(".proyectoList").each(function(index, element){ var tl = new TimelineLite({paused:true}); // add your timeline tweens here //.....   //....   element.animation = tl; }); $(".proyectoList").hover(over, out); function over(){ this.animation.play() }; function out(){ this.animation.reverse() }; and for next time pls make a reduced Codepen Demo ( or another online code editor) available :   Read This First: How to Create a CodePen Demo : http://greensock.
    • Like
    1