Very short jQuery Image Slideshow

后端 未结 4 1040
我寻月下人不归
我寻月下人不归 2021-01-27 11:47

I\'m looking for the shortest way of creating a fading image slideshow using jQuery. Examples I found on google always had a lot a unneccessary special stuff in it and I had tr

4条回答
  •  一向
    一向 (楼主)
    2021-01-27 12:29

    You could loop over your array and use Jquery's fadeIn in tandem with fadeOut with a specified duration. That will fade in and fade out your images with specified intervals.

    http://api.jquery.com/fadeIn/

    http://api.jquery.com/fadeOut/

提交回复
热议问题