[go: nahoru, domu]

Skip to content

Commit

Permalink
Define an initial shadow for spinner
Browse files Browse the repository at this point in the history
IE and Edge refuse to animate attributes that weren't present in
the static definition.
  • Loading branch information
CendioOssman committed Mar 23, 2017
1 parent dd70689 commit 7e19216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7e19216

Please sign in to comment.