You can add your own animations using the hide() and show() effects:
$w("#image1").hide("fade");
$w("#image1").src = < new image >;
$w("#image1").show("fade");
You can choose whatever effect you want, and also play with the effectOptions for different animation speeds.