Use opacity for loading

This commit is contained in:
Jordan Eldredge 2018-07-11 15:15:28 -07:00
parent 5149bb9adf
commit a7041c8ef8
2 changed files with 17 additions and 9 deletions

View file

@ -1,4 +1,9 @@
.screenshot {
image-rendering: pixelated;
height: 100%;
opacity: 0;
}
.screenshot.loaded {
opacity: 1;
}