Giter Club home page Giter Club logo

tvcredits's Introduction

TV Credits

TV Credits is a jQuery plugin that works as a vertical and horizontal scroll. Vertical for a TV Credits like scroll and also works as a horizontal ticker.

Download

https://github.com/rosantoz/tvcredits

Usage

Just include the plugin in our site:

<script src="tvcredits.jquery.js"></script>

or

<script src="tvcredits.jquery.min.js"</script>

Your HTML code:

<div id="credits">
	<ul>
		<li>Lorene Nichols</li>
		<li>Ed Figueroa</li>
		<li>Sue Klein</li>
		<li>Sharon Warren</li>
		<li>Marta Maldonado</li>
		<li>Manuel Flowers</li>
		<li>Lila Chambers</li>
		<li>Yolanda Haynes</li>
		<li>Alfonso Lynch</li>
		<li>Janie Reese</li>
	</ul>
</div> 

And then:

$("#credits").tvCredits();

Options

$("#credtis").tvCredits({
    direction: 'up', // 'up' or 'left'. Default: 'up'
    complete : function () {}, // Callback function called at the end of each loop
    speed    : 25000, // Animation speed in miliseconds. Default: 25000
    height   : 350, // Container height. Default: 350px
});

Demo

http://jsfiddle.net/rosantoz/h57G2/1/

tvcredits's People

Contributors

rosantoz avatar

Watchers

James Cloos avatar  avatar

tvcredits's Issues

Time of "running"

How to control the duration of the animation? i.e. after the

    text finish to slide, there is an "empty" container for several seconds and finally the animation restarts... I want to get a "continuos" sliding effect...

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.