2

I included 40+ gifs in my github readme but the issue I am facing is that they do not start and stop at the time. I created the gifs myself so I can verify that they are of the same length and have the same delay between each image.

Does anyone have any suggestion how I can make these gifs play together ? Below is an example of the code that I use.

![Alt Text](https://github.com/fakeuser/temp/blob/master/results/0-3-shape.gif)
Kong
  • 1,984
  • 8
  • 22
  • 45

1 Answers1

1

You would need to preload them, through a javascript function, but not GitHub repo markdown would allow you that level of control.

It would then be easier to display static gifs, with a link to an external page where you can run javascripts and better control the pre-loading of the animated gifs.

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755