mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Use opacity for loading
This commit is contained in:
parent
5149bb9adf
commit
a7041c8ef8
2 changed files with 17 additions and 9 deletions
|
|
@ -1,4 +1,9 @@
|
|||
.screenshot {
|
||||
image-rendering: pixelated;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.screenshot.loaded {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue