anim-3d-obj 1.1.33 → 1.1.35
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 +1 -1
- package/package.json +8 -9
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ const anim1Specs: object = {
|
|
|
25
25
|
delay: 0, // start delay in seconds
|
|
26
26
|
direction: 'normal', //normal alternating reverse
|
|
27
27
|
duration: 8, // seconds
|
|
28
|
-
fillMode: '
|
|
28
|
+
fillMode: 'forwards', // none|forwards|backwards|both|initial|inherit;
|
|
29
29
|
iterationCount: 'infinite', // number or infinte
|
|
30
30
|
name: 'Y360', // ** ANIMATIONS
|
|
31
31
|
timing: 'ease-in-out' // linear ease ease-in-out
|
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.
|
|
8
|
+
"version": "1.1.35",
|
|
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",
|
|
@@ -20,22 +20,21 @@
|
|
|
20
20
|
"author": "mnelles",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@types/node": "^18.
|
|
24
|
-
"@types/react": "^18.0.
|
|
25
|
-
"@types/react-dom": "^18.0.
|
|
23
|
+
"@types/node": "^18.11.9",
|
|
24
|
+
"@types/react": "^18.0.25",
|
|
25
|
+
"@types/react-dom": "^18.0.8",
|
|
26
26
|
"@types/styled-components": "^5.1.26",
|
|
27
27
|
"react": "^18.2.0",
|
|
28
28
|
"react-dom": "^18.2.0",
|
|
29
|
-
"typescript": "^4.
|
|
30
|
-
"styled-components": "^5.3.
|
|
29
|
+
"typescript": "^4.8.4",
|
|
30
|
+
"styled-components": "^5.3.6"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": "^18.2.0",
|
|
34
34
|
"react-dom": "^18.2.0",
|
|
35
|
-
"styled-components": "^5.3.
|
|
35
|
+
"styled-components": "^5.3.6"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"
|
|
39
|
-
"styled-components": "^5.3.5"
|
|
38
|
+
"styled-components": "^5.3.6"
|
|
40
39
|
}
|
|
41
40
|
}
|