css animation loop

44

function step() {    // UpdateUI();    window.requestAnimationFrame(step);  }  window.requestAnimationFrame(step);

Comments

Submit
0 Comments