Open jordansread opened 7 years ago
I looked at requestAnimationFrame
over the weekend, it is definitely doable to switch to that, it may result in missing some frames but will provide a constant speed across devices.
Other benefits of requestAnimationFrame it stops when the user switches to a different tab, so won't dog the device's CPU when not visible.
1) We DO have flood stage data. "Action", "Flood", "Moderate", and "Major". 5) I found precip that is the NOAA Stage IV, not GDP accessible, but it'll work.
Do we have adequate flood stage info? If not, can we use > 90% (and explain that in plain english)we doprecip data is more raw than NOAA stage IV. What QAQC (if any) do we apply?requestAnimationFrame
instead ofsetTimeout
for animation in JS? Do we need to animate raster instead of svg for precip?