Page 1 of 1

Image Append.

Posted: Thu Dec 28, 2006 6:27 pm
by JellyFish
If I where to append a image element using appendChild(), and it was a animated gif that doesn't loop, then when the element appends to a new parent node would the image animation restart?

It's a quick question that I could easily answer by discovery but I didn't make the animation yet and that would take a bit.

Thanks for reading. All help is appreciated.

Posted: Sun Dec 31, 2006 7:52 am
by neel_basu
The GIF Would Restart If And Only if It has been Reloaded

Posted: Sun Dec 31, 2006 8:12 pm
by JellyFish
What would define that? Would appendChild(imgElement) reload the image? Or would I need to take on another method?

Posted: Sun Dec 31, 2006 11:08 pm
by neel_basu
JellyFish wrote:Would appendChild(imgElement) reload the image?
Test What You told