animejs 4.3.0-beta.2 → 4.3.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.
Files changed (127) hide show
  1. package/README.md +16 -17
  2. package/dist/bundles/anime.esm.js +446 -245
  3. package/dist/bundles/anime.esm.min.js +3 -3
  4. package/dist/bundles/anime.umd.js +446 -245
  5. package/dist/bundles/anime.umd.min.js +3 -3
  6. package/dist/modules/animatable/animatable.cjs +2 -2
  7. package/dist/modules/animatable/animatable.js +2 -2
  8. package/dist/modules/animatable/index.cjs +2 -2
  9. package/dist/modules/animatable/index.js +2 -2
  10. package/dist/modules/animation/additive.cjs +2 -2
  11. package/dist/modules/animation/additive.js +2 -2
  12. package/dist/modules/animation/animation.cjs +8 -5
  13. package/dist/modules/animation/animation.js +9 -6
  14. package/dist/modules/animation/composition.cjs +2 -2
  15. package/dist/modules/animation/composition.js +2 -2
  16. package/dist/modules/animation/index.cjs +2 -2
  17. package/dist/modules/animation/index.js +2 -2
  18. package/dist/modules/core/clock.cjs +2 -2
  19. package/dist/modules/core/clock.js +2 -2
  20. package/dist/modules/core/colors.cjs +2 -2
  21. package/dist/modules/core/colors.js +2 -2
  22. package/dist/modules/core/consts.cjs +2 -2
  23. package/dist/modules/core/consts.js +2 -2
  24. package/dist/modules/core/globals.cjs +3 -3
  25. package/dist/modules/core/globals.js +3 -3
  26. package/dist/modules/core/helpers.cjs +4 -4
  27. package/dist/modules/core/helpers.js +4 -4
  28. package/dist/modules/core/render.cjs +2 -2
  29. package/dist/modules/core/render.js +2 -2
  30. package/dist/modules/core/styles.cjs +2 -2
  31. package/dist/modules/core/styles.js +2 -2
  32. package/dist/modules/core/targets.cjs +2 -2
  33. package/dist/modules/core/targets.js +2 -2
  34. package/dist/modules/core/transforms.cjs +2 -2
  35. package/dist/modules/core/transforms.js +2 -2
  36. package/dist/modules/core/units.cjs +2 -2
  37. package/dist/modules/core/units.js +2 -2
  38. package/dist/modules/core/values.cjs +2 -2
  39. package/dist/modules/core/values.js +2 -2
  40. package/dist/modules/draggable/draggable.cjs +2 -2
  41. package/dist/modules/draggable/draggable.js +2 -2
  42. package/dist/modules/draggable/index.cjs +2 -2
  43. package/dist/modules/draggable/index.js +2 -2
  44. package/dist/modules/easings/cubic-bezier/index.cjs +2 -2
  45. package/dist/modules/easings/cubic-bezier/index.js +2 -2
  46. package/dist/modules/easings/eases/index.cjs +2 -2
  47. package/dist/modules/easings/eases/index.js +2 -2
  48. package/dist/modules/easings/eases/parser.cjs +2 -2
  49. package/dist/modules/easings/eases/parser.js +2 -2
  50. package/dist/modules/easings/index.cjs +2 -2
  51. package/dist/modules/easings/index.js +2 -2
  52. package/dist/modules/easings/irregular/index.cjs +2 -2
  53. package/dist/modules/easings/irregular/index.js +2 -2
  54. package/dist/modules/easings/linear/index.cjs +2 -2
  55. package/dist/modules/easings/linear/index.js +2 -2
  56. package/dist/modules/easings/none.cjs +2 -2
  57. package/dist/modules/easings/none.js +2 -2
  58. package/dist/modules/easings/spring/index.cjs +2 -2
  59. package/dist/modules/easings/spring/index.js +2 -2
  60. package/dist/modules/easings/steps/index.cjs +2 -2
  61. package/dist/modules/easings/steps/index.js +2 -2
  62. package/dist/modules/engine/engine.cjs +2 -2
  63. package/dist/modules/engine/engine.js +2 -2
  64. package/dist/modules/engine/index.cjs +2 -2
  65. package/dist/modules/engine/index.js +2 -2
  66. package/dist/modules/events/index.cjs +2 -2
  67. package/dist/modules/events/index.js +2 -2
  68. package/dist/modules/events/scroll.cjs +2 -2
  69. package/dist/modules/events/scroll.js +2 -2
  70. package/dist/modules/index.cjs +2 -2
  71. package/dist/modules/index.js +2 -2
  72. package/dist/modules/layout/index.cjs +2 -2
  73. package/dist/modules/layout/index.js +2 -2
  74. package/dist/modules/layout/layout.cjs +427 -228
  75. package/dist/modules/layout/layout.d.ts +44 -38
  76. package/dist/modules/layout/layout.js +429 -230
  77. package/dist/modules/scope/index.cjs +2 -2
  78. package/dist/modules/scope/index.js +2 -2
  79. package/dist/modules/scope/scope.cjs +2 -2
  80. package/dist/modules/scope/scope.js +2 -2
  81. package/dist/modules/svg/drawable.cjs +2 -2
  82. package/dist/modules/svg/drawable.js +2 -2
  83. package/dist/modules/svg/helpers.cjs +2 -2
  84. package/dist/modules/svg/helpers.js +2 -2
  85. package/dist/modules/svg/index.cjs +2 -2
  86. package/dist/modules/svg/index.js +2 -2
  87. package/dist/modules/svg/morphto.cjs +2 -2
  88. package/dist/modules/svg/morphto.js +2 -2
  89. package/dist/modules/svg/motionpath.cjs +2 -2
  90. package/dist/modules/svg/motionpath.js +2 -2
  91. package/dist/modules/text/index.cjs +2 -2
  92. package/dist/modules/text/index.js +2 -2
  93. package/dist/modules/text/split.cjs +2 -2
  94. package/dist/modules/text/split.js +2 -2
  95. package/dist/modules/timeline/index.cjs +2 -2
  96. package/dist/modules/timeline/index.js +2 -2
  97. package/dist/modules/timeline/position.cjs +2 -2
  98. package/dist/modules/timeline/position.js +2 -2
  99. package/dist/modules/timeline/timeline.cjs +2 -2
  100. package/dist/modules/timeline/timeline.js +2 -2
  101. package/dist/modules/timer/index.cjs +2 -2
  102. package/dist/modules/timer/index.js +2 -2
  103. package/dist/modules/timer/timer.cjs +5 -4
  104. package/dist/modules/timer/timer.d.ts +2 -1
  105. package/dist/modules/timer/timer.js +5 -4
  106. package/dist/modules/types/index.d.ts +6 -6
  107. package/dist/modules/utils/chainable.cjs +2 -2
  108. package/dist/modules/utils/chainable.js +2 -2
  109. package/dist/modules/utils/index.cjs +2 -2
  110. package/dist/modules/utils/index.js +2 -2
  111. package/dist/modules/utils/number.cjs +2 -2
  112. package/dist/modules/utils/number.js +2 -2
  113. package/dist/modules/utils/random.cjs +2 -2
  114. package/dist/modules/utils/random.js +2 -2
  115. package/dist/modules/utils/stagger.cjs +2 -2
  116. package/dist/modules/utils/stagger.js +2 -2
  117. package/dist/modules/utils/target.cjs +2 -2
  118. package/dist/modules/utils/target.js +2 -2
  119. package/dist/modules/utils/time.cjs +2 -2
  120. package/dist/modules/utils/time.js +2 -2
  121. package/dist/modules/waapi/composition.cjs +2 -2
  122. package/dist/modules/waapi/composition.js +2 -2
  123. package/dist/modules/waapi/index.cjs +2 -2
  124. package/dist/modules/waapi/index.js +2 -2
  125. package/dist/modules/waapi/waapi.cjs +12 -7
  126. package/dist/modules/waapi/waapi.js +12 -7
  127. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animatable - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  export { Animatable, createAnimatable } from './animatable.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animation - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animation - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { noop, minValue, valueTypes, tickModes } from '../core/consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animation - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -307,10 +307,13 @@ class JSAnimation extends timer.Timer {
307
307
  tweenToValue = computedToValue;
308
308
  }
309
309
  const tweenFromValue = values.getFunctionValue(key.from, target, ti, tl);
310
- const keyEasing = key.ease;
310
+ const easeToParse = key.ease || tEasing;
311
+
312
+ const easeFunctionResult = values.getFunctionValue(easeToParse, target, ti, tl);
313
+ const keyEasing = helpers.isFnc(easeFunctionResult) || helpers.isStr(easeFunctionResult) ? easeFunctionResult : easeToParse;
314
+
311
315
  const hasSpring = !helpers.isUnd(keyEasing) && !helpers.isUnd(/** @type {Spring} */(keyEasing).ease);
312
- // Easing are treated differently and don't accept function based value to prevent having to pass a function wrapper that returns an other function all the time
313
- const tweenEasing = hasSpring ? /** @type {Spring} */(keyEasing).ease : keyEasing || tEasing;
316
+ const tweenEasing = hasSpring ? /** @type {Spring} */(keyEasing).ease : keyEasing;
314
317
  // Calculate default individual keyframe duration by dividing the tl of keyframes
315
318
  const tweenDuration = hasSpring ? /** @type {Spring} */(keyEasing).settlingDuration : values.getFunctionValue(values.setValue(key.duration, (l > 1 ? values.getFunctionValue(tDuration, target, ti, tl) / l : tDuration)), target, ti, tl);
316
319
  // Default delay value should only be applied to the first tween
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Anime.js - animation - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { K, compositionTypes, valueTypes, minValue, tweenTypes } from '../core/consts.js';
9
- import { mergeObjects, isUnd, isKey, isObj, round, cloneArray, isNil, addChild, forEachChildren, clampInfinity, normalizeTime, isArr, isNum } from '../core/helpers.js';
9
+ import { mergeObjects, isUnd, isKey, isObj, round, cloneArray, isNil, addChild, forEachChildren, clampInfinity, normalizeTime, isArr, isFnc, isStr, isNum } from '../core/helpers.js';
10
10
  import { globals } from '../core/globals.js';
11
11
  import { registerTargets } from '../core/targets.js';
12
12
  import { setValue, getTweenType, getFunctionValue, decomposeRawValue, getOriginalAnimatableValue, createDecomposedValueTargetObject, decomposedOriginalValue, getRelativeValue, decomposeTweenValue } from '../core/values.js';
@@ -305,10 +305,13 @@ class JSAnimation extends Timer {
305
305
  tweenToValue = computedToValue;
306
306
  }
307
307
  const tweenFromValue = getFunctionValue(key.from, target, ti, tl);
308
- const keyEasing = key.ease;
308
+ const easeToParse = key.ease || tEasing;
309
+
310
+ const easeFunctionResult = getFunctionValue(easeToParse, target, ti, tl);
311
+ const keyEasing = isFnc(easeFunctionResult) || isStr(easeFunctionResult) ? easeFunctionResult : easeToParse;
312
+
309
313
  const hasSpring = !isUnd(keyEasing) && !isUnd(/** @type {Spring} */(keyEasing).ease);
310
- // Easing are treated differently and don't accept function based value to prevent having to pass a function wrapper that returns an other function all the time
311
- const tweenEasing = hasSpring ? /** @type {Spring} */(keyEasing).ease : keyEasing || tEasing;
314
+ const tweenEasing = hasSpring ? /** @type {Spring} */(keyEasing).ease : keyEasing;
312
315
  // Calculate default individual keyframe duration by dividing the tl of keyframes
313
316
  const tweenDuration = hasSpring ? /** @type {Spring} */(keyEasing).settlingDuration : getFunctionValue(setValue(key.duration, (l > 1 ? getFunctionValue(tDuration, target, ti, tl) / l : tDuration)), target, ti, tl);
314
317
  // Default delay value should only be applied to the first tween
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animation - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animation - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { minValue, compositionTypes, tweenTypes } from '../core/consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animation - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - animation - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  export { JSAnimation, animate } from './animation.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { K, maxFps, minValue, tickModes } from './consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { rgbExecRgx, rgbaExecRgx, hslExecRgx, hslaExecRgx } from './consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  // Environments
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -67,7 +67,7 @@ const globals = {
67
67
 
68
68
  const devTools = consts.isBrowser && consts.win.AnimeJSDevTools;
69
69
 
70
- const globalVersions = { version: '4.3.0-beta.2', engine: null };
70
+ const globalVersions = { version: '4.3.0', engine: null };
71
71
 
72
72
  if (consts.isBrowser) {
73
73
  if (!consts.win.AnimeJS) consts.win.AnimeJS = [];
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { isBrowser, win, noop, maxFps, K, compositionTypes, doc } from './consts.js';
@@ -65,7 +65,7 @@ const globals = {
65
65
 
66
66
  const devTools = isBrowser && win.AnimeJSDevTools;
67
67
 
68
- const globalVersions = { version: '4.3.0-beta.2', engine: null };
68
+ const globalVersions = { version: '4.3.0', engine: null };
69
69
 
70
70
  if (isBrowser) {
71
71
  if (!win.AnimeJS) win.AnimeJS = [];
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -56,9 +56,9 @@ const isSvg = a => consts.isBrowser && a instanceof SVGElement;
56
56
  /**@param {any} a @return {Boolean} */
57
57
  const isHex = a => consts.hexTestRgx.test(a);
58
58
  /**@param {any} a @return {Boolean} */
59
- const isRgb = a => stringStartsWith(a, 'rgb');
59
+ const isRgb = a => stringStartsWith(a, 'rgb') && a[a.length - 1] === ')';
60
60
  /**@param {any} a @return {Boolean} */
61
- const isHsl = a => stringStartsWith(a, 'hsl');
61
+ const isHsl = a => stringStartsWith(a, 'hsl') && a[a.length - 1] === ')';
62
62
  /**@param {any} a @return {Boolean} */
63
63
  const isCol = a => isHex(a) || isRgb(a) || isHsl(a);
64
64
  /**@param {any} a @return {Boolean} */
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { isBrowser, maxValue, minValue, hexTestRgx, lowerCaseRgx } from './consts.js';
@@ -54,9 +54,9 @@ const isSvg = a => isBrowser && a instanceof SVGElement;
54
54
  /**@param {any} a @return {Boolean} */
55
55
  const isHex = a => hexTestRgx.test(a);
56
56
  /**@param {any} a @return {Boolean} */
57
- const isRgb = a => stringStartsWith(a, 'rgb');
57
+ const isRgb = a => stringStartsWith(a, 'rgb') && a[a.length - 1] === ')';
58
58
  /**@param {any} a @return {Boolean} */
59
- const isHsl = a => stringStartsWith(a, 'hsl');
59
+ const isHsl = a => stringStartsWith(a, 'hsl') && a[a.length - 1] === ')';
60
60
  /**@param {any} a @return {Boolean} */
61
61
  const isCol = a => isHex(a) || isRgb(a) || isHsl(a);
62
62
  /**@param {any} a @return {Boolean} */
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { globals } from './globals.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { tweenTypes, shortTransforms, isDomSymbol, transformsSymbol, transformsFragmentStrings, emptyString } from './consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { scope } from './globals.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { transformsSymbol, transformsExecRgx } from './consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { valueTypes, doc } from './consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - core - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { tweenTypes, isDomSymbol, isSvgSymbol, validTransforms, shortTransforms, valueTypes, unitsExecRgx, digitWithExponentRgx, proxyTargetSymbol, cssVarPrefix, cssVariableMatchRgx, emptyString } from './consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - draggable - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - draggable - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { globals, scope } from '../core/globals.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - draggable - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - draggable - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  export { Draggable, createDraggable } from './draggable.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { abs } from '../../core/helpers.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  export { eases } from './parser.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { emptyString, minValue } from '../../core/consts.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  export { cubicBezier } from './cubic-bezier/index.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { clamp } from '../../core/helpers.js';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - CJS
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  'use strict';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Anime.js - easings - ESM
3
- * @version v4.3.0-beta.2
3
+ * @version v4.3.0
4
4
  * @license MIT
5
- * @copyright 2025 - Julian Garnier
5
+ * @copyright 2026 - Julian Garnier
6
6
  */
7
7
 
8
8
  import { isStr, parseNumber, isUnd } from '../../core/helpers.js';