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)