readme.md updated from https://stackedit.io/
This commit is contained in:
parent
d871712eb7
commit
03855e834e
|
@ -2372,7 +2372,7 @@ UpdateAnimation(source,
|
|||
```
|
||||
`source` can be a filename ***or*** a base64 bytes variable (unlike other calls that split out the filename parameter and base64 parameter into 2 parameters.
|
||||
|
||||
`time_between_frames` is an optional parameter. It will keep track of the amount of time between frame changes for you to give you a smooth animation. You can call the function as often as you want
|
||||
`time_between_frames` is an optional parameter. It will keep track of the amount of time between frame changes for you to give you a smooth animation. With this parameter you can call the function as often as you want and it will advance to the next frame only after the correct amount of time has lapsed. Or, you can call the method without setting this value and it will show a frame and immediately mopve on to the next frame.
|
||||
|
||||
|
||||
## Button Element
|
||||
|
@ -4978,10 +4978,7 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg
|
|||
|
||||
|
||||
|
||||
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about using what you find.
|
||||
|
||||
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.
|
||||
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about us
|
||||
<!--stackedit_data:
|
||||
eyJoaXN0b3J5IjpbLTE2MjE1MjA1MDYsLTExNDg0OTA2MjNdfQ
|
||||
==
|
||||
eyJoaXN0b3J5IjpbMTE2ODE3MDk4MiwtMTE0ODQ5MDYyM119
|
||||
-->
|
Loading…
Reference in New Issue