mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
feat(fireworks): add particles & rocket point
This commit is contained in:
parent
874eceb505
commit
c6278ae3e5
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@
|
||||||
)!
|
)!
|
||||||
|
|
||||||
const fireworks = new Fireworks(fireworksContainer, {
|
const fireworks = new Fireworks(fireworksContainer, {
|
||||||
|
particles: 200,
|
||||||
|
rocketsPoint: {
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
}
|
||||||
})
|
})
|
||||||
fireworks.start()
|
fireworks.start()
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue