add ham menu
This commit is contained in:
@ -1,20 +1,3 @@
|
||||
// Initialize tsParticles
|
||||
tsParticles.load("particles-js", {
|
||||
particles: {
|
||||
number: { value: 50, density: { enable: true, value_area: 800 } },
|
||||
color: { value: ["#60a5fa", "#a855f7", "#ec4899"] },
|
||||
shape: { type: "circle" },
|
||||
opacity: { value: 0.5, random: true },
|
||||
size: { value: 3, random: true },
|
||||
move: { enable: true, speed: 0.5, direction: "none", random: true, out_mode: "out" },
|
||||
},
|
||||
interactivity: {
|
||||
events: { onhover: { enable: true, mode: "repulse" }, onclick: { enable: true, mode: "push" } },
|
||||
modes: { repulse: { distance: 100, duration: 0.4 }, push: { particles_nb: 4 } },
|
||||
},
|
||||
retina_detect: true
|
||||
});
|
||||
|
||||
// Confetti function
|
||||
function launchConfetti() {
|
||||
confetti({
|
||||
|
Reference in New Issue
Block a user