Create mosaic transition effect for website with jQuery
Here is a nice tutorial from burnmind.com that shows you how to create a simple mosaic transition effect with 2 different images by using jQuery.

All you need to do add 2 images with the same dimensions for the smooth mosaic transition effect.
The Only HTML code you need to use is an HTML element (it can be whatever you want; I’m using a div) with unique CSS id; I named it “mosaic”.
Features :
- Simple jQuery File
- Easy to use more than 2 images
- Easy to change the transition effect from mosaic to other
- Easy to adjust the delay between the transitions
burnmind.com | Demo 1 | Demo 2