svg-time-series
svg-time-series copied to clipboard
Investigate declarative SVG animation
- SVG SMIL
<animateTransform> - SVG CSS
@keyframe { transform: translate(100,100) } - General-purpose CSS 3D transform with separate layer GPU tricks
Even though SMIL is deprecated it's worth implementing benchmarks/path-draw-transform-d3 to see if it gets us any performance boost in Firefox or mobile devices.