I have 8 separate animations on a splash page. The problem is that they load as the page loads, so when the page has finished loading, they are all out of sequence. Is there anyway that I can stop the animations from beginning their cycle until all the animations have completely loaded. (Think of each animation as having 4 frames, the 1st shows the number 1, the second number 2, etc. I need each animation to show the same frame at the same time. But the first one is already at #3 frame by the time the last animation loads and displays #1...)
Can javascript tame this beast?
Can javascript tame this beast?