/Fireworks-animation-using-firework.js

In this tutorial we will be learning how to create fireworks animation using jquery plugin firework.js

Primary LanguageHTML

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