animejs 4.3.0-beta.0 → 4.3.0-beta.2

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 (124) hide show
  1. package/dist/bundles/anime.esm.js +16 -27
  2. package/dist/bundles/anime.esm.min.js +2 -2
  3. package/dist/bundles/anime.umd.js +16 -27
  4. package/dist/bundles/anime.umd.min.js +2 -2
  5. package/dist/modules/animatable/animatable.cjs +1 -1
  6. package/dist/modules/animatable/animatable.js +1 -1
  7. package/dist/modules/animatable/index.cjs +1 -1
  8. package/dist/modules/animatable/index.js +1 -1
  9. package/dist/modules/animation/additive.cjs +1 -1
  10. package/dist/modules/animation/additive.js +1 -1
  11. package/dist/modules/animation/animation.cjs +1 -1
  12. package/dist/modules/animation/animation.js +1 -1
  13. package/dist/modules/animation/composition.cjs +1 -1
  14. package/dist/modules/animation/composition.js +1 -1
  15. package/dist/modules/animation/index.cjs +1 -1
  16. package/dist/modules/animation/index.js +1 -1
  17. package/dist/modules/core/clock.cjs +1 -1
  18. package/dist/modules/core/clock.js +1 -1
  19. package/dist/modules/core/colors.cjs +1 -1
  20. package/dist/modules/core/colors.js +1 -1
  21. package/dist/modules/core/consts.cjs +1 -1
  22. package/dist/modules/core/consts.js +1 -1
  23. package/dist/modules/core/globals.cjs +2 -2
  24. package/dist/modules/core/globals.js +2 -2
  25. package/dist/modules/core/helpers.cjs +1 -1
  26. package/dist/modules/core/helpers.js +1 -1
  27. package/dist/modules/core/render.cjs +1 -1
  28. package/dist/modules/core/render.js +1 -1
  29. package/dist/modules/core/styles.cjs +1 -1
  30. package/dist/modules/core/styles.js +1 -1
  31. package/dist/modules/core/targets.cjs +1 -1
  32. package/dist/modules/core/targets.js +1 -1
  33. package/dist/modules/core/transforms.cjs +1 -1
  34. package/dist/modules/core/transforms.js +1 -1
  35. package/dist/modules/core/units.cjs +1 -1
  36. package/dist/modules/core/units.js +1 -1
  37. package/dist/modules/core/values.cjs +1 -1
  38. package/dist/modules/core/values.js +1 -1
  39. package/dist/modules/draggable/draggable.cjs +1 -1
  40. package/dist/modules/draggable/draggable.js +1 -1
  41. package/dist/modules/draggable/index.cjs +1 -1
  42. package/dist/modules/draggable/index.js +1 -1
  43. package/dist/modules/easings/cubic-bezier/index.cjs +1 -1
  44. package/dist/modules/easings/cubic-bezier/index.js +1 -1
  45. package/dist/modules/easings/eases/index.cjs +1 -1
  46. package/dist/modules/easings/eases/index.js +1 -1
  47. package/dist/modules/easings/eases/parser.cjs +1 -1
  48. package/dist/modules/easings/eases/parser.js +1 -1
  49. package/dist/modules/easings/index.cjs +1 -1
  50. package/dist/modules/easings/index.js +1 -1
  51. package/dist/modules/easings/irregular/index.cjs +1 -1
  52. package/dist/modules/easings/irregular/index.js +1 -1
  53. package/dist/modules/easings/linear/index.cjs +1 -1
  54. package/dist/modules/easings/linear/index.js +1 -1
  55. package/dist/modules/easings/none.cjs +1 -1
  56. package/dist/modules/easings/none.js +1 -1
  57. package/dist/modules/easings/spring/index.cjs +1 -1
  58. package/dist/modules/easings/spring/index.js +1 -1
  59. package/dist/modules/easings/steps/index.cjs +1 -1
  60. package/dist/modules/easings/steps/index.js +1 -1
  61. package/dist/modules/engine/engine.cjs +1 -1
  62. package/dist/modules/engine/engine.js +1 -1
  63. package/dist/modules/engine/index.cjs +1 -1
  64. package/dist/modules/engine/index.js +1 -1
  65. package/dist/modules/events/index.cjs +1 -1
  66. package/dist/modules/events/index.js +1 -1
  67. package/dist/modules/events/scroll.cjs +1 -1
  68. package/dist/modules/events/scroll.js +1 -1
  69. package/dist/modules/index.cjs +1 -1
  70. package/dist/modules/index.js +1 -1
  71. package/dist/modules/layout/index.cjs +1 -1
  72. package/dist/modules/layout/index.js +1 -1
  73. package/dist/modules/layout/layout.cjs +15 -26
  74. package/dist/modules/layout/layout.d.ts +3 -3
  75. package/dist/modules/layout/layout.js +15 -26
  76. package/dist/modules/scope/index.cjs +1 -1
  77. package/dist/modules/scope/index.js +1 -1
  78. package/dist/modules/scope/scope.cjs +1 -1
  79. package/dist/modules/scope/scope.js +1 -1
  80. package/dist/modules/svg/drawable.cjs +1 -1
  81. package/dist/modules/svg/drawable.js +1 -1
  82. package/dist/modules/svg/helpers.cjs +1 -1
  83. package/dist/modules/svg/helpers.js +1 -1
  84. package/dist/modules/svg/index.cjs +1 -1
  85. package/dist/modules/svg/index.js +1 -1
  86. package/dist/modules/svg/morphto.cjs +1 -1
  87. package/dist/modules/svg/morphto.js +1 -1
  88. package/dist/modules/svg/motionpath.cjs +1 -1
  89. package/dist/modules/svg/motionpath.js +1 -1
  90. package/dist/modules/text/index.cjs +1 -1
  91. package/dist/modules/text/index.js +1 -1
  92. package/dist/modules/text/split.cjs +1 -1
  93. package/dist/modules/text/split.js +1 -1
  94. package/dist/modules/timeline/index.cjs +1 -1
  95. package/dist/modules/timeline/index.js +1 -1
  96. package/dist/modules/timeline/position.cjs +1 -1
  97. package/dist/modules/timeline/position.js +1 -1
  98. package/dist/modules/timeline/timeline.cjs +1 -1
  99. package/dist/modules/timeline/timeline.js +1 -1
  100. package/dist/modules/timer/index.cjs +1 -1
  101. package/dist/modules/timer/index.js +1 -1
  102. package/dist/modules/timer/timer.cjs +1 -1
  103. package/dist/modules/timer/timer.js +1 -1
  104. package/dist/modules/utils/chainable.cjs +1 -1
  105. package/dist/modules/utils/chainable.js +1 -1
  106. package/dist/modules/utils/index.cjs +1 -1
  107. package/dist/modules/utils/index.js +1 -1
  108. package/dist/modules/utils/number.cjs +1 -1
  109. package/dist/modules/utils/number.js +1 -1
  110. package/dist/modules/utils/random.cjs +1 -1
  111. package/dist/modules/utils/random.js +1 -1
  112. package/dist/modules/utils/stagger.cjs +1 -1
  113. package/dist/modules/utils/stagger.js +1 -1
  114. package/dist/modules/utils/target.cjs +1 -1
  115. package/dist/modules/utils/target.js +1 -1
  116. package/dist/modules/utils/time.cjs +1 -1
  117. package/dist/modules/utils/time.js +1 -1
  118. package/dist/modules/waapi/composition.cjs +1 -1
  119. package/dist/modules/waapi/composition.js +1 -1
  120. package/dist/modules/waapi/index.cjs +1 -1
  121. package/dist/modules/waapi/index.js +1 -1
  122. package/dist/modules/waapi/waapi.cjs +1 -1
  123. package/dist/modules/waapi/waapi.js +1 -1
  124. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - layout - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -53,8 +53,8 @@ var globals = require('../core/globals.cjs');
53
53
 
54
54
  /**
55
55
  * @typedef {Object} LayoutAnimationParams
56
- * @property {Number} [duration]
57
56
  * @property {Number|FunctionValue} [delay]
57
+ * @property {Number|FunctionValue} [duration]
58
58
  * @property {EasingParam} [ease]
59
59
  * @property {LayoutStateParams} [frozen]
60
60
  * @property {LayoutStateParams} [added]
@@ -857,12 +857,12 @@ class AutoLayout {
857
857
  this.children = params.children || '*';
858
858
  /** @type {Boolean} */
859
859
  this.absoluteCoords = false;
860
- /** @type {Number} */
860
+ /** @type {Number|FunctionValue} */
861
861
  this.duration = values.setValue(params.duration, 500);
862
862
  /** @type {Number|FunctionValue} */
863
863
  this.delay = values.setValue(params.delay, 0);
864
864
  /** @type {EasingParam} */
865
- this.ease = values.setValue(params.ease, 'inOutExpo');
865
+ this.ease = values.setValue(params.ease, 'inOut(3.5)');
866
866
  /** @type {Callback<this>} */
867
867
  this.onComplete = values.setValue(params.onComplete, /** @type {Callback<this>} */(consts.noop));
868
868
  /** @type {LayoutStateParams} */
@@ -1030,26 +1030,16 @@ class AutoLayout {
1030
1030
 
1031
1031
  // Recalculate postion relative to their parent for elements that have been moved
1032
1032
  if (!oldStateNode.measuredIsRemoved && !isRemovedNow && !hasNoOldState && (parentChanged || elementChanged)) {
1033
- let offsetX = 0;
1034
- let offsetY = 0;
1035
- let current = node.parentNode;
1036
- while (current) {
1037
- offsetX += current.properties.x || 0;
1038
- offsetY += current.properties.y || 0;
1039
- if (current.parentNode === newState.rootNode) break;
1040
- current = current.parentNode;
1041
- }
1042
- let oldOffsetX = 0;
1043
- let oldOffsetY = 0;
1044
- let oldCurrent = oldStateNode.parentNode;
1045
- while (oldCurrent) {
1046
- oldOffsetX += oldCurrent.properties.x || 0;
1047
- oldOffsetY += oldCurrent.properties.y || 0;
1048
- if (oldCurrent.parentNode === oldState.rootNode) break;
1049
- oldCurrent = oldCurrent.parentNode;
1050
- }
1051
- oldStateNode.properties.x += oldOffsetX - offsetX;
1052
- oldStateNode.properties.y += oldOffsetY - offsetY;
1033
+ const oldAbsoluteLeft = oldStateNode.properties.left;
1034
+ const oldAbsoluteTop = oldStateNode.properties.top;
1035
+ const newParent = parent || newState.rootNode;
1036
+ const oldParent = newParent.id ? oldState.nodes.get(newParent.id) : null;
1037
+ const parentLeft = oldParent ? oldParent.properties.left : newParent.properties.left;
1038
+ const parentTop = oldParent ? oldParent.properties.top : newParent.properties.top;
1039
+ const borderLeft = oldParent ? oldParent.properties.clientLeft : newParent.properties.clientLeft;
1040
+ const borderTop = oldParent ? oldParent.properties.clientTop : newParent.properties.clientTop;
1041
+ oldStateNode.properties.x = oldAbsoluteLeft - parentLeft - borderLeft;
1042
+ oldStateNode.properties.y = oldAbsoluteTop - parentTop - borderTop;
1053
1043
  }
1054
1044
 
1055
1045
  if (node.hasVisibilitySwap) {
@@ -1199,8 +1189,7 @@ class AutoLayout {
1199
1189
  // Don't animate dimensions and positions of inlined elements
1200
1190
  if (!newNode.isInlined) {
1201
1191
  // Display grid can mess with the absolute positioning, so set it to block during transition
1202
- // if (oldNode.measuredDisplay === 'grid' || newNode.measuredDisplay === 'grid') $el.style.display = 'block';
1203
- $el.style.display = 'block';
1192
+ if (oldNode.measuredDisplay === 'grid' || newNode.measuredDisplay === 'grid') $el.style.display = 'block';
1204
1193
  // All children must be in position absolue
1205
1194
  if ($el !== root || this.absoluteCoords) {
1206
1195
  $el.style.position = this.absoluteCoords ? 'fixed' : 'absolute';
@@ -14,8 +14,8 @@ export class AutoLayout {
14
14
  children: LayoutChildrenParam;
15
15
  /** @type {Boolean} */
16
16
  absoluteCoords: boolean;
17
- /** @type {Number} */
18
- duration: number;
17
+ /** @type {Number|FunctionValue} */
18
+ duration: number | FunctionValue;
19
19
  /** @type {Number|FunctionValue} */
20
20
  delay: number | FunctionValue;
21
21
  /** @type {EasingParam} */
@@ -74,8 +74,8 @@ export function createLayout(root: DOMTargetSelector, params?: AutoLayoutParams)
74
74
  export type LayoutChildrenParam = DOMTargetSelector | Array<DOMTargetSelector>;
75
75
  export type LayoutStateParams = Record<string, number | string>;
76
76
  export type LayoutAnimationParams = {
77
- duration?: number;
78
77
  delay?: number | FunctionValue;
78
+ duration?: number | FunctionValue;
79
79
  ease?: EasingParam;
80
80
  frozen?: LayoutStateParams;
81
81
  added?: LayoutStateParams;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - layout - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -51,8 +51,8 @@ import { scope } from '../core/globals.js';
51
51
 
52
52
  /**
53
53
  * @typedef {Object} LayoutAnimationParams
54
- * @property {Number} [duration]
55
54
  * @property {Number|FunctionValue} [delay]
55
+ * @property {Number|FunctionValue} [duration]
56
56
  * @property {EasingParam} [ease]
57
57
  * @property {LayoutStateParams} [frozen]
58
58
  * @property {LayoutStateParams} [added]
@@ -855,12 +855,12 @@ class AutoLayout {
855
855
  this.children = params.children || '*';
856
856
  /** @type {Boolean} */
857
857
  this.absoluteCoords = false;
858
- /** @type {Number} */
858
+ /** @type {Number|FunctionValue} */
859
859
  this.duration = setValue(params.duration, 500);
860
860
  /** @type {Number|FunctionValue} */
861
861
  this.delay = setValue(params.delay, 0);
862
862
  /** @type {EasingParam} */
863
- this.ease = setValue(params.ease, 'inOutExpo');
863
+ this.ease = setValue(params.ease, 'inOut(3.5)');
864
864
  /** @type {Callback<this>} */
865
865
  this.onComplete = setValue(params.onComplete, /** @type {Callback<this>} */(noop));
866
866
  /** @type {LayoutStateParams} */
@@ -1028,26 +1028,16 @@ class AutoLayout {
1028
1028
 
1029
1029
  // Recalculate postion relative to their parent for elements that have been moved
1030
1030
  if (!oldStateNode.measuredIsRemoved && !isRemovedNow && !hasNoOldState && (parentChanged || elementChanged)) {
1031
- let offsetX = 0;
1032
- let offsetY = 0;
1033
- let current = node.parentNode;
1034
- while (current) {
1035
- offsetX += current.properties.x || 0;
1036
- offsetY += current.properties.y || 0;
1037
- if (current.parentNode === newState.rootNode) break;
1038
- current = current.parentNode;
1039
- }
1040
- let oldOffsetX = 0;
1041
- let oldOffsetY = 0;
1042
- let oldCurrent = oldStateNode.parentNode;
1043
- while (oldCurrent) {
1044
- oldOffsetX += oldCurrent.properties.x || 0;
1045
- oldOffsetY += oldCurrent.properties.y || 0;
1046
- if (oldCurrent.parentNode === oldState.rootNode) break;
1047
- oldCurrent = oldCurrent.parentNode;
1048
- }
1049
- oldStateNode.properties.x += oldOffsetX - offsetX;
1050
- oldStateNode.properties.y += oldOffsetY - offsetY;
1031
+ const oldAbsoluteLeft = oldStateNode.properties.left;
1032
+ const oldAbsoluteTop = oldStateNode.properties.top;
1033
+ const newParent = parent || newState.rootNode;
1034
+ const oldParent = newParent.id ? oldState.nodes.get(newParent.id) : null;
1035
+ const parentLeft = oldParent ? oldParent.properties.left : newParent.properties.left;
1036
+ const parentTop = oldParent ? oldParent.properties.top : newParent.properties.top;
1037
+ const borderLeft = oldParent ? oldParent.properties.clientLeft : newParent.properties.clientLeft;
1038
+ const borderTop = oldParent ? oldParent.properties.clientTop : newParent.properties.clientTop;
1039
+ oldStateNode.properties.x = oldAbsoluteLeft - parentLeft - borderLeft;
1040
+ oldStateNode.properties.y = oldAbsoluteTop - parentTop - borderTop;
1051
1041
  }
1052
1042
 
1053
1043
  if (node.hasVisibilitySwap) {
@@ -1197,8 +1187,7 @@ class AutoLayout {
1197
1187
  // Don't animate dimensions and positions of inlined elements
1198
1188
  if (!newNode.isInlined) {
1199
1189
  // Display grid can mess with the absolute positioning, so set it to block during transition
1200
- // if (oldNode.measuredDisplay === 'grid' || newNode.measuredDisplay === 'grid') $el.style.display = 'block';
1201
- $el.style.display = 'block';
1190
+ if (oldNode.measuredDisplay === 'grid' || newNode.measuredDisplay === 'grid') $el.style.display = 'block';
1202
1191
  // All children must be in position absolue
1203
1192
  if ($el !== root || this.absoluteCoords) {
1204
1193
  $el.style.position = this.absoluteCoords ? 'fixed' : 'absolute';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - scope - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - scope - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - scope - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - scope - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - svg - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - text - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - text - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - text - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - text - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timeline - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timeline - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timeline - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timeline - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timeline - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timeline - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timer - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timer - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timer - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - timer - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - utils - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - waapi - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - waapi - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - waapi - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - waapi - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - waapi - CJS
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Anime.js - waapi - ESM
3
- * @version v4.3.0-beta.0
3
+ * @version v4.3.0-beta.2
4
4
  * @license MIT
5
5
  * @copyright 2025 - Julian Garnier
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "animejs",
3
- "version": "4.3.0-beta.0",
3
+ "version": "4.3.0-beta.2",
4
4
  "description": "JavaScript animation engine",
5
5
  "homepage": "https://animejs.com",
6
6
  "author": "Julian Garnier <julian@animejs.com>",