Skip to content

Commit 40fbf19

Browse files
committed
feat(popup): fade in images as they load
1 parent 4c104e7 commit 40fbf19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

popup/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,3 +515,13 @@ a.close[data-title]:hover:after {
515515
right: 0;
516516
max-width: 50%;
517517
}
518+
519+
.lazyload,
520+
.lazyloading {
521+
opacity: 0;
522+
}
523+
524+
.lazyloaded {
525+
opacity: 1;
526+
transition: opacity 200ms;
527+
}

0 commit comments

Comments
 (0)