mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 08:54:52 +08:00
fix(obj_style): fix transition anim of style_recolor
This commit is contained in:
committed by
Felipe Neves
parent
ed60b202b4
commit
f63b2756cc
@@ -924,6 +924,7 @@ static void trans_anim_cb(void * _tr, int32_t v)
|
|||||||
else if(v < 128) value_final.ptr = tr->start_value.ptr;
|
else if(v < 128) value_final.ptr = tr->start_value.ptr;
|
||||||
else value_final.ptr = tr->end_value.ptr;
|
else value_final.ptr = tr->end_value.ptr;
|
||||||
break;
|
break;
|
||||||
|
case LV_STYLE_RECOLOR:
|
||||||
case LV_STYLE_BG_COLOR:
|
case LV_STYLE_BG_COLOR:
|
||||||
case LV_STYLE_BG_GRAD_COLOR:
|
case LV_STYLE_BG_GRAD_COLOR:
|
||||||
case LV_STYLE_BORDER_COLOR:
|
case LV_STYLE_BORDER_COLOR:
|
||||||
|
|||||||
Reference in New Issue
Block a user