quantmind / giotto

d3 based visualization library - svg & canvas
https://giottojs.org
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Canvas transitions #9

Closed lsbardel closed 8 years ago

lsbardel commented 9 years ago

Currently, transitions are only supported on svg elements (groups). To have transitions in canvas a suitable implementation is required. The transition api should be implemented at group level or at drawing level?

lsbardel commented 8 years ago

This is no longer relevant. The https://github.com/quantmind/d3-canvas-transition plugin handle transitions on canvas.