Sean Lynch

Results 203 issues of Sean Lynch

- [ ] Improve transitions - [ ] Transition children from parent - See [AnimatedNodes](https://github.com/techniq/vx-hierarchy-examples/blob/master/src/examples/AnimatedNodes.tsx) and [AnimatedLinks](https://github.com/techniq/vx-hierarchy-examples/blob/master/src/examples/AnimatedLinks.tsx) - Create [custom transition](https://svelte.dev/docs#template-syntax-element-directives-transition-fn-custom-transition-functions) for Node and Link, utilizing `tick`?? - [ ]...

## Enhancements - [ ] Allow viewing single (or `x` number) of layers at a time, instead of all - https://observablehq.com/@d3/zoomable-sunburst - [ ] https://github.com/techniq/layerchart/issues/7 - [ ] Hover highlights...

See [Rect](https://github.com/techniq/layerchart/blob/master/src/lib/components/Rect.svelte), [Path](https://github.com/techniq/layerchart/blob/master/src/lib/components/Path.svelte), etc. This could be useful to animate axis labels, for example.