Define an initial shadow for spinner

IE and Edge refuse to animate attributes that weren't present in
the static definition.
This commit is contained in:
Pierre Ossman 2017-03-23 17:53:09 +01:00
parent dd7068984d
commit 7e19216368
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ html {
width: 10px;
height: 10px;
border-radius: 2px;
box-shadow: -60px 10px 0 rgba(255, 255, 255, 0);
animation: noVNC_spinner 1.0s linear infinite;
}
.noVNC_spinner::before {