Change spinning duration

Add this code to the Custom CSS field on the Settings tab of your Spinning Wheel widget’s settings:

[class*="wheel__Spindle-sc"] {
transition: transform 10s cubic-bezier(0.15, 0.01, 0, 1);
}