You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

3.9 KiB

category type order title
Design Patterns Principles 8 Provide an Invitation

A common problem with many of these rich interactions (e.g. Drag and Drop, Inline Editing, and Contextual Tools) is their lack of discoverability. Providing an invitation to the user is one of the keys to successful interactive interfaces.

Invitations are the prompts and cues that lead users through an interaction. They often include just-in-time tips or visual affordances that hint at what will happen next in the interface.

** Signifiers ** are signals, communication devices. These signs tell you about the possible actions; what to do, and where to do it. Signifiers are often visible, audible or tangible, from the Design of Everyday Things.

** Affordances ** are the relationships (read: possible actions) between an object and an entity (most often a person). The presence of an affordance is determined by the properties of the object and of the abilities of the entity who's interacting with the object, from the Design of Everyday Things.


Static Invitations

By providing cues for interaction directly on the page we can statically indicate to the user the expected interface behavior. Static Invitations provide cues directly on the page.


example of Text Invitation example of Blank Slate Invitation example of Unfinished Invitation

Call to Action Invitations are generally provided as static instructions on the page. But visually they can be provided in many different ways such as Text Invitation, Blank Slate Invitation and Unfinished Invitation.


example 1 of Tour Invitation

Tour invitation can be a nice way to explain design changes to a web application, especially for a well-designed interface. But providing tours will not solve the real problems an interface may have during interaction.

Note that make Tour Invitations short and simple, easy to exit, and clear to restart.



Dynamic Invitations

Dynamic Invitations engage users at the point of the interaction and guide them through the next step of interaction.


example 1 of Hover Invitation example 2 of Hover Invitation

Hover Invitation: Provide an invitation during mouse hover.


example of Inference Invitation

Inference Invitation: Use visual inferences during interaction to cue users as to what the system has inferred about their intent.


example of More Content Invitation

More Content Invitation: Indicate that there is more content on the page.