typecadence
Version:
Typing animation library that automatically mimics the flaws a human typist
28 lines (22 loc) • 1.23 kB
Markdown






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

## Quick Start
Include the latest version of the Typecadence v1 script in your HTML file:
```html
<script src="https://cdn.jsdelivr.net/npm/typecadence@^1"></script>
```
Add the `typecadence` class to any element you want to animate:
```html
<span class="typecadence">
Jackdaws love my big sphinx of quartz.
</span>
```
## Documentation
For more options and examples, see the [documentation](https://typecadence.colemarshall.net/).