Possible to make the images appear only when the page is scrolled?


#1

I have one questions about the timing of loading the images. Is it possible to make the images appear only when the page is scrolled? Because right now all images appear at the same time. I would luke the images appear on the page only when the users scroll to a certain level.

Like the link below:

222de5706a813faa17b72b05c96c665fd13e2f26_2_690x381

Thanks, everyone!


#2

Hello JimmyChan,

You can set your images hidden and show them with a fade OnWindowScroll when window.ScrollY is greater than x


#3

Hi Fudris,
Many Thanks it works! :slight_smile:


closed #4