anim-3d-obj 1.1.71 → 1.1.72

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 CHANGED
@@ -24,7 +24,7 @@ const anim1 = {
24
24
  delay: 0, // start delay in seconds
25
25
  direction: "normal", //normal alternating reverse
26
26
  duration: 8, // seconds
27
- fillMode: "forward", // node forward backward both
27
+ fillMode: "forwards", // none forwards backwards both
28
28
  iterationCount: "infinite", // number or infinte
29
29
  name: "Y360", // ** ANIMATIONS
30
30
  timing: "ease-in-out", // linear ease ease-in-out
@@ -1,7 +1,7 @@
1
1
  interface ObjProps {
2
2
  anim1?: object | undefined;
3
3
  anim2?: object | undefined;
4
- children: any;
4
+ children?: any;
5
5
  depth?: number;
6
6
  global?: {
7
7
  border?: string;
@@ -1,7 +1,7 @@
1
1
  interface ObjProps {
2
2
  anim1?: object | undefined;
3
3
  anim2?: object | undefined;
4
- children: any;
4
+ children?: any;
5
5
  depth?: number;
6
6
  global?: {
7
7
  border?: string;
package/package.json CHANGED
@@ -5,6 +5,7 @@
5
5
 
6
6
 
7
7
 
8
+
8
9
  {
9
10
  "name": "anim-3d-obj",
10
11
  "repository": {
@@ -12,7 +13,7 @@
12
13
  "url": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git"
13
14
  },
14
15
  "homepage": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git",
15
- "version": "1.1.71",
16
+ "version": "1.1.72",
16
17
  "description": "React library for creating 3D objects quickly. Also these objects can be animated",
17
18
  "main": "dist/cjs/index.js",
18
19
  "module": "dist/esm/index.js",