Motion UI
Motion is a powerful tool in designing and building communication and user experience. It can bring your work to life, guide users through complex experiences, and help move forward—from here to there, now to next, start to finish—and make progress.
Paths
Elements of our interface dance on the 2x Grid. Motion paths trace lines along the grid which never run diagonal.
Composition
When multiple animated elements coexist or interact with each other within the same view, it is vital to make the many moving elements work together and form coherent experience, to better provide way-finding and focus to guide the user experience.
Consistency
When elements convey the same meaning, or perform the same functions, use the same motion for them. Similarly, actions with dramatically different meaning and intent should carry different motions. This helps to reinforce the meaning behind a motion, and improves user’s proficiency with the interface.
In the example shown here, both expanding a row of a data table and opening a dropdown uses a chevron and share similar intent—to reveal content hidden in a seam. Therefore, they should have the same motion style (Productive) and easing (entrance, standard), albeit different durations due to their difference in size.
Pay attention to the spatial relationships between elements and screens, and information hierarchy. Visually similar elements may need the different motions to respect their relative spatial locations.
Effective use of inconsistency in motion highlights a difference in meaning or intent behind actions with similar visual appearance.
Continuity
Motion can help by establishing a sense of continuity between screens and experiences. Pay attention to shared elements across screens, such as the title panels, or buttons, to create a graceful transition.
Sequence & stagger
When multiple elements need to animate, distribute their entrances over time instead of introducing everything at the user at once. This will help user to understand the content and orient themselves.
For example, staggering the entrance of table content by 20ms significantly reduces the cognitive load. Depending on the number of staggered elements, the delay should be adjusted to ensure total time is still within 500 ms.
Sequence the loading of page content when possible. Start with the most orienting content, such as the static content and header, and end with the most important information, such as the call-to-action button or a calculation result, to focus user’s attention to them.
Follow this recommended sequence of different types of content when choreographing content entrance. Not all categories might be present in every experience. Learn to categorize content in Motion Strategy.
Sequence | Category | Examples |
---|---|---|
1 | Static content | UI shell, top and side navigation |
2 | Static content (body) | Header, written content, images |
3 | Dynamic content | Content of a data table, query results from data base |
4 | Primary action | Primary action button |
5 | Animated content | Data visualizations |