Skip to content

Feedback on the view-transition support #9

@GrimLink

Description

@GrimLink

When checking this module I noted a few issues with the view-transition support.

  1. BFCache Support: I noticed view transitions are disabled for BFCache restores. Could we consider enabling this? A simple fade-in on a page restore would be a nicer user experience enhancement without any apparent downside.
  2. prefers-reduced-motion: The prefers-reduced-motion wrapper seems unnecessary for a simple fade, as this type of animation is generally considered safe for users sensitive to motion. We should probably only use it for more significant animations.
  3. Theme Integration: The default Mage-OS theme already provides view transitions (see issue). To avoid code duplication, we should rely on the theme's implementation rather than adding it here.
    • As a extra note on this while Hyvä ships this now as a experimental feature, we are moving this into the theme part of the CSS, so same as with the Mage-OS admin theme

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions