jQuery Plugin homepage: http://plugins.jquery.com/project/humanTypist
A really simple-to-use human-like typing animation.
It takes the text inside an HTML tag and types it out magically. Not everyone types at the same speed, and at 0% error rate, and other jQuery typing animations I have looked at didn’t handle those scenarios, so I created this little plug-in.
This is as simple as it can get:
$('#example').humanTypist();
Please, see the examples/ folder for concrete examples.
$('#example').humanTypist({
'speed': 'grandma'
}
Possible options:
- ‘speed’
- Determine the speed of letters being typed. Here are the
possible values ordered from slowest to fastest:
- ‘grandma’
- ‘beginner’
- ‘scriptkiddie’
- ‘secretary’
- ‘hacker’
- ‘elite’
- ‘computer’
<p id="example">
Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Phasellus ultricies ante vel nisl varius euismod dapibus neque
faucibus. Pellentesque in lectus sapien.
</p>
Kenny Meyer <knny.myer@gmail.com> (@meyerkenny)