Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Lead:  Femi

Status
colourYellow
titleongoing

Table of Contents


Description

Scroll is a user interaction component used to allow for the reveal of extra content which would otherwise be unable to be displayed within the existing UI real estate. They can be used within containers of the page layout and also within individual components.

Image RemovedImage Added


Types

TypeUsage
Fixed ScrollWhen a fixed amount of content is loaded into a viewable container or component that is not large enough to display it all at once, a horizontal or vertical scrollbar is shown to enable the remaining content to be moved into view.
Infinite ScrollWhen a large undefined amount of content is available for a viewable container or component that is not large enough to display it all at once, a horizontal or vertical scrollbar is shown to enable more content to be dynamically loaded into view.

...

StateScroll
Regular Horizontal
Image Removed

Image Added

Hover Horizontal
Image Removed

Image Added

Active Horizontal
Image Removed

Image Added

Regular Vertical
Image Removed

Image Added

Hover Vertical
Image Removed

Image Added

Active Vertical
Image Removed

Image Added

Interaction

Scroll interaction is governed by the chosen device, operating system and browser the application is running on. It is advised that those default interaction behaviours be unaltered primarily for conformance and accessibility reasons. The following are the required interaction recommendations common to all.

...