Simple implementation of the tag-cloud plugin. The animation will stop when you mouseover on it. Below is the code for the usage,
$("#tag-cloud").tagCloud();
In this example direction parameter is set to horizontal. It uses easing effect "easeOutBounce". Please include easing plugin before using easein parameter. Below is the code for the usage,
$("#tag-cloud").tagCloud({"direction":"horizontal", "easein":"easeOutBounce", "speed":2000});
In this eaxmple the direction parameter is set to vertical and "easeOutBack" easing effect is used. Please include easing plugin before using easein parameter. Below is the code for the usage,
$("#tag-cloud").tagCloud({"direction":"vertical", "easein":"easeOutBack", "speed":2000});
This is the online demo for the jQuery Tag Cloud Plugin. Any suggestions or ideas regarding it, will be appreciated. Please read the post for usage steps and instructions.
© Rohit Singh Sengar http://rohitsengar.cueblocks.net/