Change the page gif

0

I'm creating a page where it will contain a gif that is looped, but I would like it as soon as I got to the end of the first loop to replace the gif with another and so on ... to do that with javascript or something the type? where do I find the explanation about?

    
asked by anonymous 17.02.2017 / 19:22

1 answer

1

Knowing the duration of this first gif loop, you use setTimeout to exchange for another gif. I found the link below a little bit like your question.

link

    
17.02.2017 / 19:38