JQuery Animation Question
- by Sarfraz
Hello,
I have created a jquery animation that can be seen by clicking the Preview button on top:
http://jsbin.com/anayi3/edit
I have used the slideDown animation method. The problem is that all items slide down together. I want to each number to display after short delay. It should not be much of problem for experienced jquery developers.
How to do that?
Thanks in advance.