|
Annotations and InteractionsAnnotations are notes about the design that can be attached to widgets on a wireframe. The fields in an annotation are customizable to fit the needs of your project. Interactions such as links can also be added to any single widget. A widget may have the ability to respond to multiple events such as click, mouseenter, and mouseout. For each event, the widget can have multiple cases used to describe dynamic functionality. For example, “login succeeds” or “login fails” can be two cases on the click event for a button. Finally, each case can initiate multiple actions such as opening a link in the current window or opening a link in a popup window. These interactions will function in the generated prototype. |