From e3e26abb45bc3d543f66811047fe0ab0cff0b1eb Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 18 Aug 2023 17:45:48 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1501c2b8..11e718e4 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ canvas->update(animation->picture()); //Update the picture to b Let's suppose the progress variable determines the position of the animation, ranging from 0 to 1 based on the total duration time of the animation. Adjusting the progress value allows you to control the animation at the desired position. Afterwards, the canvas is updated to redraw the picture with the updated animation frame.

- +

[Back to contents](#contents)