jQuery Slideshow Image Transition

后端 未结 6 741
执笔经年
执笔经年 2021-01-19 06:06

I\'m having an issue with my jQuery slideshow and I can\'t seem to figure it out. During the transition of images the slideshow will flash white instead of nicely fading int

6条回答
  •  北恋
    北恋 (楼主)
    2021-01-19 06:52

    you have to show the next image before you start fading out the current one, also you have to do this at the same time, just replace the fadeIn(1000) of the .next() image to show(), like this http://jsfiddle.net/nyXUt/6/

提交回复
热议问题