Skip to content

A jQuery Plugin for text animation. 650+ downloads on npm

Notifications You must be signed in to change notification settings

michaeldfaber/textbanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

textbanner

Install using npm:

> npm install textbanner

Create a div:

<div id='textbanner'>Hello World!</div>
<h1 id='textbanner'>Hello World!></div>
<p id='textbanner'>Hello World!</div>

Use jQuery to select element and call textbanner():

<script>
    $('#textbanner').textbanner();
<script>

And you're done. Read more about it on the Github Page.

About

A jQuery Plugin for text animation. 650+ downloads on npm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors