Textplayer
Description
A jquery plugin to simulate live text typing.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
#[textplayer.js](http://gwendall.github.com/) (a jquery plugin to simulate live text typing)
textplayer.js lets you easily simulate live typing of a text.
[Check a live demo here](http://gwendall.github.com/)
##Basic installation
- Insert the jquery and jquery UI plugins.
- Create a container with the "data-text" attribute set to the value you want to be typed.
- Indicate to javascript where the text container is:
$('.foobar').textplayer();
That's it!
##Options
You can customize the behavior of your text with custom buttons, delays between each character typed and a flashing cursor (in progress):
$(".foobar").textplayer({
autoPlay: false, // default: true
btnPlay: "#play", // default: null
btnPause: "#pause", // default: null
btnStop: "#stop", // default: null
slider: "#slider", // default: null
delay: 40, // default: 100
cursor: false // default: false
});
##Testing
Tested and works fine on Chrome 17.0.963.79, Safari 5.0.5 and Firefox 10.0.2.
##Contributing
I just started this project a few hours ago so it may definitely need improvements. Feel free to get in touch via Github/Twitter for suggestions or just start submitting patches!
##Follow me!
[@gwendall](https://twitter.com/gwendall)
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development