https://github.com/magna-z/jquery-steamytext
jQuery SteamyText animation plugin
https://github.com/magna-z/jquery-steamytext
Last synced: about 1 month ago
JSON representation
jQuery SteamyText animation plugin
- Host: GitHub
- URL: https://github.com/magna-z/jquery-steamytext
- Owner: magna-z
- License: mit
- Created: 2015-08-14T15:27:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T14:46:40.000Z (over 9 years ago)
- Last Synced: 2025-02-17T02:22:53.185Z (4 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About
It shows steamy text.
## Installation
Include the `jquery.steamytext.js` script:
## Basic usage
$('#element').click(function(){
$(this).steamyText('Text')
})