Perfect Loops

Status
This thread has been locked.

Jake

big smoke
Premium
Feedback score
14
Posts
1,586
Reactions
1,043
Resources
0
Hey fellow members and users of McM, today I present you with a rather bad forum game, the idea is to post your favourite perfectly looping gif (Graphics Interchange Format), gifs that will end at the same point they restart, thus allowing them to loop forever and ever, until you basically tire and quit watching it. Ideally you should try and keep it between one and three gifs per post as to not make your messages extremely long, and don't just post multiple times with two gifs per post. I'll start.
25371a3a58d66a8bef89dd697d99cd03-loopgif01.gif

k1lshsU.gif
 

AltGr

Software Engineer
Premium
Feedback score
0
Posts
304
Reactions
183
Resources
0
PHP:
<?php
for ($i = 1;$i > 0; $i++) {
   echo 'Perfect loop! ['.$i.']  ';
}

Edit:
can't believe you told us what 'gif' stands for, like people are not going to know 'Graphics Interchange Format' and not know gif. lol.
 
Last edited:

Jake

big smoke
Premium
Feedback score
14
Posts
1,586
Reactions
1,043
Resources
0
PHP:
<?php
for ($i = 0;$i > 0; $i++) {
   echo 'Perfect loop! ['.$i.']  ';
}

Edit:
can't believe you told us what 'gif' stands for, like people are not going to know 'Graphics Interchange Format' and not know gif. lol.
Firstly, I can't see that PHP loop, secondly, why not tell them? xD
 
Status
This thread has been locked.
Top