Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Nothing happened at all for me when I pressed start.
Anyway, as I clearly proved above, nothing special is required to run multiple animations at once. The reason is that the $().animate function only registers an animation, which then happens via a setInterval(), which clears itself once the animation is complete. Not that you need to know this, but it explains why multiple animations may happen without anything special being added to the code.
|