jMagnify----jQuery text hover plugin
To use this jquery plugin:
- download jquery.jMagnify.js and images files
- download last version of jquery.js
- include the js in the head section of the page:
<head> ... <script type="text/javascript" src="js/jquery.js" ></script> <script type="text/javascript" src="js/jquery.jMagnify.js" ></script> ... </head>
in the read function launch the jMagnify (magnify effect on text) relative at your element:
<script type="text/javascript"> $().ready(function() { $("#elementId").jMagnify(); }); </script>
Parameters:
- centralEffect - effect of central element - default {'font-size': '200%'}
- lat1Effect - effect of first element near the central - default {'font-size': '180%'}
- lat2Effect - effect of second element near the central - default {'font-size': '150%'}
- lat3Effect - effect of third element near the central - default {'font-size': '120%'}
- resetEffect - reset effect - default {'font-size': '100%'}
The article source:http://www.senamion.com/blog/jMagnify.html
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu