jQuery Plugin For Fireflies Flying Effect

File Size: Unknown
Views Total: 3926
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Fireflies Flying Effect

FireFly is a simple jQuery plugin that creates fireflys flying effect around your webpage. This effect can be used as an animated background image that offers your visitors an amazing and different experience.

How to use it:

1. Include jQuery Library and firefly.js

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> 
<script src="jquery.firefly.js"></script> 

2. Call the plugin

<script>
     $(function(){
          $.firefly();
     });
</script>

3. For best results You should set your background-color

<style>
body {
background: #000;
}
</style>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.