$(document) .ready (function() {
$('#logowrapper a img') .animate ({
opacity: 1
});
$('#logowrapper a img') .hover (function() {
$(this) .stop() .animate({opacity:.8}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 1000);
});
});
$(document) .ready (function() {
$('#socialmedia a img') .animate ({
opacity: 1
});
$('#socialmedia a img') .hover (function() {
$(this) .stop() .animate({opacity:.5}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 200);
});
});
$(document) .ready (function() {
$('#socialmediahome a img') .animate ({
opacity: 1
});
$('#socialmediahome a img') .hover (function() {
$(this) .stop() .animate({opacity:.5}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 200);
});
});
$(document) .ready (function() {
$('#socialmediatop a img') .animate ({
opacity: 1
});
$('#socialmediatop a img') .hover (function() {
$(this) .stop() .animate({opacity:.5}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 200);
});
});
$(document) .ready (function() {
$('#portfoliopiecewrapper-brandingidentity a img') .animate ({
opacity: 1
});
$('#portfoliopiecewrapper-brandingidentity a img') .hover (function() {
$(this) .stop() .animate({opacity:.5}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 1500);
});
});
$(document) .ready (function() {
$('#portfoliopiecewrapper-websitedesign a img') .animate ({
opacity: 1
});
$('#portfoliopiecewrapper-websitedesign a img') .hover (function() {
$(this) .stop() .animate({opacity:.5}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 1500);
});
});
$(document) .ready (function() {
$('#portfoliopiecewrapper-brandingidentity-recent a img') .animate ({
opacity: 1
});
$('#portfoliopiecewrapper-brandingidentity-recent a img') .hover (function() {
$(this) .stop() .animate({opacity:.5}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 1500);
});
});
$(document) .ready (function() {
$('#portfoliopiecewrapper-websitedesign-recent a img') .animate ({
opacity: 1
});
$('#portfoliopiecewrapper-websitedesign-recent a img') .hover (function() {
$(this) .stop() .animate({opacity:.5}, 200);
}, function() {
$(this) .stop() .animate({opacity:1}, 1500);
});
});