diff --git a/README.md b/README.md index 11e718e4..1501c2b8 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) diff --git a/res/example_lottie.gif b/res/example_lottie.gif index 939ed766..8f2da677 100644 Binary files a/res/example_lottie.gif and b/res/example_lottie.gif differ