anim-3d-obj 1.1.63 → 1.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -5,12 +5,11 @@ The program does the leg work with regard to calculating translationZ depth and
|
|
|
5
5
|
|
|
6
6
|
## Examples
|
|
7
7
|
|
|
8
|
-
- [6 sided Cuboid - animate X360 Y360](
|
|
8
|
+
- [6 sided Cuboid - animate X360 Y360](https://codesandbox.io/s/anim-3d-obj-all-sides-simple-bf67yg-tzr2v6)
|
|
9
9
|
- [3 sided Object - animate y-axis](https://codesandbox.io/s/anim-3d-obj-3-sides-wobble-y-axis-wglkms)
|
|
10
10
|
- [Double box spin](https://codesandbox.io/s/react-anim-3d-double-box-spin-vbdhg2)
|
|
11
|
-
- [
|
|
11
|
+
- [Floating Ribbon](https://codesandbox.io/s/cocky-butterfly-ygwkps)
|
|
12
12
|
- [Parallel divs animated x and y axis in tandem](https://codesandbox.io/s/anim-3d-obj-2-sides-simple-4057y7)
|
|
13
|
-
- [Spinning Slab](https://codesandbox.io/s/react-anim-3d-pulse-kc8g0f)
|
|
14
13
|
|
|
15
14
|
## Config
|
|
16
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
|
|
4
5
|
{
|
|
5
6
|
"name": "anim-3d-obj",
|
|
6
7
|
"repository": {
|
|
@@ -8,7 +9,7 @@
|
|
|
8
9
|
"url": "https://github.com/mdnelles/anim-3d-obj.git"
|
|
9
10
|
},
|
|
10
11
|
"homepage": "https://github.com/mdnelles/anim-3d-obj.git",
|
|
11
|
-
"version": "1.1.
|
|
12
|
+
"version": "1.1.64",
|
|
12
13
|
"description": "React library for creating 3D objects quickly. Also these objects can be animated",
|
|
13
14
|
"main": "dist/cjs/index.js",
|
|
14
15
|
"module": "dist/esm/index.js",
|