Lines Matching refs:object
17 specified time period. It allows you to specify what object it applies to (the
41 Because of the former, an animation on a single :cpp:type:`lv_style_t` object shared
52 The number of Animations that can be playing at the same time for a given object with
56 - a given object with different *animator* callbacks; and
216 After you have set up your :cpp:type:`lv_anim_t` object, it is important to realize
220 an internal object that is a *live, running* Animation. This function returns a
221 pointer to that object.
271 - the object (variable) being animated is deleted (and it is not a Widget) or
276 If the object (variable) being deleted is a type of Widget, the housekeeping code
279 object being deleted is *not* one of the Widgets.
320 - Create an Animation Timeline object by calling :cpp:func:`lv_anim_timeline_create`.