I have four squares on the page. All of them have :hover pseudo-class with the transition, that will add an inset shadow in 0.5 seconds on hovering.
What I need to do is to write a jQuery code that smoothly and randomly will simulate :hover state on the page load.
Sorry for a bit unclear explanation. So, when the page is loaded, jQuery would add a shadow to one square, then remove it in some time and then will do the same procedure with other squares in a random-order.
That's my code here: http://jsfiddle.net/bqux7/
With best regards