Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skeleton Loading Screens #313

Closed
joshuajames-smith opened this issue Jan 17, 2022 · 1 comment
Closed

Skeleton Loading Screens #313

joshuajames-smith opened this issue Jan 17, 2022 · 1 comment
Labels
duplicate [Inactive] This issue or pull request already exists.

Comments

@joshuajames-smith
Copy link
Contributor

Problem

There is certain areas of our platform which users have to wait while content is loaded. We currently use spinners however these do not feedback to the user about what is going on (reason for loading, loading progress, or what content is being loaded). Users need to be more engaged with the loading process.

Solution

Skeleton Screens are a common UX feature used in other platforms like LinkedIn, Youtube etc. These screens give the user feedback on what content is loading (used on for front-end loading, not back-end e.g. image upload) where rough grey shapes are replaced by the loaded data (text or images). These do not offer a reason for loading or the loading progress but do inform the user what is being loaded.

The Skeleton Screens for CURATE handle images on a light grey background.
Images is generally represented by a box, in this case use a thin, rectangle with rounded edges which uses the colours #D8D8D8 (grey, background colour of platform) and #AAAAAA (dark grey) for the animation. Ideally, the skeleton screens should demonstrate the actually amount of content but has no interaction functionality (ie. clicking to open).

CURATE

during loading >
CURATE

after loading >
Skeleton Screen – CURATE – 3

Considered Alternatives

I considered both the pulsate and wave skeleton screen animations. They are both widely used and have a very similar perception to loading speed. Visually, pulsate is less distracting?

As skeleton screens do not offer a reason for loading or loading progress, this could be introduced via a snackbar message after a certain amount of time has lapsed. This is all dependent on loading context.

Additional Context (delete if not applicable)

MaterialUI supports skeleton screens, check out their documentation. To support some of my reading around UX and skeleton screens, we want a slower motion for the skeleton screen animation. The MaterialUI documentation doesn't seem to cover speed, but this stackoverflow thread does.

@joshuajames-smith joshuajames-smith added the enhancement [Improvement] Enhancement request. label Jan 17, 2022
@joshuajames-smith

This comment has been minimized.

@joshuajames-smith joshuajames-smith added duplicate [Inactive] This issue or pull request already exists. and removed enhancement [Improvement] Enhancement request. labels Jun 6, 2022
@joshuajames-smith joshuajames-smith closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate [Inactive] This issue or pull request already exists.
Projects
None yet
Development

No branches or pull requests

1 participant