jQuery Crossfade Plugin

前端 未结 3 1606
情话喂你
情话喂你 2021-01-21 15:31

I\'m trying to build or implement a headline/image rotator. The user will click on a number (1, 2, 3) and an image will fade out/fade in as well as make a headline change(some

相关标签:
3条回答
  • 2021-01-21 15:58

    Try looking at this:

    jQuery for Designers: Image Cross Fade

    0 讨论(0)
  • 2021-01-21 16:00

    the easiest way to do this is to append all the images into your document, hide them, and then $().fadeIn() them one by one and hide them.

    actually, there is probably already a plugin that does this.

    0 讨论(0)
  • 2021-01-21 16:12

    Is this what you're looking for?

    http://malsup.com/jquery/cycle/

    0 讨论(0)
提交回复
热议问题