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

https://github.com/jrquick17/jquery-delay-text

A jQuery function for making text appear with more spazaz.
https://github.com/jrquick17/jquery-delay-text

Last synced: 4 months ago
JSON representation

A jQuery function for making text appear with more spazaz.

Awesome Lists containing this project

README

          

# jquery-delay-text #

[![npm](https://img.shields.io/npm/l/jquery-delay-text.svg)](https://www.npmjs.com/package/jquery-delay-text/)
[![npm](https://img.shields.io/npm/dt/jquery-delay-text.svg)](https://www.npmjs.com/package/jquery-delay-text)
[![npm](https://img.shields.io/npm/dm/jquery-delay-text.svg)](https://www.npmjs.com/package/jquery-delay-text)
[![jsdelivr](https://data.jsdelivr.com/v1/package/gh/jrquick17/jquery-delay-text/badge)](https://www.jsdelivr.com/package/gh/jrquick17/jquery-delay-text)

![](example.gif)

## Index ##

* [About](#about)
* [Setup](#setup)
* [Documentation](#documentation)
* [Contributing](#contributing)
* [Issues](#issues)
* [Deploy](#deploy)

## About ##

A jQuery function for making text appear with more spazaz.

* Try out [the demo](https://jquery-delay-text.jrquick.com) to see it in action!
* Visit [my website](https://jrquick.com) for other cool projects!

## Setup ##

### Install ###

### Node ###

```
npm install jquery-delay-text --save
```

### CDN ###

```

```

## Documentation ##

```javascript
$('#text').delayText();
```

### Options ###

* `sequential` -- Reveal text in order (Default: `false`)
* `time` -- Total time to reveal full text (Default: `1000`)

## Contributing ##

### Thanks ###

* [jrquick17](https://github.com/jrquick17)

## Issues ##

If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/jquery-delay-text/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.

## Deploy ##

#### NPM Release ####

* Run `npm run shipit`

#### Update Changelog ####

* Add updates to `CHANGELOG.md` in root.