Home
last modified time | relevance | path

Searched refs:tr_prop (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/examples/widgets/imgbtn/
Dlv_example_imgbtn_1.c11 static lv_style_prop_t tr_prop[] = {LV_STYLE_TRANSFORM_WIDTH, LV_STYLE_IMG_RECOLOR_OPA, 0}; in lv_example_imgbtn_1() local
13 lv_style_transition_dsc_init(&tr, tr_prop, lv_anim_path_linear, 200, 0, NULL); in lv_example_imgbtn_1()
Dlv_example_imgbtn_1.py46 tr_prop = [lv.STYLE.TRANSFORM_WIDTH, lv.STYLE.IMG_RECOLOR_OPA, 0] variable
48 tr.init(tr_prop, lv.anim_t.path_linear, 200, 0, None)