Skip to content

Commit d456266

Browse files
committed
Version 1.1.2.
1 parent ab02fa0 commit d456266

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# D3-Table-Cards · [![GitHub license](https://img.shields.io/github/license/evoluteur/d3-table-cards)](https://github.com/evoluteur/d3-table-cards/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/d3-table-cards)](https://www.npmjs.com/package/d3-table-cards)
1+
# D3-Table-Cards · [![GitHub license](https://img.shields.io/github/license/evoluteur/d3-table-cards)](https://github.com/evoluteur/d3-table-cards/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/d3-table-cards)](https://www.npmjs.com/package/d3-table-cards)
22

33

4-
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.
55

66
Check out [the demo](https://evoluteur.github.io/d3-table-cards/).
77

@@ -56,6 +56,7 @@ const layoutInfo = {
5656
};
5757

5858
```
59+
5960
Note: The same result can also be achieved [using CSS transitions instead of D3](https://evoluteur.github.io/isomorphic-table-cards/index.html).
6061

6162
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).

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script src="js/d3-table-cards.js" charset="utf-8"></script>
1414
<meta
1515
name="description"
16-
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."
1717
/>
1818
<meta
1919
name="keywords"

package.json

100644100755
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d3-table-cards",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Table/Cards views using D3.js for animated transitions.",
55
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
66
"copyright": "(c) 2023 Olivier Giulieri",
@@ -12,17 +12,17 @@
1212
"homepage": "https://evoluteur.github.io/d3-table-cards/",
1313
"bugs": "https://github.com/evoluteur/d3-table-cards/issues",
1414
"keywords": [
15-
"d3",
16-
"transition",
15+
"d3",
16+
"transition",
1717
"transformation",
18-
"animation",
19-
"list",
20-
"table",
18+
"animation",
19+
"list",
20+
"table",
2121
"view",
2222
"layout",
23-
"cards",
24-
"d3js",
25-
"javascript",
23+
"cards",
24+
"d3js",
25+
"javascript",
2626
"d3v4",
2727
"html"
2828
]

0 commit comments

Comments
 (0)