Animated text typing.
Download latest release. Use minified or development version.
Or use bower for install:
bower install jquery.typist --save
Include jQuery and jquery.typist on your page:
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://github.com/albburtsev/jquery.typist/raw/v0.0.7/jquery.typist.js"></script>
Prepare element for typing:
Call method typist() with necessary options and text:
jQuery(function($) {
$('.typist').typist({
speed: 12,
text: 'Hello!'
});
});
10;true;2;'end';length number of characters;delay milliseconds;$('.typist')
.on('start_type.typist', function() {
console.log('Start typing');
})
.on('end_type.typist', function() {
console.log('End typing');
})
.typist({
speed: 12,
text: 'Hello, typist!\n'
});
$ claude mcp add jquery.typist \
-- python -m otcore.mcp_server <graph>