السلام عليكم
كود jQuery تاثير الماوس على الصور - اشعاعات
الكود يقوم بعمل اشعاع على الصور التي يمر عليها الماوس
كود يعطي للصفحة مظهرا رائعا
الكود :
$(function(){$('img').mouseover(function(){$(this).fadeTo('400',0.50);$(this).fadeTo('400',1)})});$(function(){$('img.luay2011').mouseover(function(){$(this).animate({rotate:'40deg'});$(this).animate({rotate:'-=40deg'})})});$(function(){$('img.luay2012').mouseover(function(){$(this).animate({rotate:'40deg'});$(this).animate({rotate:'-=40deg'})})});
وشكرا
كود jQuery تاثير الماوس على الصور - اشعاعات
الكود يقوم بعمل اشعاع على الصور التي يمر عليها الماوس
كود يعطي للصفحة مظهرا رائعا
الكود :
$(function(){$('img').mouseover(function(){$(this).fadeTo('400',0.50);$(this).fadeTo('400',1)})});$(function(){$('img.luay2011').mouseover(function(){$(this).animate({rotate:'40deg'});$(this).animate({rotate:'-=40deg'})})});$(function(){$('img.luay2012').mouseover(function(){$(this).animate({rotate:'40deg'});$(this).animate({rotate:'-=40deg'})})});
وشكرا