DOI-USGS / OWDI-Lower-Colorado-Drought-Vis

Lower Colorado Drought Visualization
Other
13 stars 12 forks source link

Get rid of SMIL animations in SVGs #433

Open jordansread opened 9 years ago

jordansread commented 9 years ago

https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/5o0yiO440LM/59rZqirUQNwJ

Note SMIL is being depreciated by Chrome. usage/supply figure may be the only SVG that uses SMIL currently.

jordansread commented 9 years ago

perhaps the stroke-dash can be animated via CSS animations?

jordansread commented 9 years ago

mead also uses SMIL to draw the river

jordansread commented 9 years ago

All the SMILs cause issues in IE too, so this change may be a win-win

jordansread commented 8 years ago

we were able to do this with CSS keyframes instead of SMIL on https://github.com/USGS-VIZLAB/climate-fish-habitat/blob/master/scripts/visualize/visualizeWalleyeDecline.R#L105