@visactor/vrender-animate 1.0.35 → 1.0.37-alpha.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.
@@ -72,4 +72,5 @@ class AStageAnimate extends ACustomAnimate {
72
72
  }
73
73
  }
74
74
 
75
- exports.AStageAnimate = AStageAnimate;
75
+ exports.AStageAnimate = AStageAnimate;
76
+ //# sourceMappingURL=custom-animate.js.map
@@ -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;
@@ -105,4 +105,5 @@ class PoptipDisappear extends custom_animate_1.AComponentAnimate {
105
105
  }
106
106
  }
107
107
 
108
- exports.PoptipDisappear = PoptipDisappear;
108
+ exports.PoptipDisappear = PoptipDisappear;
109
+ //# sourceMappingURL=poptip-animate.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;
@@ -60,4 +60,5 @@ export class AStageAnimate extends ACustomAnimate {
60
60
  return !!ctx && (ctx.clearRect(0, 0, stageCanvas.width, stageCanvas.height), ctx.drawImage(canvas, 0, 0),
61
61
  stageCanvas);
62
62
  }
63
- }
63
+ }
64
+ //# sourceMappingURL=custom-animate.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
+ }
@@ -99,4 +99,5 @@ export class PoptipDisappear extends AComponentAnimate {
99
99
  easing: easing
100
100
  }), this.completeBind(animator);
101
101
  }
102
- }
102
+ }
103
+ //# sourceMappingURL=poptip-animate.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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-animate",
3
- "version": "1.0.35",
3
+ "version": "1.0.37-alpha.0",
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.12",
16
- "@visactor/vrender-core": "1.0.35"
16
+ "@visactor/vrender-core": "1.0.37-alpha.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@rushstack/eslint-patch": "~1.1.4",