Closed danieljaguiar closed 1 year ago
I want to click in the play button and see the animation a single time. Then the animation should stop and the play button should appear again.
Basically, no loop. Is it possible?
I am using react:
<ReactFreezeframe src="/test.gif" options={{ overlay: true, trigger: "click", }} />
No, unfortunately this is not even possible in the browser without significant caveats, it is out of scope for this library
I want to click in the play button and see the animation a single time. Then the animation should stop and the play button should appear again.
Basically, no loop. Is it possible?
I am using react: