refactor(style): rename style_anim_time -> style_anim_duration (#5338)
This commit is contained in:
committed by
GitHub
parent
d757aa24de
commit
fb0fc86895
@@ -14,7 +14,7 @@ void lv_example_bar_2(void)
|
||||
lv_style_set_border_width(&style_bg, 2);
|
||||
lv_style_set_pad_all(&style_bg, 6); /*To make the indicator smaller*/
|
||||
lv_style_set_radius(&style_bg, 6);
|
||||
lv_style_set_anim_time(&style_bg, 1000);
|
||||
lv_style_set_anim_duration(&style_bg, 1000);
|
||||
|
||||
lv_style_init(&style_indic);
|
||||
lv_style_set_bg_opa(&style_indic, LV_OPA_COVER);
|
||||
|
||||
Reference in New Issue
Block a user