Now recruiting for a Senior UX Design Freelancer! Click here for more information →
UX Pattern Analysis

Creating High Quality Microinteractions & UX Interaction Patterns

July 24, 2022
Written By:
Fanny Vassilatos
Ceara Crawshaw

Our job as designers, developers, QAs and product people is to make sure that the experiences we build are communicative with users. We need to build things that make users feel that they are meaningfully interacting with a system, and that they can trust that system to guide them through the complex tasks they are performing.

We often set out to design interactions, taking an idealistic mindset — where we imagine users passing through our interface as we wish they would. We focus on the ‘happy path’ and underplay the likelihood that users will venture out on their own, ignoring the careful flow we’ve mapped for them. They’ll skip our beautiful onboarding wizard, do things in the order they want and discover the interface as they see fit.

The combination of unpredictable user behaviour and the system’s data itself will inevitably create a wide variety of states that need to be represented in your system — whether that’s on an individual component level, a page level or a system level.

When you’re auditing a flow, feature or entire product experience, it’s important to get into the details of the interactions. UX interactions are a big part of how users are treated, taken care of and communicated with in any SAAS product and as such, the details matter.

On top of the importance of looking in depth at interactions, is the surrounding context, which for complex SAAS or web apps is that things often get built very quickly and core measures of ‘interaction quality’ are missed.

How do we define high quality interactions, patterns and behaviors?

Quality in interactions is a nuanced concept, because of the breadth of what we’re talking about. Let’s start with a shared sense of what UI interactions actually are.

Definition of UI Interactions

Interactions include the visual representations which capture and communicate the situation happening ‘in the computer’ to the user. The designers’ job is exposing the logic of what is happening within the computer and the data while creating opportunities to guide the user forward in their tasks. Interaction at its core, is a conversation between humans and computers.

Interactions in products include several perspectives of ‘zoom’:

  • Microinteractions in components: including fields, inputs, buttons. The core behaviour and representation of state on these small pieces of UI.
  • UX interaction patterns: combining multiple components into a sequence where users can achieve a goal. There’s another layer of interplay here, where individual components come together in a screen.
  • Flows: Combining multiple patterns together, for users to complete more in-depth and complex goals which may happen over multiple pages and layouts.

Quality in user interactions should be defined per situation, but we can definitively say, that a good interaction means that the situation is explained clearly, the user maintains a sense of control and every action has a ‘reaction’.

Many interfaces out there aren’t actually full of ‘bad’ interactions, rather the interactions aren’t even there.. Missing interactions are much more common than misleading interactions. However, in the case of interaction, if a ‘reaction’ in the UI doesn’t happen, users assume the system is broken, or worse that they are ‘bad’ at using it. It’s the computer equivalent of ghosting 👻. Not cool. Double not cool if the interaction is high stakes or scary for people.

Create, Read Update, Delete and Edge Cases

At the core of communicating what’s happening ‘in the computer’ is actually knowing what things typically happen in the computer in the first place. So let’s take a moment to consider CRUD.

Computer science has an acronym for managing data called CRUD — that is; create read, update and delete. Within interfaces (all of which are built from data), users are essentially doing one (or a variant) of the four following actions: creating, reading, updating and deleting.

Examples of each component of CRUD:

  • Create: go into a project management software, and make a new project “Perform UX Audit of my Interactions”
  • Read: load the home page in your application, see the excited comments on your new project on your newsfeed
  • Update: change the job title in your profile from “regular designer” to “Interaction Whiz Designer”
  • Delete: all your old dev tickets that skip the empty state or edge cases

Edge case time. Once those basics are covered, this is when edge cases in the data (and interface come in). Sometimes instances of your product have super wildly different data structures and situations, but there are typically some very keen Quality Assurance (QA) people who would love to dive into possible edge cases with you.. Excellent QA people are a secret weapon in assuring interaction quality (not just because they can creatively break ANY live software, but also because you can collaborate with them to draw out key edge case situations to protect against).

Remember that digital products are complicated, and truly taking care of users means that you care enough about the details to consider how users would feel if given an ‘inscrutable error message’ for example. Please resist the urge to ignore or disregard edge cases, just because they aren’t everyday occurrences, that doesn’t mean they can’t instantly wreck your ‘reputation’ with that person.

Microinteraction patterns

Microinteractions are the foundational part of your overall interaction design model. These are key for forms and any data input UX interactions you have in your product.

To prime us for thinking about more ‘zoomed out’ interaction patterns where users are editing or creating things in your system, let’s consider the microinteractions that apply to buttons, input fields (text, numeric, multi-line), form fields, cells of a table, card elements, filter dropdowns, etc. all of these things require representing state in various ways. Check out these microinteraction examples:

The default state needs to be informative. In the case of buttons, the colour needs to reflect the level of importance of its associated action. For example, the “Save” button deserves a brighter accent colour while the “Cancel” button can afford less visibility.
For input fields, the default needs to clearly instruct what type of data is needed. Here, you can leverage placeholders to educate the user.
(For cards or other groups of components, the default needs to be distinct from the active or disabled state.)
Your UI elements’ hover state is a way to indicate exactly what can be interacted with. For example, in a table, you can have a hover state on each individual cell versus a row-wide hover state. This affords different kinds of interactions; inline cell editing as opposed to a clickable row leading to a secondary view or a selecting interaction.
The focused state happens when a user first lands on the UI element via keyboard navigation or when they’re actively typing in a field.
Stripe’s password field only displays instructions and feedback when the field is in focus
When a UI element is in focus, it’s sometimes useful to provide additional in-context instructions. That can be, for example, the requirements for password creation.
When designing a disabled state, you need to find the delicate balance between affordance and accessibility. While you want to make it clear that this specific element isn’t clickable, it still needs to be contrasting enough to be legible. You can use this handy Contrast Checker on webaim.org.

UX interaction patterns you need to remember

We’ve aggregated some key interaction patterns that work for many-a-SAAS product. Use these to guide you as you inventory and access the various interactions across your product.

Many interactions patterns can often get forgotten and will adversely impact the overall interaction quality you see across your product. The following are key interactions you need to consider, remember and pay attention to the details.

Empty state UX patterns

Empty states can apply to entire screens, sections and components and are simply, the situation where there’s no data to fill up that section. They are also called ‘Blank state’, ‘Nothing state’  or ‘Zero State’ UX interactions. We published a deep dive on empty state patterns here.

Example ‘empty state’ scenarios

  • A project management tool doesn’t have any projects in it yet, because the user just registered
  • An email application reaches ‘inbox zero’
  • A  ‘add users’ interaction in a user management page, but there are no users in the system yet
  • A dashboard screen, where there’s no news feed yet

In the context of web apps, users will either create new stuff in an empty place, fill up existing fields like in a form or table, or bring data over from somewhere else.

(For cards or other groups of components, the default needs to be distinct from the active or disabled state.)
When no results show up on Slack, the empty state proposes ways to adjust your search query
When you reach inbox zero, Spark displays a soothing illustration

High quality empty state UX: An empty state that’s done really well is informative and actionable (or encouraging).

Low quality empty state UX: Is missing or makes the context it’s in more confusing or disorienting.

Loading UX patterns and loading states

This is what happens when your software is first loading a page for the user to consult. Depending on the structure of your page, there are many loading UX patterns, spinners and behaviors that you can use. Loading is key to communicating the visibility of system status and an essential UX interaction pattern for any software.

In general the loading pattern and UX interaction you leverage should be built to purpose and consider the time periods that are appropriate for the situation. For example, a spinner isn’t sufficient over a set time.

Inline loader on list item in a table progress and success feedback combination

High quality loading UX

  • Leverages the right UI for the job (ex. Loading spinner, a flow where you receive a notification, an indicator of ‘steps’ or time)
  • Shows accurate progress
  • Is visually interesting and informative

Low quality loading UX

  • Is absent from view when you need it (esp for a high stakes interaction, where the loading really matters)
  • Is ‘inactive’ doesn’t visually show the process is still going on ex. Static ‘Loading’ text on a page
  • Looks to be active even when the process has completed
🔗 We’ve gone in depth about many other user-triggered loading use cases in thisr Pattern Analysis Article.

Default and template patterns

Defaults are a big of an ‘unsung hero’ of user experience, because they can give users a leg up in making all sorts of decisions. If you think about the default state of way, a dashboard screen, the choices made for that screen would save someone from selecting 12 things before seeing anything at all.

When you apply the default concept to components, this helps people to avoid making unnecessary choices which don’t add value.

Places you can add defaults and templates:

  • Default columns in a table (see our in-depth article on data tables)
  • Default filters shown before ‘advanced’ filtering options (see our in depth article on filters and mobile filters)
  • User create their own dashboard (deep dive here) 3 graphs are shown related to the topic they are focusing on
  • A form might have a lot of (low stakes) values specified in the text inputs, so users don’t have to choose

UX tip: Keep defaults neutral ☝️👵

Making defaults decisions well takes good knowledge and understanding of your users, make sure to put in careful consideration here, talk to people, see their instance of your SAAS product, do the necessary to make sure you aren’t totally out to lunch. Also, don’t make assumptions or shortcuts that users will find offensive or off putting.

For example, if the onboarding form asks you about trouble with the law 🕵️‍♀️, don’t assume someone has anything to add under ‘convicted of crime’ and make sure you don’t have a value filled in the field by default. #ithappened

Customized view or caching the view pattern

Now for users logging back in to their usual workspace, they expect to be familiar with the setup and be able to get to work quickly. For software where the UI is customizable (think reordering table columns, filtering the data shown on charts, etc), you need to assume the users have taken advantage of those features and might have gone to great lengths to create a screen that works for them.

Here you want to make sure you preserve that state for them across browser sessions to honor the steps they’ve taken to get context.

The same applies for the default columns shown and the sort order of a table. To increase discoverability, make sure the most content is shown, and that it’s displayed in an expected way (Sorting by most recent on top is typical).

🔗 We’ve also gone in depth about many other viewing customizations in this Pattern Analysis Article about Data Tables

Error messages and feedback

This part of the interaction world is huge. Normally we think of errors as either error messages themselves or just the red outline on your text input, but they are so much more. . We’ve got two main types of error messages, ones caused by a system error or user caused error cases. We wrote a full on error prevention and feedback article here.

High quality error messages
For error UX feedback, defining quality on these interactions is an interesting question. In general the anatomy of a good error message follows some rules:

  • It says what went wrong (in terms a human being can comprehend)
  • It says how to fix the problem (if possible)
  • It gives additional information to round out the details of the error

Low quality error messages
Error messages that are done badly, typically follow a pattern, where you’ve got a lot of factors working against users:

  • The messages are written only for a technical audience or are completely system generated
  • There’s no explicit or actionable guidance on what’s next
  • There’s no way to look up or investigate the cause or solution for the error
  • An error state is presented when an ‘empty’ state is more appropriate, like a form presents form fields as in an ‘error state’ when the user first sees the page, prior to submitting it

Keep in mind with error messages that you have varying degrees of control, but you can control some of the aspects of the UI used and the language used around the error. This is where you can shine, even if there are some tough technical constraints surrounding the experience.

🚗⁉️Want to hone in on error feedback in your product? Error pattern analysis deep dive alert⁉️🚗

Success UX patterns

Speaking of communicating things to people so that they actually know the system is still working: enter confirmation patterns. These patterns happen over all sorts of components and roll up into an overall UX feedback pattern of letting people know what they did worked.

Success checkmarks, toasts, banners and all sorts of UI can be leveraged and combined to create solid confirmation feedback UX. (The amount of glee we’ve seen when introducing ‘check marks’ and other confirmation feedback can’t be overstated). We suspect people have such a positive affinity to this part of the UX world, because they rarely receive positivity in a UI, and more often face frustration or a total lack of feedback altogether. Introducing positive indicators of success is often seen as ‘secondary’ to error feedback but it’s not fair!

Success UI shown in a toast bottom left corner

High quality success indicators:

  • Are leverages at the right time for people
  • Are located as close to where the action took place as possible
  • Have the right rhythm, don’t happen too often or too little
  • Take up appropriate amount of space (a full screen party isn’t warranted every time you click save, but sometimes it’s great)
  • Are informative about what was successful

Low quality success UX indicators

  • Are distracting and way over the top
  • Don’t tell you want happened or imply it super strongly
  • Happen with a delay that doesn’t make sense
Progress confirmation feedback UI with steps and checkmarks

Wrapping up

Ok, now you know a chunk more of the interactions you’re going to need to consider for your auditing your UX interactions across your product. Hopefully this gives you a sense of what’s required at the level of in-depth or advanced interaction patterns across your system.

Imagine a world where we talk UX patterns, theory, UX standards and also get to solve in-depth design problems served up fresh every week? Think of the ultimate theoretical and applied combination, where we learn our patterns, then apply them, work out the logic, details within specific constraints, all of this performed from real world anonymized scenarios. Sound like a dream? Yeah it does to our nerdy crew as well.

UX Heuristic Report Template Kit

Spend your time and life force on capturing heuristics problems rather than endless visual fiddling. Meganne Ohata will guide you the whole way, so you can propel your work and become their most trusted advisor.

$79
$59
Learn more
ux heuristics series

Download our Table UX Audit Checklist

Do a mini UX audit on your table views & find your trouble spots with this free guide.

Available in a printable version (pdf), plain text markdown, Apple Keynote or Microsoft Powerpoint.

Please fill in the form below and it will be in your inbox shortly after.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
letters

Want to dig deeper on flow diagrams?

Be the first to know about our upcoming release!

If you found this intro content useful and find yourself needing to express yourself more efficiently on your software team, this training is for you. Our new flowchart training includes real-life enterprise stories and examples for using flowcharts for UX. You’ll get tips on how to make your diagramming efforts successful, how to derive info for the flow charts, and how to get others to use and participate in the diagramming process.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get to know us
“Your article made me realize our tables suck.”
Matthew S.
Mazumago
Previous Post
Design Rationale Documentation
Next Post
A Guide to Leveraging Power Users in Product Development