Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 419 Bytes

File metadata and controls

11 lines (6 loc) · 419 Bytes

RequestAnimationFrame

Back{: .button}

Note: Just pasting from Mozilla Docs

The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repain

Reference