Submit your widget

jMagnify----jQuery text hover plugin

Created 13 years ago   Views 12848   downloads 2720    Author senamion
jMagnify----jQuery text hover plugin
View DemoDownload
80
Share |

 

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

Tag: text hover