anim-3d-obj 1.1.25 → 1.1.26

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.
Files changed (2) hide show
  1. package/README.md +2 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,24 +8,15 @@ The program does the leg work with regard to calculating translationZ depth and
8
8
 
9
9
  ## Examples
10
10
 
11
- - [6 sided Cuboid - animate X360 Y360](https://codesandbox.io/s/anim-3d-obj-all-sides-simple-bf67yg)
11
+ - [6 sided Cuboid - animate X360 Y360](https://codesandbox.io/s/anim-3d-obj-all-sides-simple-bf67yg-tzr2v6?file=/src/index.js)
12
12
  - [3 sided Object - animate y-axis](https://codesandbox.io/s/anim-3d-obj-3-sides-wobble-y-axis-wglkms)
13
13
  - [Double box spin](https://codesandbox.io/s/react-anim-3d-double-box-spin-vbdhg2)
14
- - [2 sided object with animation wobble](https://codesandbox.io/s/anim-3d-obj-wobblex-mmidkg)
14
+ - [2 sided object with animation wobble](https://codesandbox.io/s/anim-3d-obj-2-sided-anim-wobble-e14v3b)
15
15
  - [Parallel divs animated x and y axis in tandem](https://codesandbox.io/s/anim-3d-obj-2-sides-simple-4057y7)
16
16
  - [Spinning Slab](https://codesandbox.io/s/react-anim-3d-pulse-kc8g0f)
17
17
  - [GIT HOME](https://github.com/mdnelles/anim-3d-objs-launcher)
18
18
  - [NPM HOME](https://www.npmjs.com/package/anim-3d-obj) npm i anim-3d-obj
19
19
 
20
- ## Examples
21
-
22
- - [6 sided Cuboid - animate X360 Y360](https://codesandbox.io/s/anim-3d-obj-all-sides-simple-bf67yg)
23
- - [3 sided Object - animate y-axis](https://codesandbox.io/s/anim-3d-obj-3-sides-wobble-y-axis-wglkms)
24
- - [Double box spin](https://codesandbox.io/s/react-anim-3d-double-box-spin-vbdhg2)
25
- - [2 sided object with animation wobble](https://codesandbox.io/s/anim-3d-obj-wobblex-mmidkg)
26
- - [Parallel divs animated x and y axis in tandem](https://codesandbox.io/s/anim-3d-obj-2-sides-simple-4057y7)
27
- - [Spinning Slab](https://codesandbox.io/s/react-anim-3d-pulse-kc8g0f)
28
-
29
20
  ## Config
30
21
 
31
22
  Animations are optional. Either or both of `anim1Specs` or `anim2Specs` can be applied to the object.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/mdnelles/anim-3d-objs",
6
6
  "homepage": "https://github.com/mdnelles/anim-3d-objs/blob/main/README.md"
7
7
  },
8
- "version": "1.1.25",
8
+ "version": "1.1.26",
9
9
  "description": "A component library for getting people started with easy to re-use components for everyday projects.",
10
10
  "main": "dist/cjs/index.js",
11
11
  "module": "dist/esm/index.js",