Hi all,
wondering if its possible to create a constant blink without hover:
Any help is appreciatedCode:function fade_hover() { jQuery('.fade_hover').hover( function() { jQuery(this).stop().animate({opacity:0.4},400); }, function() { jQuery(this).stop().animate({opacity:1},400); }); }![]()



Reply With Quote

Bookmarks