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.
- Host: GitHub
- URL: https://github.com/jrquick17/jquery-delay-text
- Owner: jrquick17
- License: mit
- Created: 2020-04-13T03:19:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T21:14:58.000Z (over 2 years ago)
- Last Synced: 2025-03-10T19:07:20.414Z (over 1 year ago)
- Language: HTML
- Homepage: https://jquery-delay-text.jrquick.com
- Size: 523 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery-delay-text #
[](https://www.npmjs.com/package/jquery-delay-text/)
[](https://www.npmjs.com/package/jquery-delay-text)
[](https://www.npmjs.com/package/jquery-delay-text)
[](https://www.jsdelivr.com/package/gh/jrquick17/jquery-delay-text)

## 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.