animate-css-grid
animate-css-grid copied to clipboard
what does 'stagger' option?
can't find in docs the answer
Hi, if there are many animations in a list,stagger delays the later ones for a nice effect. You can see it in this example. On line 64 you can change the stagger parameter to see what it does, try changing from 100 to 200 to see the additional delay.
OK, so description in readme should be “delay between animation steps”? I think we should describe this in readme