asked
Apple website interaction clone!
Setting the exact position when changing position according to scroll
Written on
·
228
0
Answer 1
네 맞습니다. 캔버스 크기 외에, 스크립트에서 1080으로 들어가는 부분들을 해당 크기로 수정해주세요~예를들어const heightRatio = window.innerHeight / 1080;이런 부분을const heightRatio = window.innerHeight / 1000;이렇게 바꿔주시면 됩니다.