Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

jQuery ticker plugin

License

Copyright (c) 2011 Radek Pleskac www.radekpleskac.com Dual licensed under the MIT and GPL licenses. http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html

Copyright Radek Pleskac

Requirements

jQuery v1.3.2+

Description

jQuery plugin to turn an unordered list

    into a simple ticker, displaying one list item at a time

    Examples

    • Effect fadeIn (default)

    $("#ticker1").ticker();

    • Effect slideUp

    $("#ticker2").ticker({ effect: "slideUp"});

    • Effect slideDown

    $("#ticker3").ticker({ effect: "slideDown"});

    • Options

    $.fn.ticker.defaults = { controls: false, //show controls, to be implemented interval: 3000, //interval to show next item effect: "fadeIn", // available effects: fadeIn, slideUp, slideDown duration: 400 //duration of the change to the next item };

About

simple jquery ticker plugin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors