From d080c49a8d096bccfec7fab2fc0532c2d9a50323 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Wed, 16 Jan 2019 16:55:16 -0500 Subject: [PATCH] readme.md updated from https://stackedit.io/ --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index a0ae9278..c74ef53a 100644 --- a/readme.md +++ b/readme.md @@ -2368,10 +2368,9 @@ Starting in version 3.23 you can specify an animated GIF as an image and can ani ```python UpdateAnimation(source, - size=(None, None), - time_between_frames=0) + time_between_frames=0) ``` -Source can be a filename or a base64 bytes variable. +Source can be a filename ***or*** a base64 bytes variable (unlike other calls that split out the filename ## Button Element @@ -4981,5 +4980,5 @@ In the hands of a competent programmer, this tool is **amazing**. It's a must- The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code. \ No newline at end of file