jrquick17 / jquery-delay-text

A jQuery function for making text appear with more spazaz.

Home Page:https://jquery-delay-text.jrquick.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-delay-text

npm npm npm jsdelivr

Index

About

A jQuery function for making text appear with more spazaz.

Setup

Install

Node

npm install jquery-delay-text --save

CDN

<script src="https://cdn.jsdelivr.net/gh/jrquick17/jquery-delay-text/delay-text.js"></script>

Documentation

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

Options

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

Contributing

Thanks

Issues

If you find any issues feel free to open a request in the Issues tab. 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.

About

A jQuery function for making text appear with more spazaz.

https://jquery-delay-text.jrquick.com

License:MIT License


Languages

Language:HTML 86.5%Language:JavaScript 13.5%