Reputation: 89
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
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:
Upvotes: 1
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