Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to increase countdown before loop? #14

Open
DavyPierre opened this issue Jan 30, 2018 · 2 comments
Open

How to increase countdown before loop? #14

DavyPierre opened this issue Jan 30, 2018 · 2 comments

Comments

@DavyPierre
Copy link

Hello,
Thanks a lot for this code!
From my understanding, this generates a Gif that will automatically loop after 1 minute.
Is there any way to increase the timer to make it so the countdown goes a bit further than 1 minute before looping back ?
Like counting down 2 minutes then looping?

Thank you very much for your help :)

@subinjp
Copy link

subinjp commented Jul 5, 2019

Hi DavyPierre,
Did you find a way on how to do it?
Thanks
Subin

@Xoruna
Copy link

Xoruna commented Jul 24, 2023

Hi, I found how to change the timer. Find this line in gif.php:
for($i = 0; $i <= 60; $i++){
And change 60 to 120 or whatever delay you would like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants