cambecc / earth

a project to visualize global weather conditions
http://earth.nullschool.net
MIT License
6.04k stars 1.17k forks source link

Performance: add will-change:transform to SVG & canvas elements #48

Closed paulirish closed 8 years ago

paulirish commented 8 years ago

I was hitting a case where the app was running at 5 FPS. This brought it up to 20 FPS.

It helps the browser avoid rasterizing the two SVGs each frame.

cambecc commented 8 years ago

Did not know about this feature. Thanks!