开发者

Javascript Scrolling Images

开发者 https://www.devze.com 2022-12-14 04:42 出处:网络
I am new to javascript so go easy. I am trying to create a section of a web page to highlight a company\'s clients. Rather than list them all, I would like to create a auto scrolling effect. For insta

I am new to javascript so go easy. I am trying to create a section of a web page to highlight a company's clients. Rather than list them all, I would like to create a auto scrolling effect. For instance, upon landing on the page a visitor sees two logos in the "clients" s开发者_高级运维ection, and two seconds later, that area auto displays two new logos.

Can anyone point me to a good source to implement this?

I hope that makes sense. I will be looking for an example in the meantime.


You will probably want to build off an existing framework and then use a plugin to provide the scrolling. I use jQuery a lot, so I would recommend jQuery and a plugin like one of the following:

  1. AnythingSlider
  2. jQuery Cycle
0

精彩评论

暂无评论...
验证码 换一张
取 消