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

Revisit use of fullscreen animation on desktop #80

Open
GBKS opened this issue Nov 30, 2023 · 0 comments
Open

Revisit use of fullscreen animation on desktop #80

GBKS opened this issue Nov 30, 2023 · 0 comments
Labels
idea Further information is requested

Comments

@GBKS
Copy link
Contributor

GBKS commented Nov 30, 2023

Concerns have been brought up that this causes a performance hit, probably especially on less capable computers and operating systems. So if you navigate from one screen to another, the previous screen might slide out to the left and the new screen might slide in from the right, stuttering along the way.

So far, we just kept everything consistent across desktop and mobile. On mobile, it is super common that screens slide in and out, as it creates an intuitive sense of hierarchy. It's less common on desktop. Some people are also sensitive to motion, which is why reducing motion is a common accessibility feature (apple support page and CSS media query examples).

That gives us a few questions:

  • Can we support the accessibility feature?
  • Is the performance hit real?
    • If so, do we disable these animations on desktop only?
    • If we do, is the navigation experience still intuitive or do we need to change anything else?

What do you think?

@GBKS GBKS added the idea Further information is requested label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Further information is requested
Projects
Status: Todo
Development

No branches or pull requests

1 participant