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

gif

Solution

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

Problem

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.

Original source