📂
Design
  • Design and Interaction System
  • Designing for MR
    • Introduction - Design for MR
    • Content Placement in Mixed Reality
    • User's State of Experience
  • Visual Design
    • Introduction - Visual Design
    • User Interfaces in Mixed Reality
    • Scale, Depth & Size
    • Theme System
      • Color System
      • Typography
      • Shape System
      • Transition System
    • Components of Tesseract Mixed Reality Design
      • Typography
      • Button
      • Progress Indicator
      • Radio Button
      • Check Box
      • Keyboard
      • Toggle Button (Switch)
      • Video View
      • Voice UX
      • Canvas
      • Image View
      • Text View
      • Slider
      • Scroll View
      • Dialog Box
      • Dropdown
      • Pointer
      • Input Field
      • Search Bar
      • Tool Tip
  • Interaction Design
    • Introduction - Interaction Design
    • Multimodal Interactions
    • Voice
    • JioGlass Controller
    • Navigation System
      • States
      • Transitions
Powered by GitBook
On this page
  • Types
  • Best practices
  • Do
  • Don’t
  • Layout
  • Progress Indicator without Known State
  • States
  • Transitions
  • Progress Indicator with Known State
  • States
  • Transitions
  1. Visual Design
  2. Components of Tesseract Mixed Reality Design

Progress Indicator

Progress Indicators are used to show the completion status of an operation lasting for more than 2 seconds.

Progress Indicators can appear in a new panel, a flyout, under the UI initiating the operation, or even replacing the initial UI, as long as the UI can return if the operation is canceled or stopped.

Types

  • Progress Indicator without known state - For indicating progress of a continuous event, such as loading a scene where the current state of the process isn’t known.

  • Progress Indicator with known state - For indicating progress of a continuous event, such as downloading a file where the current state of the process is known.

Best practices

Do

  • Display operation description

  • Show text above and/or below the bar

  • Combine steps of a single operation into one bar

Don’t

  • Use only a single word description

  • Show text to the right or left of the bar

  • Cause progress to “rewind” to show new steps

Layout

Progress Indicator feature a bar showing total units to completion, and total units finished. The description of the operation appears above the bar, and the status in text appears Centre/below. The description should tell someone exactly what the operation is doing.

Progress Indicator without Known State

States

Transitions

Transitions

Front View

Isometric View

Appear

Active

Disappear

Progress Indicator with Known State

States

Transitions

Transitions

Front View

Isometric View

Appear

Active

Disappear

PreviousButtonNextRadio Button

Last updated 3 years ago