Posted in

Alpha sobre una imagen con Jquery

Propietat alpha sobre una imatge al fer rollover amb Jquery.


$("#entrar").hover(function() {
 $(this).stop().animate({ opacity: 0.7 }, 500);
 },
 function() {
 $(this).stop().animate({ opacity: 1.0 }, 500);
 });

Deixa un comentari

L'adreça electrònica no es publicarà. Els camps necessaris estan marcats amb *


The reCAPTCHA verification period has expired. Please reload the page.