커뮤니티

'); jQuery('.whois-portfolio .whois-portfolio-item').on('mouseenter', function(){ var em = jQuery(this), imgWrapEm = jQuery('.whois-portfolio-item-img', em); if(em.attr('class').match(/whois-portfolio-item-effect/i)) { return false; } em.addClass('whois-portfolio-item-effect'); jQuery('img', imgWrapEm).animate({ '-webkit-transform':'scale(1.25)', '-moz-transform':'scale(1.25)', '-ms-transform':'scale(1.25)', '-o-transform':'scale(1.25)', transform: 'rotate(5deg) scale(1.25)' }, 300, function(){ em.removeClass('whois-portfolio-item-effect'); }); }); jQuery('.whois-portfolio .whois-portfolio-item').on('mouseleave', function(){ var em = jQuery(this), imgWrapEm = jQuery('.whois-portfolio-item-img', em); if(em.attr('class').match(/whois-portfolio-item-effect-remove/i)) { return false; } em.addClass('whois-portfolio-item-effect-remove'); jQuery('img', imgWrapEm).animate({ '-webkit-transition': 'all .5s ease', '-moz-transition': 'all .5s ease', '-ms-transition': 'all .5s ease', '-o-transition': 'all .5s ease', 'transition': 'all .5s ease', transform: 'rotate(0deg)' }, 300, function(){ em.removeClass('whois-portfolio-item-effect-remove'); }); }); }); function go_url(url){ window.location.href = url; }