<div dir="ltr"><div>Hi list,</div><div><br></div><div>> You want more advanced stuffs? You get:</div><div>> requestAnimationFrame(render);</div><div>> which will let you collect one or a sequence of events (i guess) to make sure you get a render of your animation each frame.</div><div><br></div><div>One small addition: in WebVR mode, make sure to use VRDisplay's requestAnimationFrame,</div><div>not "window.requestAnimationFrame" or just "requestAnimationFrame":</div><div><a href="https://w3c.github.io/webvr/#dom-vrdisplay-requestanimationframe">https://w3c.github.io/webvr/#dom-vrdisplay-requestanimationframe</a></div><div><br></div><div><br></div><div>See you,</div><div>Cecile</div></div>