Hello, I am writing a script that does animations on a web-page. In the process I need to add several elements to an array, and then simultaneously animate them.
Is it possible to use jQuery to SIMULTANEOUSLY animate all objects in an array? Or maybe there's a better method for that?
Thanx