Download .zip |
Info | Example | Demos | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2015-07-24 (2 years ago) | Not yet rated by the users | Total: 106 | All time: 389 This week: 14 |
Version | License | JavaScript version | Categories | |||
type-by-letter 2.0.1 | GNU General Publi... | 1.3 | Animation, jQuery |
Description | Author | |||
This is a jQuery plugin that can make string of text appear letter by letter. Innovation Award
|
/* JQuery TypeByLetter Plugin Version 2.0.1 source : /TypeByLetter.plugin.js dependency: jQuery TypeByLetter is a JQuery plugin for simulating a "typing effect" on an element. It supports using text already in the element, or through its {content} option. Current Available Options: {speed} - (int) Sets the time break in milliseconds between letters being written to the element. DEFAULT: 100 {content} - (plain text -or- JQuery .text()) Specifies the text that will be written to the specified element. This can be a JQuery selector such as: $('p#text').text(). DEFAULT: $(this).text() {append} - (bool) Specifies whether the text appends to the element (true), or if it erases the elements html before writing (false). DEFAULT: false {callback} - (function) Function to be run once the typing is done. */ |
Files |
File | Role | Description |
---|---|---|
TypeByLetter.plugin.js | Class | plugin source |
TypeByLetter.docs.js | Doc. | Documentation |
example.html | Example | Example Page |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
Example Page Example Page |
If you know an application of this package, send a message to the author to add a link here.