This commit is contained in:
lzp
2026-03-09 16:45:30 +08:00
parent 40dfb93406
commit 9189b5387f
9 changed files with 199 additions and 41 deletions

View File

@@ -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;