made animations slower

This commit is contained in:
davidovski 2023-07-21 11:19:22 +02:00
parent 9685928942
commit b04554f9c2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def make(colors, inp=None):
frames.append(image.convert("P"))
frames[0].save(sys.stdout, mode="P", format="GIF", append_images=frames[1:], save_all=True, duration=100, loop=0)
frames[0].save(sys.stdout, mode="P", format="GIF", append_images=frames[1:], save_all=True, duration=250, loop=0)
template = None