transition effects on image load
Hi everybody, my name is Luca and this is my first try with Jquery-UI.
Actually i have a jquery script to change the src of an image called
#imagebig with a click from #a1
I would like to use jquery-UI to made a nice visual transition on this
image change, like a fade or a bounce.
I have seen the exampe "animation" on the website but I can't manage
to use it in my simple script, anyone can help me?
<!-- link uno -->
$("#a1").click(function(){$("#imagebig").attr("src","images/2.jpg");
return false;
});
Thanks for you time,
Luca