jQuery Plugin For Fast Reading Text - Speeder Pro
File Size: | 3.95 KB |
---|---|
Views Total: | 657 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

Speeder Pro is a jQuery based reader app used for fast reading text inside a container that presents your text word by word at a specific reading speed.
See also:
How to use it:
1. Place jQuery library and the jQuery speeder pro plugin at the end of the document.
<script src="//code.jquery.com/jquery.min.js"></script> <script src="js/reader.js"></script>
2. Wrap the text into a textarea
element.
<textarea id="textarea" name="textarea"> Your Text Goes Here </textarea>
3. Create control buttons to star/reset the reader.
<a href="#" id="startBtn">Start Speed Reading</a> <a href="#" id="resetBtn">Reset</a>
4. Create a text input field which allows the visitor to adjust the reading speed.
<input type="text" id="speed">
This awesome jQuery plugin is developed by ManhattanDeveloper. For more Advanced Usages, please check the demo page or visit the official website.