Home > Categories > Images

JQuery Image fade in

April 12, 2011Images

 

The .fadeIn() method animates the opacity of the matched elements. This example demonstrates how to fadeIn an image.

Preload images with JavaScript

March 24, 2011Images

 

The simplest way to preload an image is to instantiate a newImage() object in JavaScript and pass it the URL of the image you wantpreloaded.