@ue-too/animate 0.11.0 → 0.13.0
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -429,7 +429,7 @@ const keyframe = {
|
|
|
429
429
|
|
|
430
430
|
## API Reference
|
|
431
431
|
|
|
432
|
-
For complete API documentation with detailed type information, see the [TypeDoc-generated documentation](
|
|
432
|
+
For complete API documentation with detailed type information, see the [TypeDoc-generated documentation](/animate/).
|
|
433
433
|
|
|
434
434
|
## TypeScript Support
|
|
435
435
|
|
|
@@ -480,9 +480,9 @@ This animation library follows these principles:
|
|
|
480
480
|
|
|
481
481
|
## Related Packages
|
|
482
482
|
|
|
483
|
-
- **[@ue-too/math](
|
|
484
|
-
- **[@ue-too/curve](
|
|
485
|
-
- **[@ue-too/board](
|
|
483
|
+
- **[@ue-too/math](/math/)**: Vector operations for point animations
|
|
484
|
+
- **[@ue-too/curve](/curve/)**: Bezier curves that can be animated
|
|
485
|
+
- **[@ue-too/board](/board/)**: Canvas board that can use animations for transitions
|
|
486
486
|
|
|
487
487
|
## License
|
|
488
488
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ue-too/animate",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.13.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./package.json": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@ue-too/math": "^0.
|
|
23
|
+
"@ue-too/math": "^0.13.0"
|
|
24
24
|
},
|
|
25
25
|
"main": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|