Bouncing Text JavaScript / Text Effects
Looking to add a little bounce to your text? Add this code to your page. The simple copy and paste technique offered here makes it easy.
Up and Down Text JavaScript / Text Effects
A good novelty bit of script to change the font size of a sentence of your choice, up and then down again one letter at a time. Gives your sentence a roller coaster look.
Neon Text JavaScript / Text Effects
Displays a sentence, changing its colour one letter at a time, from the start colour, to your chosen colour and back again. The script can be modified to change the message, colours and animation change.
Scrolling Status Bar Text JavaScript / Text Effects
Displays a scrolling message in the status bar, in the bottom left hand side of your browser. It is easy to change the message to be displayed, and its scroll speed as well. A good easy to use script, but can become annoying if over used so be careful.
Javascript Table Rollovers JavaScript / Text Effects
This tutorial will teach you how to get 'remove underline' effect. The techniques used are Javascript's onmouseover and onmouseout HTML attributes as well as CSS1 classes.
Typewriter Text Effect JavaScript / Text Effects
This tutorial I will show you an easy way of achieving a typewriter effect for your text. This can be both attractive and eye catching.
Pausing up-down message scroller JavaScript / Text Effects
This is a up-down scroller that pauses between each message! The look of the scroller is completely styled using external CSS, including the dimensions. Easily create a single line scroller just by adjusting the scroller's height appropriately!.
Sliding JavaScript Banners JavaScript / Text Effects
This tutorial shows how to create an animated news scroller in JavaScript along with several very useful DHTML techniques. Main topics covered: Specifying the banner's position, Using external JavaScript files, How to configure the banner, Assigning the banner's messages to an array, How to initialize the banner, Creating the banner's elements, How to fill the banner's elements, How to set an element's visibility, Rotating the messages, and How to move the messages.