Python Forum

Full Version: Tkinter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I'm trying to create a crude "fade in" for some writing using the "label" widget.

I've created a "loop" using "root.after(100,Loop)", each iteration of the loop is 100mS.

I created a list with the colours I wish to go through to fade, starting from very light grey going to black within 5 loops, through each loop the index of the list increments.

This all works well, BUT I'm getting an awful flickering whilst it loops, is there any way to combat this?

Please see .mp4 video from my onedrive.

Video

Thanks in advance

Kind Regards
Thanks, the example is using pictures though, I need to do this with interchangeable text unfortunately.