Imagine that I have a list of 20 <li>
blocks, and that when the page loads, each of them should be shown with a millisecond difference from one to another (this would be done with CSS3
, so code just have to add a class in the elements), like that a "cascade" effect.
How could I pass this logic to JavaScript / jQuery?
Here's a FIDDLE
with all the example, just missing the logic of the effect "cascade ".