DOI-USGS / hurricane-irma

Creative Commons Zero v1.0 Universal
55 stars 20 forks source link

requestAnimationFrame replaces setInterval #179

Open ede0m opened 7 years ago

ede0m commented 7 years ago

This PR intends to replace thesetInterval() in play with requestAnimationFrame(). Hopefully this improves mobile experience.

A few things to note:

For those who can, please let me know if this speeds things up on mobile as I am not able to check on my device until changes go live.