Typecadence.js Typing Animation Library Examples
Download Back To CSSScript.Com
Typecadence is a JavaScript library that provides an animated typing effect that simulates natural human typing, including speed variations and mistakes. It works by applying the effect to any HTML element with the class "typecadence".
<span class="typecadence">This is Typecadence with its default settings.</span>
This is Typecadence with its default settings.
Option: Delay
<span class="typecadence" data-typecadence-delay="3000">This is Typecadence with a start delay.</span>
This is Typecadence with a start delay.
Option: Speed
<span class="typecadence" data-typecadence-speed="200,1400">This is Typecadence with a custom speed.</span>
This is Typecadence with a custom speed.
Option: Caret
<span class="typecadence" data-typecadence-caret="false">This is Typecadence with caret.</span>
This is Typecadence without a caret.