Hope to be able to transform_zoom for any obj when pressed

Hope to be able to lv_obj_set_style_transform_zoom for any obj when pressed. This function is very common.

lv_obj_set_style_transform_zoom(obj, 300, LV_STATE_PRESSED);

lv_obj_set_style_transform_zoom is only valid for img obj. Hope that any obj created by lv_obj_create can be transformed_zoom.

Since v8.3 it works with any object.

1 Like