Hi,
Its pretty exiting since this is my first attempt to help as a new bee ??
Go to theme-frontpage.php and edit this section;
jQuery('#front-columns > div img').hover( function() {
jQuery(this)
.stop()
.animate({opacity: 0.5}, 100)
.fadeOut(100)
.fadeIn(100)
.animate({opacity: 1}, 100) ;
}, function() {jQuery(this).stop();} )
});
</script>
If you delete these 2 lines It stops the animation.
.fadeOut(100)
.fadeIn(100)
But if anyone can help further to fiddle with the animation I appreciate a lot. I want to make it smoother and dunno how.
Thank you !
You are welcome ??