jQuery Plugin For Colorful 3D Text Shadow - funText
File Size: | 6.19KB |
---|---|
Views Total: | 1479 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
funText is a lightweight and funny jQuery plugin (also can work with zepto) that applies colorful 3D shadow effects to your text which respond to mouse movement.
How to use it:
1. Include jQuery library and funText plugin on the page
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="jquery.funtext.min.js"></script>
2. The Html
<p class="demo">jQueryScript.Net</p>
3. Call the plugin
<script> $('p').funText(40, 'reverseCandy'); </script>
This awesome jQuery plugin is developed by briznad. For more Advanced Usages, please check the demo page or visit the official website.