gofish1234
gofish1234

Reputation: 89

How to delay gifs from starting on page load?

I have an animated gif that I would like to delay when it start on page load. I was wondering if this was possible to do?

So for example, the page loads, and I would want the gif to start after x amount of seconds pass.

Thank you!

Upvotes: 0

Views: 1500

Answers (2)

idontknow
idontknow

Reputation: 438

I realize that this question was posted a long time ago, but you can use this website to give your gif a delay after the first frame:

https://ezgif.com/maker

Upvotes: 1

Faisal Khan
Faisal Khan

Reputation: 11

You can toggle the display property from none to block. combining with css animation delay to trigger your delay time . Hope this will work for you

Upvotes: 1

Related Questions