I would like to animate the list of items. The first should be animated with a 0 ms delay, the second should do the same animation with a delay of 50 ms, the third with a delay of 100 ms, and so on. The list is dynamic, so I don't know the length.
Is it possible? Note. I don't need help with animations / keyframes, but how to use nth-child or nth-of-type (or something else?) To achieve progressive animation delay based on the relative position between siblings.
I use React / SASS / Webpack if this helps. I can use jQuery if necessary, but I would prefer to avoid this if possible.
source share