1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/docs/widgets/animimg.rst

54 lines
944 B
ReStructuredText
Raw Normal View History

Animation Image (lv_animimg)
============================
Overview
********
The animation image is similar to the normal 'Image' object. The only
difference is that instead of one source image, you set an array of
multiple source images.
You can specify a duration and repeat count.
Parts and Styles
****************
- :cpp:enumerator:`LV_PART_MAIN` A background rectangle that uses the typical
background style properties and the image itself using the image
style properties.
Usage
*****
Image sources
-------------
To set the image in a state, use the
:cpp:expr:`lv_animimg_set_src(imgbtn, dsc[], num)`.
Events
******
No special events are sent by image objects.
See the events of the Base object too.
Learn more about :ref:`events`.
Keys
****
No Keys are processed by the object type.
Learn more about :ref:`indev_keys`.
Example
*******
.. include:: ../examples/widgets/animimg/index.rst
API
***
:ref:`lv_animimg`