Super simple jQuery ticker text slideshow
Plugin to rotate list items inside an unordered list, plugin will automaticlly hide all but the first list items and then rotate them.
Usage is very simple, say for example we have an unordered list with an id of ticker, we can rotate each list item by simply including the plugin on our page and then calling it on our unordered list like so:
$(document).ready(function(){ $('#ticker').list_ticker({ speed:2000, effect:'fade' }) })
In this example we are setting the speed to 2000 milliseconds, although this can be defined to whatever you wish. We are also setting the transition effect to 'fade', which will obviusly use a fade effect for transitions. The availaible options are as follows:
effect
- fade
- slide
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu