AnimatedGIF icon indicating copy to clipboard operation
AnimatedGIF copied to clipboard

add a param "background"

Open Taukurade opened this issue 5 years ago • 1 comments

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

Taukurade avatar Jan 17 '20 20:01 Taukurade

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 😄

olesk75 avatar Jan 20 '20 10:01 olesk75