I'm trying to make a horizontal marquee for a website for a very "twitter-famous" client. He s asked for a scrolling section that spans the whole page width, and displays his last few tweets in a continuous cycle. I was going to try to use the marquee tag, but that waits until the text is all the way gone before cycling. I need it to cycle all the time, sort of like a carousel, and each one of the horses is a tweet. :p Would anyone be able to help me code a small javascript or jQuery script that can achieve this and maybe even have settings like speed, ect?
|
|
closed as not a real question by tvanfosson, casperOne♦ Apr 9 '12 at 17:47
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can look at the infinite scroll jquery plugin Basically you can think about it as paginated content on the server side and then if you reached the end of the page you load and append the the next page via Javascript. Jumping back to the top if you reached the end of the content should be no problem I guess? if you dont want to load the content dynamically maybe you are done with this one http://remysharp.com/demo/marquee.html Hope this helps! |
|||
|
|
|
Try this which seems to already have everything you're looking for and a little more. |
|||||||
|