Change background-image of a div with fade effect every 10 seconds with jquery

后端 未结 3 1810
面向向阳花
面向向阳花 2020-12-15 00:06

I would like to create a slideshow in the header area of my page. It should change the background image every 10 seconds with a nice fade effect. And since I\'m using jQuery

3条回答
  •  执念已碎
    2020-12-15 00:40

    You can't fade a background image. But you can fade a layer above your #header with your next background image...

提交回复
热议问题