Simple Text Effect Plugin For jQuery - JQISOTEXT
File Size: | 2.91KB |
---|---|
Views Total: | 1131 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

JQISOTEXT is a simple and easy-to-use jQuery Text Plugin that allows you add pseudo-isometric effects to your texts on the page to better catch your visitor's eyes.
How to use it:
1. Include jQuery library and JQISOTEXT.js
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="jqIsoText.min.js"></script>
2. Markup
<p class="demo1">jQueryScript.Net</p> <p class="demo2">Free jQuery Plugins and Tutorials</p> <p class="demo3">Demo For JQISOTEXT</p>
3. Call the plugin
<script> // Default $(".demo1").jqIsoText(); // Words will be treated separatly $('.demo2').jqIsoText({ split:'yes' }) // Use custom sizes and start from bigger $('.demo3').jqIsoText({ fromSize: 50, toSize: 10 }) </script>
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.