Making images fade in on image load using jquery

后端 未结 11 946
轻奢々
轻奢々 2020-12-06 07:04

I have a page full of images and I want each of them to fade in when loaded. I have the following code which works but seems buggy, basically sometimes not all the image fad

11条回答
  •  难免孤独
    2020-12-06 07:43

    You could take all the images and put them into one image and fade that in, but then they all come in at the same time, and it will be a big file. It depends what you want to use it for.

提交回复
热议问题