mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
doc: updated the lottie example video
This commit is contained in:
parent
664f028c15
commit
7e15cfaf15
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue