Shake taglib ver. 1.2

    Custom JSP taglib. This taglib lets you shake user-defined content. For example:
 

<%@ taglib uri="taglib.tld" prefix="s" %>

<s:shake onMouse="true">This text looks a bit strange</s:shake>

and you will get some like this (try to move mouse over the text):

This text looks a bit strange

Tags are:

shake

Body tag lets you shake the body text. Parameters are:

1) frequency Optional parameter. Describes a frequency (in milliseconds). Default value is 10.
2) onMouse Optional parameter. Possible values are true or false. If this value is true than tag will shake own body when mouse is over. Otherwise tag will shake own body immediately. Default value is false.
3) cond Optional parameter describes a boolean value this behavior depends on. Default value is true (shake).

for downloading:

Library: shaketag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: