@visactor/vrender-animate 1.0.14-alpha.0 → 1.0.15

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.
@@ -22,5 +22,4 @@ class GroupFadeOut extends common_1.CommonOut {
22
22
  }
23
23
  }
24
24
 
25
- exports.GroupFadeOut = GroupFadeOut;
26
- //# sourceMappingURL=groupFade.js.map
25
+ exports.GroupFadeOut = GroupFadeOut;
@@ -157,4 +157,5 @@ class GrowAngleOut extends GrowAngleBase {
157
157
  }
158
158
  }
159
159
 
160
- exports.GrowAngleOut = GrowAngleOut;
160
+ exports.GrowAngleOut = GrowAngleOut;
161
+ //# sourceMappingURL=growAngle.js.map
@@ -118,5 +118,4 @@ class ScaleOut extends custom_animate_1.ACustomAnimate {
118
118
  }
119
119
  }
120
120
 
121
- exports.ScaleOut = ScaleOut;
122
- //# sourceMappingURL=scale.js.map
121
+ exports.ScaleOut = ScaleOut;
@@ -31,4 +31,5 @@ class RotateBySphereAnimate extends custom_animate_1.ACustomAnimate {
31
31
  }
32
32
  }
33
33
 
34
- exports.RotateBySphereAnimate = RotateBySphereAnimate;
34
+ exports.RotateBySphereAnimate = RotateBySphereAnimate;
35
+ //# sourceMappingURL=sphere.js.map
@@ -18,5 +18,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./animation-state"), exports), __exportStar(require("./graphic-extension"), exports),
21
- __exportStar(require("./animation-states-registry"), exports);
22
- //# sourceMappingURL=index.js.map
21
+ __exportStar(require("./animation-states-registry"), exports);
@@ -137,4 +137,5 @@ class DefaultTicker extends vutils_1.EventEmitter {
137
137
  }
138
138
  }
139
139
 
140
- exports.DefaultTicker = DefaultTicker;
140
+ exports.DefaultTicker = DefaultTicker;
141
+ //# sourceMappingURL=default-ticker.js.map
@@ -12,5 +12,4 @@ export class GroupFadeOut extends CommonOut {
12
12
  constructor(from, to, duration, easing, params) {
13
13
  super(from, to, duration, easing, params), this.keys = [ "baseOpacity" ];
14
14
  }
15
- }
16
- //# sourceMappingURL=groupFade.js.map
15
+ }
@@ -152,4 +152,5 @@ export class GrowAngleOut extends GrowAngleBase {
152
152
  this.from = null != fromAttrs ? fromAttrs : this.target.attribute, this.to = to,
153
153
  this.determineUpdateFunction();
154
154
  }
155
- }
155
+ }
156
+ //# sourceMappingURL=growAngle.js.map
@@ -108,5 +108,4 @@ export class ScaleOut extends ACustomAnimate {
108
108
  attribute[key] = this.from[key] + (this.to[key] - this.from[key]) * ratio;
109
109
  })), this.target.addUpdatePositionTag(), this.target.addUpdateBoundTag();
110
110
  }
111
- }
112
- //# sourceMappingURL=scale.js.map
111
+ }
@@ -25,4 +25,5 @@ export class RotateBySphereAnimate extends ACustomAnimate {
25
25
  target.attribute.alpha = pi2 - target.attribute.alpha, target.attribute.zIndex = -1e4 * target.attribute.z,
26
26
  cb && cb(out);
27
27
  }
28
- }
28
+ }
29
+ //# sourceMappingURL=sphere.js.map
package/es/state/index.js CHANGED
@@ -2,5 +2,4 @@ export * from "./animation-state";
2
2
 
3
3
  export * from "./graphic-extension";
4
4
 
5
- export * from "./animation-states-registry";
6
- //# sourceMappingURL=index.js.map
5
+ export * from "./animation-states-registry";
@@ -131,4 +131,5 @@ export class DefaultTicker extends EventEmitter {
131
131
  if ("performance" === (null === (_c = null === (_b = null === (_a = this.stage) || void 0 === _a ? void 0 : _a.params) || void 0 === _b ? void 0 : _b.optimize) || void 0 === _c ? void 0 : _c.tickRenderMode)) return !1;
132
132
  return delta < this.interval + 2 * (Math.random() - .5) * this._jitter;
133
133
  }
134
- }
134
+ }
135
+ //# sourceMappingURL=default-ticker.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-animate",
3
- "version": "1.0.14-alpha.0",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "1.0.6",
16
- "@visactor/vrender-core": "1.0.14-alpha.0"
16
+ "@visactor/vrender-core": "1.0.15"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@rushstack/eslint-patch": "~1.1.4",
@@ -29,9 +29,9 @@
29
29
  "vite": "3.2.6",
30
30
  "typescript": "4.9.5",
31
31
  "cross-env": "^7.0.3",
32
+ "@internal/bundler": "0.0.1",
32
33
  "@internal/eslint-config": "0.0.1",
33
- "@internal/ts-config": "0.0.1",
34
- "@internal/bundler": "0.0.1"
34
+ "@internal/ts-config": "0.0.1"
35
35
  },
36
36
  "keywords": [
37
37
  "VisActor",