Skip to content

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

Notifications You must be signed in to change notification settings

CodeWithNiranjan/Fireworks-animation-using-firework.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages