Skip to content Skip to sidebar Skip to footer
Showing posts with the label Requestanimationframe

Requestanimationframe Garbage Collection

I'm profiling the following code's memory usage using the Timeline in Chrome Dev Tools v27.… Read more Requestanimationframe Garbage Collection

Apply Two Different Css Transforms Simultanesouly

I am working on a script to adjust an image using transform left and right based on the cursor posi… Read more Apply Two Different Css Transforms Simultanesouly

Web Browser Paint Rate With Multiple Animations On The Page

We can use requestAnimationFrame in order to paint a frame in our browser. However, what happens if… Read more Web Browser Paint Rate With Multiple Animations On The Page