Start using on_refresh_driver_tick #5681

Final
This commit is contained in:
Guro Bokum 2015-04-20 22:01:56 +07:00
parent 6d2f70a4fd
commit be2cb665de
19 changed files with 315 additions and 68 deletions

View file

@ -0,0 +1,5 @@
<script>
window.requestAnimationFrame(function (time) {
alert("time " + time);
});
</script>