mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
Reduce multiplier entry animation speed
This commit is contained in:
parent
6bd10d1615
commit
2bd7289966
@ -500,7 +500,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c-bar-highlight {
|
.c-bar-highlight {
|
||||||
animation: a-glow-bar 1s infinite;
|
animation: a-glow-bar 2s infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes a-glow-bar {
|
@keyframes a-glow-bar {
|
||||||
@ -561,7 +561,7 @@ export default {
|
|||||||
.c-single-entry-highlight {
|
.c-single-entry-highlight {
|
||||||
border: 0.1rem solid;
|
border: 0.1rem solid;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
animation: a-glow-text 1s infinite;
|
animation: a-glow-text 2s infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes a-glow-text {
|
@keyframes a-glow-text {
|
||||||
|
Loading…
Reference in New Issue
Block a user