Ketikin is a lightweight JavaScript library to help you create typewriter animations, inspired by TypeIt that was already there before that. It’s kind of reinventing a wheel thing but you can get a library in a smaller, more compact size.
typewriter effect generator, javascript typewriter effect, typewriter effect javascript, typewriter effect css, css typewriter effect multiple lines, typewriter effect html
How to make use of it:
1. Download and import the ketikin.min.js library into the document.
<script src="ketikin.min.js"></script>
2. Apply the typewriter effect to the existing content.
<p class="lead">This is a typewriter effect</p>
ketikin("p", { // options here })
3. Or define the text in the JS array as follows:
ketikin("p", { texts: ["WCF 👋", "CSS 😍"], })
4. Customize typing speed.
ketikin("p", { speed: 60, })
5. Decide whether you want to repeat the animation or not.
ketikin("p", { loop: false, })
Fast & Tiny Typewriter Effect In JavaScript, Ketikin Plugin/Github
See Demo And Download
Official Website(parinpan): Click Here
This superior jQuery/javascript plugin is developed by parinpan. For extra Advanced Usages, please go to the official website.