An open API service indexing awesome lists of open source software.

https://github.com/ccmars/typecadence

Typing animation library that automatically mimics the flaws of a human typist
https://github.com/ccmars/typecadence

animation human-errors javascript javascript-library lightweight typescript typescript-library typing-animation typing-errors typing-simulation user-friendly

Last synced: 5 months ago
JSON representation

Typing animation library that automatically mimics the flaws of a human typist

Awesome Lists containing this project

README

          

![Typecadence](https://typecadence.colemarshall.net/images/typecadence_logo.svg)

![NPM License](https://img.shields.io/npm/l/typecadence?style=for-the-badge)
![NPM Version](https://img.shields.io/npm/v/typecadence?style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/typecadence?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/ccmars/typecadence?style=for-the-badge)
![GitHub file size in bytes on a specified ref (branch/commit/tag)](https://img.shields.io/github/size/ccmars/typecadence/dist%2Ftypecadence.js?style=for-the-badge)

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

![Typecadence Demo](https://typecadence.colemarshall.net/images/demo.gif)

## Quick Start
Include the latest version of the Typecadence v1 script in your HTML file:
```html

```

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

Jackdaws love my big sphinx of quartz.

```

## Documentation
For more options and examples, see the [documentation](https://typecadence.colemarshall.net/).