Files
lvgl/xmls/lv_animimg.xml
T
2025-06-17 11:43:50 +02:00

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>