From 0b548270f1f524a905523f48ec185ab080ab544d Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Wed, 16 Jan 2019 16:53:33 -0500 Subject: [PATCH] readme.md updated from https://stackedit.io/ --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index a1327fa1..a0ae9278 100644 --- a/readme.md +++ b/readme.md @@ -2367,9 +2367,11 @@ Choose **either** a filename or in-ram data image to use to replace current imag Starting in version 3.23 you can specify an animated GIF as an image and can animate the GIF by calling `UpdateAnimation`. Exciting stuff! ```python -def Update(self, value=None, disabled=None, select=None, visible=None) +UpdateAnimation(source, + size=(None, None), + time_between_frames=0) ``` - +Source can be a filename or a base64 bytes variable. ## Button Element @@ -4979,6 +4981,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