polish flash animation in placeholder
This commit is contained in:
parent
63b9a4c8b4
commit
cc643257a9
@ -60,7 +60,6 @@
|
|||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.PreviewView .memberCount.loading {
|
.PreviewView .memberCount.loading {
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
@ -124,6 +123,6 @@
|
|||||||
@keyframes flash {
|
@keyframes flash {
|
||||||
0% { background-position-x: 0; }
|
0% { background-position-x: 0; }
|
||||||
50% { background-position-x: -80%; }
|
50% { background-position-x: -80%; }
|
||||||
51% { background-position-x: 40%; }
|
51% { background-position-x: 80%; }
|
||||||
100% { background-position-x: 0%; }
|
100% { background-position-x: 0%; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user