livetype
v1.0.0
Published
Effect of typing text inside node
Downloads
1
Readme
Livetype
A javascript library with one function which imitates typing text
Installation
<script src="https://cdn.jsdelivr.net/npm/[email protected]/index.js"></script>
Usage
<body onload="livetype(document.body);"> <!-- Or use any other node -->
Available parameters (here are default values)
times = 1, // How many times will we run linvetype?
cursor = "▮", // The cursor on a new char
typing_delay = 100, // Delay in milliseconds between each char
delay_between_times = 1000 // Delay in milliseconds between new run of livetype