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

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

Awesome Lists containing this project

README

          

# [jQuery.textFade](http://mdesantis.github.io/jquery-textfade)

![Example](example.gif?raw=true)

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)