Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 810 Bytes

File metadata and controls

28 lines (20 loc) · 810 Bytes

firework.js

Fireworks is a particle engine based on a very slim core and rich set of flexible plugins. You can easily make your own plugins to fit your own needs and go wild on creativity.

Installation

Add jquery first then download.

<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="jquery.fireworks.js"></script>

Usage

$('section').fireworks({ 
    sound: true, // sound effect
    opacity: 0.9, 
    width: '100%', 
    height: '100%' 
});

Subscribe

Please subscribe CodeWithNiranjan

Thank You