@visactor/vrender-animate 1.0.40 → 1.0.41-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.
@@ -28,4 +28,5 @@ class ClipOut extends common_1.CommonOut {
28
28
  }
29
29
  }
30
30
 
31
- exports.ClipOut = ClipOut;
31
+ exports.ClipOut = ClipOut;
32
+ //# sourceMappingURL=clip.js.map
@@ -72,5 +72,4 @@ class AStageAnimate extends ACustomAnimate {
72
72
  }
73
73
  }
74
74
 
75
- exports.AStageAnimate = AStageAnimate;
76
- //# sourceMappingURL=custom-animate.js.map
75
+ exports.AStageAnimate = AStageAnimate;
@@ -130,4 +130,5 @@ class MoveOut extends MoveBase {
130
130
  }
131
131
  }
132
132
 
133
- exports.MoveOut = MoveOut;
133
+ exports.MoveOut = MoveOut;
134
+ //# sourceMappingURL=move.js.map
@@ -105,5 +105,4 @@ class PoptipDisappear extends custom_animate_1.AComponentAnimate {
105
105
  }
106
106
  }
107
107
 
108
- exports.PoptipDisappear = PoptipDisappear;
109
- //# sourceMappingURL=poptip-animate.js.map
108
+ exports.PoptipDisappear = PoptipDisappear;
package/es/custom/clip.js CHANGED
@@ -18,4 +18,5 @@ export class ClipOut extends CommonOut {
18
18
  constructor(from, to, duration, easing, params) {
19
19
  super(from, to, duration, easing, params), this.keys = [ "clipRange" ];
20
20
  }
21
- }
21
+ }
22
+ //# sourceMappingURL=clip.js.map
@@ -62,5 +62,4 @@ export class AStageAnimate extends ACustomAnimate {
62
62
  return !!ctx && (ctx.clearRect(0, 0, stageCanvas.width, stageCanvas.height), ctx.drawImage(canvas, 0, 0),
63
63
  stageCanvas);
64
64
  }
65
- }
66
- //# sourceMappingURL=custom-animate.js.map
65
+ }
package/es/custom/move.js CHANGED
@@ -114,4 +114,5 @@ export class MoveOut extends MoveBase {
114
114
  this.props = to, this.propKeys = Object.keys(to).filter((key => null != to[key])),
115
115
  this.from = from, this.to = to;
116
116
  }
117
- }
117
+ }
118
+ //# sourceMappingURL=move.js.map
@@ -99,5 +99,4 @@ export class PoptipDisappear extends AComponentAnimate {
99
99
  easing: easing
100
100
  }), this.completeBind(animator);
101
101
  }
102
- }
103
- //# sourceMappingURL=poptip-animate.js.map
102
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-animate",
3
- "version": "1.0.40",
3
+ "version": "1.0.41-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.40"
16
+ "@visactor/vrender-core": "1.0.41-alpha.0"
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",
33
32
  "@internal/eslint-config": "0.0.1",
34
- "@internal/ts-config": "0.0.1"
33
+ "@internal/ts-config": "0.0.1",
34
+ "@internal/bundler": "0.0.1"
35
35
  },
36
36
  "keywords": [
37
37
  "VisActor",