dwaskowski / jquery_textscroller

Text Scroller - jQuery plugin for scroling div

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Scroller - jQuery plugin for scroling div

jQuery plugin for scrolling text in a DIV.

##Installing Include jQuery library and Text Scroller plugin:

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

##Usage DIV with text must be set and adjusted height

height: 305px;

scroller DIV must have css, height and with may be changed

.ts-scroller-wraper { height: 285px; width: 10px; position: relative; }
.ts-scroller-wraper > div { width: 10px; height: 10px; position: absolute; top: 0; left: 0; overflow: hidden; }

start plugin

$('#custom-textarea').textscroller();

##License

Plugin is released under the MIT License. Feel free to use it in personal and commercial projects.

##Versions

  • 1.0.0 - Firest reles

About

Text Scroller - jQuery plugin for scroling div


Languages

Language:JavaScript 100.0%