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

19 lines
371 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
/* We let the canvas overflow a little, so it gives a cooler zoom effect when transitioning */
.blurhash-canvas {
align-items: stretch;
position: absolute;
top: -5px;
left: -5px;
width: 105%;
height: 105%;
z-index: -1000;
2018-10-23 01:13:23 +03:00
}