Before i tear my hair out and go down the wrong path in terms of debugging. Can someone confirm that this code will do as intended. Ie. animate 5 divs to different positions
You made gramatical errors in your code that you could have easily spotted had you used static code analysis tools such as the lovely JSHint.
In addition, you should further understand the use of the comma operator in JavaScript, our site has a few answers on it already.