Mobile UX Design: Sliders

Mobile UX Design: Sliders

Sliders has been around for a long time and has become the de facto standard for selecting and filtering in apps. However, sliders deserve special consideration from designers — precisely because they make it so easy for users to screw up their queries, leading to results that are either incorrect or of poor quality.

Why Should I Use Sliders?

Because sliders are intuitive. They translate well from the physical world to touchscreens, where they look good and don’t take a lot of space. Users like sliders when the metaphor of a slider is applicable. So when the user is thinking of the subject as a continuum, like a temperature slider is nice, because you tend to think of temperature in terms of “a little colder than now”, instead of numbers like “I want temp 23”.

Lexus IS haptic touch temperature slider.
#Types Of Sliders ##Single and Double Single sliders are best for selecting a single value. ![](/content/images/2016/04/1-RjtAwan0rQMTA9NuocRbaA.png)
Examples of single sliders in Android Volumes.
Dual sliders are good for searching within a range of values. ![](/content/images/2016/04/1-8Puc5AvCL9MXd_HquqUbKg.png) ##Continuous and Discrete Continuous sliders are for indeterminate values in a range, such as a price in example below. ![](/content/images/2016/04/1-rR4wE2JBHTfl93U9lxfndQ.png)
AirBnB dual continuous slider for a price range.
Discrete sliders are good for predefined values, such as rating control. ![](/content/images/2016/04/1-oyRFxIIYmSDht1GqlG7xIw.png)
Discrete slider for product rating (0 to 5 stars).
Both single sliders and dual sliders can be either continuous or discrete. 

Tip: Continuous range sliders aren’t always the best choice. Discrete stops are better for small sets of predefined values, such as product ratings.

Is an Exact Value Necessary?

Sliders are hard to adjust precisely — both in the physical world and on touch devices. Simply because adjusting a tiny peg in the middle of a large screen is difficult.

Thus, sliders work best when the specific value does not matter to the user, but an approximate value is good enough. Also allowing the selection of a very specific value is often not necessary to the user.

iOS Brightness and Volume controls.
##If You Still Need an Exact Value Then you can use a slider with an editable numeric value. Upon pressing the thumb, the text box becomes editable for text entry and updates the value automatically with thumb movement. ![](/content/images/2016/04/1-rmDBEwV26m-F4YaA3bu2Zw.png) **Tip:** If picking an exact value is important to the goal of the interface, perhaps you should choose an alternate UI element. #Show The Range and Histogram If you use sliders for filtering you should show the actual range of values in an entire collection. Instead of using arbitrary numbers and unhelpful labels such as $0 and Max (for price), you should provide an accurate range, the actual minimum and maximum values that users can search within.

A slider with a histogram (as shown below) can be very helpful in preventing a zero response. A high bar represents a large numbers of items, and a proportionally short bar represents a smaller number of items.

Tip: There is a possibility that users don’t get the histogram. In such case, they just ignored it and continued to use the app without any issues.

Think About the Thumb and Don’t Cover The Numbers

While labels placed directly below the slider may work on desktop designs, the same label placement does not work well for touchscreen because the labels may be obscured by the users’ finger while they are interacting with the control. In order to remain visible during use, the values should appear above the pins, where the user’s fingers would not cover them.

Left: The sliders on BrilliantEarth.com wrongly place the labels below the slider. Right: AirBnB.com correctly displays the slider values above the UI element. Image source: nngroup
**Tip:** Make sure that reasonable values can be entered easily.

Provide a Visual Feedback

Visual feedback is extremely important in user interface design. In real life, buttons and controls respond to our interaction, and this is how people expect things to work. Upon an input event, the system should provide instant visual confirmation.

Various slider behaviors. Source: Material Design.

Tip: Visual feedback works because it appeal to the user’s natural desire for acknowledgement.

Conclusion

Sliders look great, but aren’t always the best tool. They are good when you want something that is relative, but not very good for exact values, unless you also have text boxes that users can type into. When designing a slider make sure that the users can select that range (or single value) correctly without having to struggle too much to hit a precise value.

Thank you!

References

Subscribe to Nick Babich

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe