script
This commit is contained in:
parent
39178c3a6b
commit
916057c4b9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
let dt = (timestamp - prevTimestamp);
|
let dt = (timestamp - prevTimestamp);
|
||||||
prevTimestamp = timestamp;
|
prevTimestamp = timestamp;
|
||||||
|
|
||||||
header.style.transform = "translate(50px, 100px);";
|
header.style.transform = "translate(50px, 100px)";
|
||||||
|
|
||||||
// loop
|
// loop
|
||||||
requestAnimationFrame(update);
|
requestAnimationFrame(update);
|
||||||
|
|
Reference in a new issue