readme.md updated from https://stackedit.io/

This commit is contained in:
MikeTheWatchGuy 2019-01-16 16:55:16 -05:00
parent 0b548270f1
commit d080c49a8d
1 changed files with 3 additions and 4 deletions

View File

@ -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.
<!--stackedit_data:
eyJoaXN0b3J5IjpbMTAzOTExOTcwNiwtMTE0ODQ5MDYyM119
eyJoaXN0b3J5IjpbMjAyMDkxMTE0MywtMTE0ODQ5MDYyM119
-->