Click to See Complete Forum and Search --> : Java script and animated giffs


keithschm
12-11-2003, 02:03 PM
hey. On my home page I have an animated Gif. I have since added the Java SNow background effect. since then My animated Gif Does not work 2 well. Anybody have any good tips for me

keithschm
12-12-2003, 12:16 PM
anyone? Please

lcscne
12-12-2003, 12:21 PM
sure do, give more information about what's going on with the gif for starters.

My animated Gif Does not work 2 well doesn't do too much for letting us know what your problem is.

TheBearMay
12-12-2003, 12:23 PM
My guess is that you have some code running setInterval or setTimeout (the snowflakes probably). If you have too many (definition depends on CPU, memory, etc) of these type of processes the GIF, which also runs on a timer mechanism, doesn't get enough time slices to function smoothly.