

jQuery(document).ready(function() { $(".my-list").newsFade(); });
<div class="my-list"> <div class="news-fade-wrapper"> <ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> <li>list item 4</li> <li>list item 5</li> </ul> </div> <a href="" id="prev"><<</a> | <a href="" id="pause">pause</a> | <a href="" id="play">play</a> | <a href="" id="next">>></a> </div>
Following options are default. You can configure them with your options.
{ interval : 5000, style : "fadeIn", limit : 1, auto : false, motionSpeed : 500, height : null };
| interval | Define the time between each news item's display. |
| style | Rotation style. Allowed values are "fadeIn", "slideDown". |
| limit | Number of items to display in a single view. |
| auto | Enable / Disable automatic transition. |
| motionSpeed | Transition speed. |
| height | Height of the wrapper in pixel. Example value : "120px"(please do not forget the quotes). |
Comments
zamaan
Thu, 08/11/2011 - 15:00
Permalink
jquery quck news fader
Thank you for this awesome jquey plugin.
Mike
Sat, 08/27/2011 - 05:46
Permalink
News Fader Not Working With IE8
Have you tested the jQuery Quick News Fader With IE? It's not working for me.
Thanks in advance.
Shell
Wed, 08/31/2011 - 20:08
Permalink
Supporting HTML Code.
Thanks for providing the JavaScript for this but am unable to implement because it is missing the additional HTML sample code. Can you provide a sample of how the HTML page should be set-up with rotating text blocks. Doing a Page Source of the demo does not have all the information.
Much appreciated.
muneer
Wed, 09/07/2011 - 10:52
Permalink
Example files
@shell, I have attached demo files in attachment. You can download them.
Kris
Sun, 10/16/2011 - 14:40
Permalink
-> NOT WORKING ON INTERNET
-> NOT WORKING ON INTERNET EXPLORER! <-
Hi there,
also got the same problem like mike: Fader won't work on IE (in my case v.7.x) ...
Anyone a solution/fix for this?
Thanx & Cheers,
Kris
FreshJobs
Fri, 12/16/2011 - 13:30
Permalink
Nice plugin
Very nice and simple plugin.
:)
Add new comment