Jump to content
Search Community

UncoloureColors

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by UncoloureColors

  1. Hey guys, I'm trying to make a glow effect on hover with box-shadow but I can't seem to make it work! Here's the code $(".Cwhite, .Cyellow, .Cpurp, .Cred, .Cblue, .Cgreen, .Cpink, .Corange").hover( function(){ TweenLite.to($(this), 0.1, {scale:1.7, transformOrigin: "50% 50%", }); }, function() { TweenLite.to($(this), 0.15, {scale:1 }); }, function() { TweenLite.to($(this),{ boxShadow: "0px 0px 24px 6px", color:"#fff" }); } );
×
×
  • Create New...