Look at this page:
It has the following structure:
<p>titulo do post</p>
<img src>
<p>titulo do post</p>
<img src>
<p>titulo do post</p>
<img src>
But what I'm wondering is how to make the effect of gradually appear in the images ONLY when we roll the page and then we get to the image.
Should I search for what?
According to a colleague's response below, I tried the way below and it did not work.
The figure only appears. I have confirmed the file information
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script><scriptsrc="jquery.lazyload.js"></script>
<p>Titulo.</p>
<img class="lazy" src="payment_swipe.png">
<script>
$(function() {
$("img.lazy").lazyload({
effect : "fadeIn"
})
});
</script>