mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-04 13:34:10 +02:00
Update MkProgressBar.vue
This commit is contained in:
@@ -33,7 +33,7 @@ const props = withDefaults(defineProps<{
|
|||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
background: linear-gradient(-45deg, var(--c2) 25%, var(--c1) 25%,var(--c1) 50%, var(--c2) 50%, var(--c2) 75%, var(--c1) 75%, var(--c1));
|
background: linear-gradient(-45deg, var(--c2) 25%, var(--c1) 25%,var(--c1) 50%, var(--c2) 50%, var(--c2) 75%, var(--c1) 75%, var(--c1));
|
||||||
background-size: 25px 25px;
|
background-size: 30px 30px;
|
||||||
animation: stripe .8s infinite linear;
|
animation: stripe .8s infinite linear;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
@@ -55,6 +55,6 @@ const props = withDefaults(defineProps<{
|
|||||||
|
|
||||||
@keyframes stripe {
|
@keyframes stripe {
|
||||||
0% { background-position-x: 0; }
|
0% { background-position-x: 0; }
|
||||||
100% { background-position-x: -25px; }
|
100% { background-position-x: -30px; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user