Git Product home page Git Product logo

totem's Introduction

Totem Ticker jQuery Plugin

Totem is a jQuery plugin that turns lists into animated vertical tickers. It supports navigation and basic animation control.

Getting Started

A sample ticker might look something like this.

$('#vertical-ticker').totemticker({
row_height	:	'100px',
next		:	'#ticker-next',
previous	:	'#ticker-previous',
stop		:	'#stop',
start		:	'#start',
});

Options

The following options are available via the plugin array. Defaults are listed below.

next		:	null,		/* ID of next button or link */
previous	:	null,		/* ID of previous button or link */
stop		:	null,		/* ID of stop button or link */
start		:	null,		/* ID of start button or link */
row_height	:	'100px',	/* Height of each ticker row in PX. Should be uniform. */
speed		:	800,		/* Speed of transition animation in milliseconds */
interval	:	4000,		/* Time between change in milliseconds */
max_items	: 	null, 		/* Integer for how many items to display at once. Resizes height accordingly (OPTIONAL) */
stopmouse	:	false,		/* If set to true, the ticker will stop while mouse is hovered over it */

Contact

totem's People

Contributors

zachdunn avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.