PHP Classes

How to make it loop one time?

Recommend this page to a friend!

      GIF images into animated GIF with native PHP class  >  All threads  >  How to make it loop one time?  >  (Un) Subscribe thread alerts  
Subject:How to make it loop one time?
Summary:I don't see how it's possible to loop the animation one time.
Messages:3
Author:Sean
Date:2012-02-19 11:25:37
Update:2014-04-20 09:34:14
 

 


  1. How to make it loop one time?   Reply   Report abuse  
Picture of Sean Sean - 2012-02-19 11:25:37
When I set loops = 0 it loops forever.

When I set loops = 1, it runs through the animation 2 times.
When I set loops = 2, it runs through the animation 3 times.
etc..

When I set loops = '' it loops forever.
When I set loops = -1 it loops forever.

How can I make it run the animation 1 time only?

Thanks.

  2. Re: How to make it loop one time?   Reply   Report abuse  
Picture of Mathijs de Bruijn Mathijs de Bruijn - 2012-11-26 11:59:27 - In reply to message 1 from Sean
I have exactly the same problem/question but did not find an answer on this forum yet.
Please help.

  3. Re: How to make it loop one time?   Reply   Report abuse  
Picture of indapublic indapublic - 2014-04-20 09:34:14 - In reply to message 1 from Sean
Yeah, I have same problem