(HTML) <div style="position:absolute; height:30px; width:30px; background-color:red" id="box"> </div>
(JavaScript) var start = 0; var divEle = document.getElementById("box"); function step(timestamp) { var progress = timestamp - start; divEle.style.left = (progress / 10) + "px"; if(progress < 10000) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step);
変数startはどのようなものなのでしょうか。
「timestamp - start」とありますが、startの値は更新されるのでしょうか。
よろしくお願い致します。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/15 11:27