Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a GIF image that play once and freeze on last frame

Tags:

gif

How to create a GIF image that play once and freeze on last frame. I already made the loop property to 1, so first problem is solved. But after animation finishes, gif is not freezing at last frame, it is to going back to first frame.

like image 959
Anil8753 Avatar asked Oct 21 '22 07:10

Anil8753


1 Answers

You need to change the gif's loop count to 1.

Here's an online tool that lets you do that for free. https://ezgif.com/loop-count

like image 120
Murali Allada Avatar answered Oct 27 '22 13:10

Murali Allada