Home
last modified time | relevance | path

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

/GUIX-v6.4.1/samples/demo_guix_industrial/
Dsequence_window.c56 static int current_task_property_animation_step = TASK_PROPERTY_ANIMATION_STEPS; variable
595 current_task_property_animation_step = 0; in task_properties_init()
609 if (current_task_property_animation_step < TASK_PROPERTY_ANIMATION_STEPS) in task_properties_update()
611 current_task_property_animation_step++; in task_properties_update()
628 …value = start_val + (target_val - start_val) * current_task_property_animation_step / TASK_PROPERT… in task_properties_update()
640 … value = target_val * current_task_property_animation_step / TASK_PROPERTY_ANIMATION_STEPS; in task_properties_update()