olesk75 / AnimatedGIF

Python class to animate a GIF using only tkinter
MIT License
40 stars 15 forks source link

add a param "background" #6

Open Taukurade opened 4 years ago

Taukurade commented 4 years ago

you can add param background=None

...
def __init__(self, root, gif_file, delay=0.04,background="white"):

        tk.Label.__init__(self, root,background=background)
...

P.S. Thanks to your repository, Thoru is dancing in my bottom left

olesk75 commented 4 years ago

Thanks @A-Gear, I'll add to my TODO, but a little under water at the moment, so it might take a little while.

PS: Happy to hear a dancing Thoru could result from my little library 😄