mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
9 lines
120 B
CSS
9 lines
120 B
CSS
|
.lazyload,
|
||
|
.lazyloading {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
.lazyloaded {
|
||
|
opacity: 1;
|
||
|
transition: opacity 1s var(--animation-base);
|
||
|
}
|