doc: updated the lottie example video

This commit is contained in:
Hermet Park 2023-08-18 17:27:14 +09:00 committed by Hermet Park
parent 664f028c15
commit 7e15cfaf15
2 changed files with 1 additions and 1 deletions

View file

@ -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.<br /> 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.<br />
<br /> <br />
<p align="center"> <p align="center">
<img width="600" height="600" src="https://github.com/thorvg/thorvg/blob/main/res/example_lottie.gif"> <img width="800" height="802" src="https://github.com/thorvg/thorvg/blob/main/res/example_lottie.gif">
</p> </p>
[Back to contents](#contents) [Back to contents](#contents)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 MiB

After

Width:  |  Height:  |  Size: 14 MiB