anim-3d-obj 1.2.6 → 1.2.8

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.
@@ -92,7 +92,7 @@ function Face(props) {
92
92
  transform = `transform: rotateY(-90deg) translateZ(${tranz}px);`;
93
93
  }
94
94
  else {
95
- console.log(face.name + " is not a recognized face.name");
95
+ //console.log(face.name + " is not a recognized face.name");
96
96
  display = false;
97
97
  }
98
98
  const Specs = styled_components_1.default.section `
@@ -12,7 +12,6 @@ function default_1(props) {
12
12
  let { anim1, anim2, width = 5, height = 5, depth = 5, global = {}, faces, perspective, perspectiveOrigin, zIndex, } = props;
13
13
  // process config
14
14
  const buildFace = (face) => {
15
- console.log(face);
16
15
  const details = {
17
16
  width,
18
17
  height,
@@ -75,9 +75,9 @@ const AnimWrap = (props) => {
75
75
  -webkit-animation-name: ${theAnim};
76
76
  animation-name: ${theAnim};
77
77
  -webkit-animation-fill-mode: ${AS.fillMode};
78
+ animation-fill-mode: ${AS.fillMode};
78
79
  -webkit-animation-play-state: ${AS.animationPlayState};
79
80
  animation-play-state: ${AS.animationPlayState};
80
- animation-fill-mode: ${AS.fillMode};
81
81
  animation-direction: ${AS.direction};
82
82
  -webkit-animation-direction: ${AS.direction};
83
83
  -webkit-animation-timing-function: ${AS.timing};
@@ -87,7 +87,7 @@ export default function Face(props) {
87
87
  transform = `transform: rotateY(-90deg) translateZ(${tranz}px);`;
88
88
  }
89
89
  else {
90
- console.log(face.name + " is not a recognized face.name");
90
+ //console.log(face.name + " is not a recognized face.name");
91
91
  display = false;
92
92
  }
93
93
  const Specs = styled.section `
@@ -7,7 +7,6 @@ export default function (props) {
7
7
  let { anim1, anim2, width = 5, height = 5, depth = 5, global = {}, faces, perspective, perspectiveOrigin, zIndex, } = props;
8
8
  // process config
9
9
  const buildFace = (face) => {
10
- console.log(face);
11
10
  const details = {
12
11
  width,
13
12
  height,
@@ -69,9 +69,9 @@ export const AnimWrap = (props) => {
69
69
  -webkit-animation-name: ${theAnim};
70
70
  animation-name: ${theAnim};
71
71
  -webkit-animation-fill-mode: ${AS.fillMode};
72
+ animation-fill-mode: ${AS.fillMode};
72
73
  -webkit-animation-play-state: ${AS.animationPlayState};
73
74
  animation-play-state: ${AS.animationPlayState};
74
- animation-fill-mode: ${AS.fillMode};
75
75
  animation-direction: ${AS.direction};
76
76
  -webkit-animation-direction: ${AS.direction};
77
77
  -webkit-animation-timing-function: ${AS.timing};
package/package.json CHANGED
@@ -1,16 +1,12 @@
1
1
 
2
-
3
-
4
-
5
-
6
2
  {
7
3
  "name": "anim-3d-obj",
8
4
  "repository": {
9
5
  "type": "git",
10
6
  "url": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git"
11
7
  },
12
- "homepage": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git",
13
- "version": "1.2.6",
8
+ "homepage": "https://mdnelles.github.io/a3o-playground/main",
9
+ "version": "1.2.8",
14
10
  "description": "React library for creating 3D objects quickly. Also these objects can be animated",
15
11
  "main": "dist/cjs/index.js",
16
12
  "module": "dist/esm/index.js",