Replies: 1 comment
-
Hey @MacaScull, visx isn't really opinionated on animation (since there are many JS/TS animation libraries out there) but animating circles is pretty different from animating a line chart. for the latter, I think the lineradial is the best example we have. for the former, we don't have a good standalone example though we do animate circles/glyphs in the |
Beta Was this translation helpful? Give feedback.
-
Hello, Im pretty new to using visx but I was wondering if you already have this feature or an example on how to build it.
I want to build an animated scatter plot with circles over time, like the line radial plot: https://airbnb.io/visx/lineradial or like this d3 example: https://medium.com/@louisemoxy/create-a-d3-line-chart-animation-336f1cb7dd61 https://codepen.io/louisemoxy/pen/qMvmBM
I also would like commands to pause/fast forward/reverse if that possible.
Beta Was this translation helpful? Give feedback.
All reactions