80,
angle: 60, // Aims it up and to the right
origin: { x: 0, y: 1 } // Bottom left corner
});
// Right corner confetti blast
confetti({
particleCount: 120,
spread: 80,
angle: 120, // Aims it up and to the left
origin: { x: 1, y: 1 } // Bottom right corner
});
// Show the discount message
var toast = document.getElementById('thrift-toast');
setTimeout(function() {
toast.classList.add('show');
}, 500); // Slight delay so it appears smoothly after confetti starts
// Hide the discount message after 8 seconds
setTimeout(function() {
toast.classList.remove('show');
}, 8500);
});
×
👋 Welcome to Thrift Bro!
We have a 50% discount on all of our products! Please buy and support us! 🛍️