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:
- AnythingSlider
- jQuery Cycle
精彩评论