inc2734 / unitone

34 stars 4 forks source link

アニメーション機能 #369

Closed inc2734 closed 2 months ago

inc2734 commented 3 months ago
inc2734 commented 2 months ago
window.addEventListener('scroll', () => document.querySelector('.wp-image-2258').style.transform = `translate3d(0, ${ window.scrollY * -1 / 10 }px, 0)`);