v-progress-linear animation speed #16012
-
Hi guys, the v-progress-linear animation is a lovely feature, however I doubt I'm alone in feeling it's a little too fast for my liking. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sass documentation is here: https://next.vuetifyjs.com/en/features/sass-variables/#component-specific-variables You can always just override the CSS though: .v-progress-linear__indeterminate .long,
.v-progress-linear__indeterminate .short {
animation-duration: 3s;
} |
Beta Was this translation helpful? Give feedback.
Sass documentation is here: https://next.vuetifyjs.com/en/features/sass-variables/#component-specific-variables
You can always just override the CSS though: