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 {
|
2020-04-15 14:39:44 +02:00
|
|
|
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
|
|
|
}
|