Using GSAP animations on hover. $(function (){ var thumb = $('.item'); thumb.hover( function(e) { //mouseover TweenLite.to($(this), 0.3, { backgroundColor: ...
確定! 回上一頁