Skip to content

[Feature Request] Add a prop that can disable transition in progress componentsΒ #22442

@stefenson

Description

@stefenson

Problem to solve

I have already seen the history issues, and it is someting different from my needs.

In some page, I want the animation to be actived on the components, but in another page, I just want it to be disabled.

For example, in pageA I use progress-linear to show progress status, but in pageB, there are too many progress-linears, so on the low-performance devices it will make poor experience. So the simple solution is enable the animation on pageA and disable it in pageB.

Proposed solution

Something like this:

<v-progress-linear animation="false" />
<v-progress-linear animation="true" />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions