https://github.com/mdesantis/jquery-textfade
A text fading Javascript library
https://github.com/mdesantis/jquery-textfade
Last synced: 5 months ago
JSON representation
A text fading Javascript library
- Host: GitHub
- URL: https://github.com/mdesantis/jquery-textfade
- Owner: mdesantis
- License: mit
- Created: 2013-12-04T16:33:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T00:30:40.000Z (over 8 years ago)
- Last Synced: 2025-05-24T18:41:04.930Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: http://mdesantis.github.io/jquery-textfade
- Size: 470 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [jQuery.textFade](http://mdesantis.github.io/jquery-textfade)

jQuery extension which adds sequence effects to any text sequence. Visit
https://mdesantis.github.io/jquery-textfade/test/index.html for a rough demo.
## Install
```
npm install jquery-textfade
```
## Usage
[Usage examples](src/jquery-textfade.litcoffee#examples)
## Documentation
This library is a single file written in [Literate Coffeescript](http://coffeescript.org/#literate),
so it is self-documented. You can read it [here](src/jquery-textfade.litcoffee).
## License
[MIT](LICENSE)