You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of using D3.js for transformations between table view and cards view, and transitions while sorting elements or resizing the browser.
4
+
Example of using D3.js for transformations between table and cards views, and animated transitions while sorting elements or resizing the browser.
5
5
6
6
Check out [the demo](https://evoluteur.github.io/d3-table-cards/).
7
7
@@ -56,6 +56,7 @@ const layoutInfo = {
56
56
};
57
57
58
58
```
59
+
59
60
Note: The same result can also be achieved [using CSS transitions instead of D3](https://evoluteur.github.io/isomorphic-table-cards/index.html).
60
61
61
62
My other D3 animations: [meet-the-fans](https://evoluteur.github.io/meet-the-fans) and [d3-dual-range-slider](https://evoluteur.github.io/d3-dual-range-slider).
content="D3-Table-Cards: Table/Cards views using D3.js for animated transformations and transitions."
16
+
content="D3-Table-Cards: Example of using D3.js for transformations between table and cards views, with animated transitions while sorting elements or resizing the browser."
0 commit comments