mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-20 04:11:36 +08:00
13 lines
390 B
XML
13 lines
390 B
XML
<!--
|
|
Example
|
|
<lv_animinmg src="img1 img2" duration="300" repeat_count="3"/>
|
|
-->
|
|
<widget>
|
|
<api>
|
|
<const name="infinite" help="Repeat the animation infinite times"/>
|
|
<prop name="src" type="image_src[count]" help="Image sources" />
|
|
<prop name="duration" type="int" help="Length of the animation in milliseconds"/>
|
|
<prop name="repeat_count" type="int"/>
|
|
</api>
|
|
</widget>
|