Skip to Navigation or Skip to Content

Steve Fenton
Author of The Reason Your Website Sucks

Jquery Text Effects

You Are Here: Home » JavaScript » Text Effects

Jquery Text EffectsQuick Links

Visit the jQuery Text Effects project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.

Description

The jQuery Text Effects project is a plugin for the jQuery JavaScript Framework, which performs a few different animations on blocks of text, such as "expand" and "collapse" the characters in the text block.

Requirements

CSS

  1. /* Optional styles */
  2.  
  3. .large {
  4. font-size: xx-large;
  5. }
  6.  
  7. .example {
  8. color: blue;
  9. cursor: pointer;
  10. }

JavaScript

  1. $(".mytext").texteffects({ "texteffect": "collapse", "speed": "slow", "delay": "1000"});