summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/Global/LoadingBar.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Global/LoadingBar.vue b/src/components/Global/LoadingBar.vue
index ee333404..d1736d6a 100644
--- a/src/components/Global/LoadingBar.vue
+++ b/src/components/Global/LoadingBar.vue
@@ -2,6 +2,8 @@
<transition name="fade">
<b-progress v-if="!isLoadingComplete" height="0.4rem">
<b-progress-bar
+ striped
+ animated
:value="loadingIndicatorValue"
:aria-label="$t('global.ariaLabel.progressBar')"
/>