/jquery-textcount

Text Effects is a sci-fi style awesome effect made with jQuery.

MIT LicenseMIT

jQuery Textcount

Text Effects is a sci-fi style awesome effect made with jQuery. As a jQuery plugin, you can simply implement the effect on your website with only one line of script. http://team.fourdesire.com/playgrounds/texteffects

Copyright (c) Release under MIT License by Fourdesire, 2014

Quick start

Three quick start options are available:

  • Download the latest release.
  • Clone the repo: git clone git://github.com/alisamar/jquery-textcount.git.
  • Install with Twitter's Bower: bower install jquery-textcount.

Basic Usage

Single Mode

<!-- HTML -->
<p class="text-effect">
Digital Design Does Matter in Fourdesire
</p>
// Javascript
$(".text-effect").textEffect()