diff --git a/src/components/tabs/statistics/MultiplierBreakdownEntry.vue b/src/components/tabs/statistics/MultiplierBreakdownEntry.vue index 26619a157..08003663b 100644 --- a/src/components/tabs/statistics/MultiplierBreakdownEntry.vue +++ b/src/components/tabs/statistics/MultiplierBreakdownEntry.vue @@ -500,7 +500,7 @@ export default { } .c-bar-highlight { - animation: a-glow-bar 1s infinite; + animation: a-glow-bar 2s infinite; } @keyframes a-glow-bar { @@ -561,7 +561,7 @@ export default { .c-single-entry-highlight { border: 0.1rem solid; font-weight: bold; - animation: a-glow-text 1s infinite; + animation: a-glow-text 2s infinite; } @keyframes a-glow-text {