freezeframe.js icon indicating copy to clipboard operation
freezeframe.js copied to clipboard

Is it possible to play the animation a single time (no loop) ?

Open danieljaguiar opened this issue 3 years ago • 0 comments

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",
    }}
/>

danieljaguiar avatar Mar 19 '21 17:03 danieljaguiar