20+ Easy to Use jQuery Text Effects and Animations

You don’t need to be a hardcore coder or developer to use jQuery, it is an easy and useful JavaScript library and with basic knowledge you can easily insert jQuery plugins and spruce up your next web project.
Font Embedding Services are all the rage at the moment, and for some, maybe a little bit overblown. What if you wanted something simpler, a little drop-shadow here, a simple text animation or even dynamically resize text. In this post we have collected 20+ simple and easy to use jQuery text effects and animations.

FontEffect jQuery Plugin

jQuery Text EffectsThe Font Effect plugin uses no images to add an Outline, Shadow, Gradient or Mirror effect to your html text and no additional CSS is necessary. All effects are contained in the plugin (only 7k minified) and do not interfere with page rendering in older browser or browser with javascript disabled.

Textgrad – A jQuery Text Gradient Plugin

jQuery Text EffectsThis simple, yet effective adds a basic gradient effect to text. It contains four functions appliable to a selection, they are: spanize, unspanize, textgrad and textscan.

jQuery Label Effects

jQuery Text EffectsThe Label Effects is a plugin that can apply highlight and shadow effects to anything that contains text. Several preset effects can be invoked via a single option that provides values for most of the other settings, they are: Raised, Sunken, Echoed, Floating and Shadow.
There is also a useful generator that allows you to select the style of text you want and it generates the code for you. (Click on the the plugins 'Custom' tab for the generator).

Text-shadow in IE with jQuery

jQuery Text EffectsMost of major browsers support text-shadow, yes, you guessed it, IE doesn't. This handy jQuery plugin helps you get around that.
A handy little thing of Internet Explorer is that it gives you access to CSS declarations it does not understand, so this plugin simply requests the text-shadow value of a given element and processes that.

jQuery Grab Bag – Text Effects Plugin

jQuery Text EffectsThis plugin offers a wide array of text effects, they include Scrambled Writer, Unscramble, Rot-13 and a Typewriter effect.

jQuery Approach

jQuery Text EffectsApproach is a jQuery plugin that allows you to animate style properties based on the cursor’s proximity to an object. This plugin is not strictly limited to text effects, it can also be used for images.
Note: The plugin accepts any CSS property that is accepted by jQuery animate, and also accepts color-based parameters, if you are using the jQuery UI Effects Core.

jTicker – Typing Text Effect using jQuery

jQuery Text EffectsjTicker is a jQuery plugin that can be used for creating the typewriter effect without the use of flash. This effect comes in handy when you want to force the visitor to read the text, but should be used only when necessary, as the usability suffers. jTicker can be declared on any element and can be stylized using CSS. You can also use event buttons to play, stop and control the speed of the effect.

Effects jTypeWriter v1.1

jQuery Text EffectsSimiliar in effects to the plugin above, jTypeWriter is a useful plugin for re-creating the effect of a typewriter in any number of HTML text nodes. jTypeWriter can handle the type writing of more than one nodes, and type the characters in sequential order.

3D Flying Text in jQuery

jQuery Text EffectsIn this tutorial you will learn how to animate text with jQuery. You will build a jQuery component that takes the text from a <ul> and make it fly towards the screen at random intervals. The affect will look something like traveling through space, or a title sequence for some cheesy space flick.

Airport – Information Board Text Effect

jQuery Text EffectsAirport is a rather simple text effect plugin that emulates the style of those flickering information boards you sometime find on airports and train stations.
Airtport is very easy to use, all you have to do is create an element, give it an ID and throw airport on it. The values, moscow, berlin and stockholm, are the words it will flick through.

jQuery: Flying Text With Fade Effect

jQuery Text EffectsIn this tutorial you will learn how to create a very simple flying and fading text effect using jQuery.

Codename Rainbows

jQuery Text EffectsCodename Rainbows allows you to effortlessly apply gradients, shadows and highlights to text.
The gradient in this plugin is comprised of a series of one-pixel-high slices of text. These slices are arranged vertically. Every slice is a slightly different shade, and when the slices are positioned via CSS the result is a smooth gradient created entirely without images.
Awesome plugin!

Fade colors using jQuery

jQuery Text EffectsThis tutorial, from Janko at Warp Speed, will explain how to, using two methods, fade a color in an array of elements using jQuery.

Fading Color Effect for Inline Text Links using jQuery

jQuery Text EffectsIn this article you can read about a simple UX trick that can be easily implemented into your web sites. With a few lines of jQuery it will make your text links fade to another color on rollover.
This useful effect has been tested in FF, IE7 and Opera on Win and FF, Safari on Mac.

Playing with jQuery Color Plugin and Color Animation

jQuery Text EffectsIn this tutorial you will learn four different methods to create some nice text effects for menus and buttons using the jQuery Color Plugin.

Color Changing Text and Backgrounds w/ jQuery

jQuery Text EffectsNormally you would define the text color in the CSS and that would be the end of it. In this tut, you will learn how to be able to adjust colors after the page has loaded, and not just once either – you’re aiming for continuous adjustments.

jQuote Plugin

jQuery Text EffectsjQuote is a plugin which allows for semantic blockquotes created on the fly with just one line of jQuery code.
The really handy thing about jQuote is that If javascript is not enabled, jQuote does not run and those with javascript disabled don't see duplicated text – which is what would happen if you did the usual method of copying and pasting text to create quotes.
One of the useful extras with this plugin is the option to add a person's name to the quote – for example if quoting a famous person it is always good to credit them. Nice.

Search And Share

jQuery Text EffectsSearch and Share makes highlighting text a more functional action by attempting to understand the intention of a user’s text selection and present a variety of options accordingly. The criteria for understanding the intention is the character length of the selection, and the interpreted actions are copying, searching and sharing.

Set Font Size Based On Word Count

jQuery Text Effects

Zooming with jQuery and CSS

jQuery Text EffectsIn this article you will learn how to develop Text Zooming using jQuery and CSS. This is basic level tutorial for changing styles easily with a jQuery script. A very useful tutorial for zooming website content.

Use the jQuery UI to Control the Size of Your Text

jQuery Text EffectsIn this tutorial you will learn how to use a slider to control the text size of an article on a page, allowing the user to control exactly the size that suits them.

Simple jQuery Text Resizer

jQuery Text EffectsThe idea of this plugin is very simple: you click on the text size you want, and a class is added to the body to indicate which size the user has selected. Then, it will take advantage of that body class when you are writing your CSS to size the different elements appropriately.

You might also like…

25 Useful jQuery Tooltip Plugins and Tutorials »
20 jQuery Plugins and Tutorials to Enhance Forms »
30 Tutorials Combining Both WordPress and jQuery »
25 Fresh and New jQuery Plugins and Tutorials »
50 Useful Tools and Generators for Easy CSS Development »
20+ Resources and Tutorials for Creative Forms using CSS » »
24 CSS (in some cases with jQuery) Navigation and Menu Tutorials » »
22 CSS Button Styling Tutorials and Techniques » »
15 Amazing jQuery Image Gallery/Slideshow Plugins and Tutorials » »

Author: (569 Posts)

Paul Andrew is the editor and founder of Speckyboy Design Magazine. You can follow Speckyboy on Twitter, on Facebook, on Digg or you can subscribe via RSS.

  • Pingback: 20+ Easy to Use jQuery Text Effects and Animations | TopRoundups

  • http://www.yellowshoe.com.au/ Mark

    I think these examples are blurring the lines of separation of concerns a little too much.

    Javascripters should use their powers for good and not evil. Use advanced css properties for the browsers that support them as visual rewards. Don’t use js for this.

  • http://www.yellowshoe.com.au/ Mark

    Perhaps another big reason not to use these is the method – they are just complicating the DOM. For example copy and paste the examples with text shadow. text-shadow ftw

  • Shirin

    Oh god, it’s like Geocities all over again.

  • http://www.webmarketingcompanion.com Web Marketing Services

    HI

    Great information for us.

  • http://www.smallmeans.com Rooraaye

    Please don’t put gradients in my text. I would hate that.

  • Joe

    With the exceptions of the text resizers, these are all horrible! Just because we *can* do something doesn’t mean we *should*. We might as well start using again.

  • Pingback: links for 2009-11-17 | Digital Rehab

  • http://www.iofo.it/jquery/fonteffect/ Alessandro

    These plugin are all really useful, and not only the resizer one.

    They are like pistols, deadly if you use them wrong but a wonderful “tool” if you know how, when and if use it.

    I understand many fears a bad use of these by I-can-thererefore-I-do developer, but blaming the plugins for this is, in my opinion, wrong.

  • http://www.allcreatives.net Mike

    Some good, some not so good.

    I’d be amazed to see any of the plugins here used on a site that values performance, far too much code vs the visual gain and as mentioned above there are viable alternatives.

  • http://www.mimrankhan.com Imran Khan

    There are some good and there are some not good as well like example gradient… anyways nice good article

  • Andrey

    Textgrad does not work with the library jQuery version 1.2.5
    a pity ((

  • Pingback: Notable Tech Posts – 2009.11.22 | The Life of Lew Ayotte

  • Pingback: 20+ Easy to Use jQuery Text Effects and Animations : Speckyboy … | My Blog

  • Pingback: jQuery Masonry | WebDesignExpert.Me

  • http://webhosting-karachi.com Designing Company Karachi

    thanks for such a usefull contributions

  • http://www.pbfreshenterprises.co.uk Deodorant Vendors

    Thanks the the TextGrade Effect , i use it on all my sites now . look great !

  • Pingback: Delicious Bookmarks for July 12th from 01:52 to 02:13 « Lâmôlabs

  • http://www.allhttp.com Mike

    These plugins, besides for being problematic in the hands of an inexperienced coder, do solve a few otherwise unsolvable issues, such as IE’s very poor support for CSS standards, IE’s very poor support for *any* standard, etc.

    I have been working on a very stylish site where I have implemented very subtle text shadows in order to make some of the text “pop”. When viewed in IE (haven’t tried beta 9 yet), the site looks flat, but in any other browser it looks “alive”.

    So those that think that javascript shouldn’t be used for presentation just have different priorities. After all, javascript *is* a front-end (read UI) tool. That’s what I use javascript for – enhancing the user’s experience via usability and aesthetics. Often, I use javascript simply to fix MS’s proprietary and isolationist methodology and to force it to appear to conform to standards.

    What can I say? I want my websites to look and act the same in any browser a person happens to use, even if they are too naive to use something other than IE.

    Thanks for the article.

  • http://www.brettwidmann.com Brett Widmann

    Sweet effects. I can’t wait to try them out.

  • http://www.FontSearch.org Font Search

    I like the fact that the text treated in this fashion is search engine parseable…

    I already have jQuery running on my site anyway, so giving it a little extra work does not appear to tax my page too much.

    Nice collection.

  • Anonymous

    nice. Thanks for the tuts.

  • http://www.facebook.com/people/ชนม์บวร-โกมุทบพิตร/100002564835362 ชนม์บวร โกมุทบพิตร

    Now you can use by CSS3

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

  • A Ali_agheli

    hi. very god

  • rizak

    There’s also cool plugins from RnZ Code Labs: http://plugins.jquery.com/plugin-tags/rnz-code-labs

  • Rory

    hell yeah! book marking this one. Thank you sir

  • http://openwebstuff.com/ Rafael

    Good job!

  • Dornith

     I plan to use some of these effects in my company web site and I would like to ask who might be the creator of jQuery Grab Bag – Text Effects Plugin so that I may credit them.