AnimatedGIF
AnimatedGIF copied to clipboard
add a param "background"
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
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 😄