fix(obj_style): fix transition anim of style_recolor

This commit is contained in:
Gabor Kiss-Vamosi
2025-04-18 01:14:05 +02:00
committed by Felipe Neves
parent ed60b202b4
commit f63b2756cc
+1
View File
@@ -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 value_final.ptr = tr->end_value.ptr;
break;
case LV_STYLE_RECOLOR:
case LV_STYLE_BG_COLOR:
case LV_STYLE_BG_GRAD_COLOR:
case LV_STYLE_BORDER_COLOR: