Jquery Text Effects
Quick 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.
If you find my open source projects and jQuery plugins useful,
please consider making a donation!
Requirements
CSS
/* Optional styles */
.large {
font-size: xx-large;
}
.example {
color: blue;
cursor: pointer;
}
JavaScript
$(".mytext").texteffects({ "texteffect": "collapse", "speed": "slow", "delay": "1000"});
You Are Here: Home » JavaScript » Text Effects