I have a large 150px x 150px tile that has 9 smaller 50px x 50px tiles. I want to fade out the small tiles one by one to reveal the large tile below, then fade in each small tile one by one after about 3 seconds. This process should repeat after a pause of about 5 seconds. I have a rough prototype here:
http://jsfiddle.net/psivadasan/k34xX/1/
Appreciate any help.
See my code below, DEMO here