What I want to achieve is that animation apply on listItem (li) one by one. and after it's done. (it reached the last item). Then the Animation should start again from the First Item.
Following is my Codepen and What I want to acheive
EDIT : Each SetInterval must execute before executing next one.