mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
parent
4fe145e980
commit
74ab6f8adc
@ -6,10 +6,4 @@ export function imgLazy() {
|
|||||||
if ($('#core-wrapper img[data-src]') <= 0) {
|
if ($('#core-wrapper img[data-src]') <= 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Stop shimmer when image loaded */
|
|
||||||
document.addEventListener('lazyloaded', function (e) {
|
|
||||||
const $img = $(e.target);
|
|
||||||
$img.parent().removeClass('shimmer');
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
@ -91,6 +91,7 @@ img {
|
|||||||
&.lazyloaded {
|
&.lazyloaded {
|
||||||
-webkit-animation: fade-in 0.35s ease-in;
|
-webkit-animation: fade-in 0.35s ease-in;
|
||||||
animation: fade-in 0.35s ease-in;
|
animation: fade-in 0.35s ease-in;
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user