Skip to content

Commit 4ceb5da

Browse files
committed
Spring: collect props, docz updates, Keyframe fixes
1 parent 20d3318 commit 4ceb5da

File tree

12 files changed

+1571
-626
lines changed

12 files changed

+1571
-626
lines changed

.size-snapshot.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"gzipped": 3046
66
},
77
"dist/web.umd.js": {
8-
"bundled": 93711,
9-
"minified": 37815,
10-
"gzipped": 12917
8+
"bundled": 93934,
9+
"minified": 37879,
10+
"gzipped": 12950
1111
},
1212
"dist/addons.js": {
1313
"bundled": 19560,
@@ -24,58 +24,58 @@
2424
}
2525
},
2626
"dist/web.js": {
27-
"bundled": 87396,
28-
"minified": 41637,
29-
"gzipped": 13151,
27+
"bundled": 87605,
28+
"minified": 41701,
29+
"gzipped": 13178,
3030
"treeshaked": {
3131
"rollup": {
32-
"code": 36120,
32+
"code": 36184,
3333
"import_statements": 223
3434
},
3535
"webpack": {
36-
"code": 37564
36+
"code": 37628
3737
}
3838
}
3939
},
4040
"dist/native.js": {
41-
"bundled": 73012,
42-
"minified": 33488,
43-
"gzipped": 10372,
41+
"bundled": 73221,
42+
"minified": 33552,
43+
"gzipped": 10395,
4444
"treeshaked": {
4545
"rollup": {
46-
"code": 27355,
46+
"code": 27419,
4747
"import_statements": 234
4848
},
4949
"webpack": {
50-
"code": 28717
50+
"code": 28781
5151
}
5252
}
5353
},
5454
"dist/universal.js": {
55-
"bundled": 60406,
56-
"minified": 26894,
57-
"gzipped": 7681,
55+
"bundled": 60615,
56+
"minified": 26958,
57+
"gzipped": 7701,
5858
"treeshaked": {
5959
"rollup": {
60-
"code": 21453,
60+
"code": 21517,
6161
"import_statements": 198
6262
},
6363
"webpack": {
64-
"code": 22745
64+
"code": 22809
6565
}
6666
}
6767
},
6868
"dist/konva.js": {
69-
"bundled": 71616,
70-
"minified": 32881,
71-
"gzipped": 10389,
69+
"bundled": 71825,
70+
"minified": 32945,
71+
"gzipped": 10417,
7272
"treeshaked": {
7373
"rollup": {
74-
"code": 28010,
74+
"code": 28074,
7575
"import_statements": 198
7676
},
7777
"webpack": {
78-
"code": 29366
78+
"code": 29430
7979
}
8080
}
8181
}

documentation/Introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ Demo will be live at http://localhost:8080
126126
- Animated TodoMVC: https://codesandbox.io/embed/2pk8l7n7kn
127127
- Styled components: https://codesandbox.io/embed/3ywn817xqq
128128
- Whatsapp-like chat: https://codesandbox.io/embed/o546k35lk5
129-
- Animating scrollTop/Left: https://codesandbox.io/embed/n032vzqy9m
129+
- Animating scrollTop/Left: https://codesandbox.io/embed/zlr555494x
130+
- Animating the canvas via react-konva: https://codesandbox.io/embed/4z2vx0l86x
130131

131132
## Contributing
132133

0 commit comments

Comments
 (0)