123
This commit is contained in:
@@ -13,7 +13,7 @@ export class AnimationManager {
|
||||
constructor(canvas, options = {}) {
|
||||
this.canvasManager = options.canvasManager;
|
||||
this.canvas = canvas;
|
||||
this.currentZoom = options.currentZoom || { value: 100 };
|
||||
this.currentZoom = options.currentZoom;
|
||||
|
||||
// 动画相关属性
|
||||
this._zoomAnimation = null;
|
||||
|
||||
Reference in New Issue
Block a user