inc2734 / unitone

34 stars 4 forks source link

アニメーション機能 #369

Closed inc2734 closed 3 weeks ago

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