-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VProgressCircularC: VProgressLinearT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featureshas workaround
Description
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
Labels
C: VProgressCircularC: VProgressLinearT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featureshas workaround