What is interaction design?

Interaction design is the practice of defining the behavior of digital systems and the exchanges that occur when users engage with them. It answers the question: when a user does something, what happens, how quickly, and what does the system communicate in return?

The abbreviation IxD distinguishes the discipline from UI design and UX design, though it overlaps with both. While UI design determines how an interface looks, interaction design determines how it behaves. While UX design addresses the full user journey and product experience, interaction design focuses specifically on the moments of action and response that make up that journey.

These micro-moments are where product experiences are made or broken. A form that submits and responds immediately feels reliable. A button that takes a moment to visibly respond to a tap leaves the user unsure whether their action registered. A delete action that shows a confirmation dialog respects the weight of an irreversible decision. A notification that animates in contextually communicates spatial relationship. Each of these is an interaction design decision.

How does interaction design differ from UX design?

The relationship between interaction design and UX design is one of scope. UX design is broader; interaction design is a specific dimension within it.

UX design encompasses everything that shapes how a user experiences a product: the research that identifies user needs, the information architecture that organizes content, the visual design that communicates hierarchy and brand, the copy that guides and informs, and the interactions that govern moment-to-moment behavior. Interaction design is specifically concerned with that last dimension.

A useful example: a checkout flow's UX involves how users discover it, how many steps it requires, how clearly it communicates what's needed and what comes next, and whether it produces a satisfying purchase experience. Interaction design within that flow focuses on the specific exchanges: how the payment form responds to input errors, whether tapping a field immediately shows a keyboard, how long the loading state after submitting takes and what it communicates, and how the success confirmation arrives.

Both disciplines are required for a product to succeed. UX without attention to interaction quality produces experiences that are conceptually sound but feel rough in practice. Interaction design without UX context produces polished moments within a structure that doesn't serve the user's broader goals.

What principles guide interaction design?

Several core principles organize interaction design practice and provide a framework for evaluating whether specific interactions are well-designed.

  • Clarity ensures users know what an element does before they engage with it. A control that requires discovery through trial and error has failed at clarity. Visual affordances, labels, and familiar patterns all contribute to making the available actions obvious.
  • Feedback communicates that an action was received and what resulted from it. Every meaningful user action should produce a visible, audible, or haptic response that confirms registration and communicates the outcome. A button that changes appearance briefly when tapped. A form that shows a checkmark when a field is completed correctly. A loading spinner that prevents a second submission while the first is processing. Feedback closes the loop between action and result.
  • Consistency builds user expectations. When the same gesture, gesture direction, or control type produces the same result across a product, users transfer knowledge from one part to another without re-learning. Inconsistency forces users to verify each interaction individually, which slows them down and erodes trust.
  • Efficiency reduces unnecessary steps and friction in completing tasks. The goal is not the minimum number of interactions possible, but the minimum number that feels appropriate given the weight and consequence of the task.
  • Reversibility and error recovery allow users to undo, go back, or correct mistakes without penalty. Interactions that are hard to reverse create anxiety and caution that slows users down. Interactions that offer clear recovery paths invite confident engagement.

What role does motion play in interaction design?

Motion and animation are interaction design tools, not decoration. When used well, they communicate spatial relationships, confirm system responses, guide attention, and make transitions feel coherent rather than abrupt.

A modal that fades in from behind a triggering button communicates where it came from and where it will go when dismissed. A list item that slides out when deleted shows that something was removed rather than just disappearing. A navigation transition that slides left signals forward movement through a hierarchy. Each of these uses motion to communicate structure and state.

The current direction in interaction design is toward motion that is purposeful and restrained. Gratuitous animation that exists for visual interest rather than communicative purpose adds cognitive overhead and can slow perceived performance. Users who have enabled reduced motion in their system settings should experience interfaces without animation that serves no functional purpose, in line with WCAG 2.3.3.

Motion design tools like Lottie and Rive allow interaction designers to create and implement complex animations that couldn't practically be prototyped in Figma, giving teams more control over the quality of animated interactions.

How has interaction design been changing lately?

Several developments have meaningfully shifted what interaction designers work on and what tools they use.

Conversational and voice interfaces have created new interaction design problems that don't map onto traditional visual paradigms. When the primary interface is language rather than a screen, interaction design means designing conversation flows, handling ambiguous input, communicating system state through language rather than visual feedback, and managing the expectations users bring from human conversation. This requires a different set of skills and methods from traditional screen-based IxD.

Haptic feedback has matured from a novelty to a functional interaction channel, particularly on mobile. Apple's Taptic Engine and Android's equivalent allow interaction designers to use tactile responses to confirm actions, signal transitions, and communicate states in ways that complement visual feedback or replace it in contexts where the screen isn't visible.

AI-powered interfaces have introduced new interaction challenges around trust and transparency. When a system is suggesting, generating, or deciding rather than simply responding to explicit user commands, the interaction design must communicate what the system is doing, how confident it is, and how the user can verify or override it. This is an active area of IxD practice and one where established patterns are still being developed.