svg-time-series icon indicating copy to clipboard operation
svg-time-series copied to clipboard

Investigate declarative SVG animation

Open nponeccop opened this issue 9 years ago • 0 comments

  • 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.

nponeccop avatar Jan 23 '17 17:01 nponeccop