Skip to content

ccmars/typecadence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typecadence

NPM License NPM Version NPM Downloads GitHub Repo stars GitHub file size in bytes on a specified ref (branch/commit/tag)

Typecadence

A JavaScript typing-animation library that automatically mimics the flaws of a human typist.

Typecadence Demo

Quick Start

Include the latest version of the Typecadence v1 script in your HTML file:

<script src="https://cdn.jsdelivr.net/npm/typecadence@^1"></script>

Add the typecadence class to any element you want to animate:

<span class="typecadence">
    Jackdaws love my big sphinx of quartz.
</span>

Documentation

For more options and examples, see the documentation.