GreenSock hover over starter

Hover effects

$(".video").hover(
          function () {
            TweenLite.to($(".overlay .fa", this), 0.3, {y: -15, ease: Power2.easeInOut});
          },
          function () {
            TweenLite.to($(".overlay .fa", this), 0.3, {y: 0, ease: Power2.easeInOut});
          }
);

Leave a comment

Your email address will not be published. Required fields are marked *