ladybird/Base/home
Andreas Kling 39045bfde8 LibWeb: Add basic support for requestAnimationFrame()
We now support rAF, driven by GUI::DisplayLink callbacks. It's a bit
strange how we keep registering new callbacks over and over.
That's something we can definitely optimize.

This allows you to update animations/whatever without doing it more
often than the browser can display.
2020-03-22 21:18:03 +01:00
..
anon LibWeb: Add basic support for requestAnimationFrame() 2020-03-22 21:18:03 +01:00