lv_anim_speed_clamped() function
Store the speed as a special value which can be used as time in animations. It will be converted to time internally based on the start and end values
Arguments
speed
the speed of the animation in as unit / sec resolution in 0..10k range
min_time
the minimum time in 0..10k range
max_time
the maximum time in 0..10k range
Return value
a special value in where all three values are stored and can be used as an animation time
Notes
internally speed is stored as 10 unit/sec internally min/max_time are stored with 10 ms unit