jQuery Plugin To Create Canvas Based Fireworks
File Size: | 4.56 KB |
---|---|
Views Total: | 19171 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
A jQuery plugin that utilizes canvas 2D to create animated fireworks on the webpage or a specific container. No external CSS required.
How to use it:
1. Load the latest version of jQuery and the jQuery fireworks plugin in your web page.
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="jquery.fireworks.js"></script>
2. Call the plugin on the container to generate animated fireworks using canvas 2D API.
$('SELECTOR').fireworks();
This awesome jQuery plugin is developed by csudcy. For more Advanced Usages, please check the demo page or visit the official website.