feat(anim): clarify reverse play in animation API (#7338)
This commit is contained in:
@@ -87,10 +87,16 @@ extern "C" {
|
||||
#define LV_LABEL_LONG_SCROLL_CIRCULAR LV_LABEL_LONG_MODE_SCROLL_CIRCULAR
|
||||
#define LV_LABEL_LONG_CLIP LV_LABEL_LONG_MODE_CLIP
|
||||
|
||||
#define lv_anim_set_playback_delay lv_anim_set_reverse_delay
|
||||
#define lv_anim_set_playback_duration lv_anim_set_reverse_duration
|
||||
|
||||
/**********************
|
||||
* DEPRECATED FUNCTIONS
|
||||
**********************/
|
||||
|
||||
#define lv_anim_set_time lv_anim_set_duration
|
||||
#define lv_anim_set_playback_time lv_anim_set_reverse_duration
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user