| Author |
Implmenting marquee
|
Sameer Sebastian
Greenhorn
Joined: Aug 19, 2011
Posts: 17
|
|
I want to implement the following:
There are three html contents.
Each of which contains a background image and some static data.
I want that it should rotate automatically and SLOWLY through the different panels.
How can I implement this, preferably using j Query.
Thanks in Advance,
Sameer
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56162
|
|
You can build your own animation using the jQuery animate() method. You just need to specify the "key frame" points of the animation and jQuery will take care of the rest.
The example code for my book (jQuery in Action) is available for free download at http://www.manning.com/bibeault2/
Check out the examples from chapter 5 for some animation examples.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Implmenting marquee
|
|
|