Loading images on scroll

Better api
This commit is contained in:
Michał Gdula 2022-12-14 19:55:40 +00:00
parent 4279ebed00
commit 3f64c56ec8
9 changed files with 169 additions and 87 deletions

View file

@ -50,7 +50,7 @@
}
function imgFade(obj) {
$(obj).fadeIn(1000);
$(obj).fadeIn(621);
}
</script>
</body>