Why does the pause feel more pronounced the longer the string

Description

I use the looping scrolling mode of label,Why does the pause feel more pronounced the longer the string

What MCU/Processor/Board and compiler are you using?

What LVGL version are you using?

lvgl 6

What do you want to achieve?

I want to make the string scrolling a little bit smoother

What have you tried so far?

i try adjust an time

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

lv_label_set_long_mode(hyet_watch_global.label_limit, LV_LABEL_LONG_SROLL_CIRC);
lv_label_set_anim_speed(hyet_watch_global.label_limit, 60);

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

  • My English is not very good, do you understand what I mean