CursorFX
Create eye-catching animated mouse cursors for your PC with CursorFX. Effortlessly add skins, shadows, motion trails, and sounds to your […]
document.addEventListener('scroll', () => {
const header = document.querySelector('.dz-header');
if (window.scrollY > 50) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
Create eye-catching animated mouse cursors for your PC with CursorFX. Effortlessly add skins, shadows, motion trails, and sounds to your […]