PDA

View Full Version : no idea about this question


alain
11-23-2002, 03:25 PM
hi
Is it possible to start an animation after a few seconds waiting
For example, a page is opened and an animation beguins one minute later
Thanks

andy
11-25-2002, 09:35 PM
with a normal image animation you mean, like a gif or somehting..????

Three options i can think of if so..

1. make an animated image with the first transition at 1 minute (bad idea..)

2. create your animated gif or whatever and then create a static version of the first frame (easy to do). Set the image src to the static image and then using javascript, change the image src one minute later.

3. use flash or something..

BoR|S
11-29-2002, 02:28 AM
You can use a image preloading java script with given timeout...