# Spinner (/examples/widgets/spinner)



Centered busy spinner [#centered-busy-spinner]

<LvglExampleBrief>
  Place a 100 by 100 spinner on the active screen with custom timing.
</LvglExampleBrief>

A spinner is created on the active screen, sized to 100 by 100,
centered, and tuned with `lv_spinner_set_anim_params` to a
10000 ms loop time and a 200 degree arc length.

<LvglExample name="lv_example_spinner_1" path="widgets/spinner/lv_example_spinner_1" />
