Jeroen Roozendaal.nl | Page 3
© 2011 Jeroen. All rights reserved.
© 2011 Jeroen. All rights reserved.
© 2011 Jeroen. All rights reserved.
© 2010 Jeroen. All rights reserved.
© 2010 Jeroen. All rights reserved.
© 2010 Jeroen. All rights reserved.
© 2011 Jeroen Roozendaal. All rights reserved.
© 2010 Jeroen. All rights reserved.
jQuery(document).ready(function(){
// Hover animations for front page
jQuery(".af-layout .post").hover(function(){
jQuery(this).find(".entry-date").stop(true).fadeTo("fast", 1.0).css({'display' : 'block'});
jQuery(this).find(".entry-title").stop(true).fadeTo("fast", 0).css({'display' : 'none'});
jQuery(this).children(".entry-image").stop(true).fadeTo("fast", 0.25);
}, function(){
jQuery(this).find(".entry-date").stop(true).fadeTo("fast", 0).css({'display' : 'none'});
jQuery(this).find(".entry-title").stop(true).fadeTo("fast", 1.0).css({'display' : 'block'});
jQuery(this).children(".entry-image").stop(true).fadeTo("fast", 1.0);
});
// Hover animations for front page
jQuery(".af-layout #sticky-area .post").hover(function(){
jQuery(this).children(".entry-content").stop(true).fadeTo("fast", 1.0).css({'display' : 'block'});
}, function(){
jQuery(this).children(".entry-content").stop(true).fadeTo("fast", 0).css({'display' : 'none'});
});
});
jQuery(window).load(function(){
});
/* ]]> */