Configurable Cursor Animation Plugin With jQuery - lightMouse
| File Size: | 1.24 KB | 
|---|---|
| Views Total: | 3170 | 
| Last Update: | |
| Publish Date: | |
| Official Website: | Go to website | 
| License: | MIT | 
 
lightMouse is an ultra-light jQuery plugin that adds a fancy visual effect to the cursor inside a specific container, triggered by mouse move / mouse over events.
See also:
How to use it:
1. Put jQuery library and the jQuery lightMouse plugin at the end of the document.
<script src="jquery.min.js"></script> <script src="jquery.lightMouse.js"></script>
2. Call the function on the target container and done.
$('.container').lightMouse();
3. Change the default color.
$('.container').lightMouse({
  couleur:'#ffffff'
});
4. Adjust the size of the visual effect.
$('.container').lightMouse({
  couleur:'#ffffff',
  largeur:20,
  hauteur:20
});
This awesome jQuery plugin is developed by graphoeil. For more Advanced Usages, please check the demo page or visit the official website.











