jellyfish-web/src/components/images/style.css

18 lines
270 B
CSS
Raw Normal View History

2020-05-23 18:35:34 +02:00
.lazy-blurhash-fadein-fast {
transition: opacity 0.2s;
2018-10-23 01:13:23 +03:00
}
2020-05-23 18:35:34 +02:00
.lazy-blurhash-fadein {
transition: opacity 0.7s;
2020-04-12 03:49:42 +02:00
}
2020-05-23 18:35:34 +02:00
.blurhash-canvas {
align-items: stretch;
position: absolute;
2020-05-23 19:58:03 +02:00
top: 0;
left: 0;
width: 100%;
height: 100%;
2020-05-23 18:35:34 +02:00
z-index: -1000;
2018-10-23 01:13:23 +03:00
}