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

https://github.com/r2hu1/typed-h

A simple, lightweight Typewritting effect for your HTML elements.
https://github.com/r2hu1/typed-h

javascript typewriter-effect

Last synced: about 1 year ago
JSON representation

A simple, lightweight Typewritting effect for your HTML elements.

Awesome Lists containing this project

README

          

## Typed-H

A simple, lightweight Typewritting effect for your HTML elements.

## How to use

- Add the following script to your HTML file:
```html

```

- Add the following element to your HTML file:
```html

Some text


```

- Intialize TypedH
```js
const element = document.querySelector(".some-classname");
typedH({element,speed:200,reverced:false});
```