I am trying to create place a gif onto my tkinter canvas, however it is just a still image when it is placed. Does anyone know how I could maybe place it but it moves when the code runs?
Asked
Active
Viewed 308 times
1
-
1Have you ever tried to search stackoverflow on "tkinter gif animation"? – acw1668 Sep 18 '21 at 17:49
-
1please take a look at this answer : [1]: https://stackoverflow.com/a/69236877/15919783 – Ayyoub ESSADEQ Sep 18 '21 at 22:02
-
Yes @acw1668 I did but they weren't animated – Baz Sep 19 '21 at 18:21
-
1I can find [play-an-animated-gif-in-python-with-tkinter](https://stackoverflow.com/questions/43770847/play-an-animated-gif-in-python-with-tkinter) and [gif-animation-with-tkinter-and-classes-in-python-3](https://stackoverflow.com/questions/63063321/gif-animation-with-tkinter-and-classes-in-python-3). – acw1668 Sep 19 '21 at 23:08