@glowjs/core 2026.5.13 → 2026.5.26

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.
@@ -752,7 +752,11 @@ export declare class Animator extends Component {
752
752
  * 播放指定索引动画组一次(适用于常规播放一次的动话)
753
753
  * @param index 动画索引
754
754
  */
755
- once(index: number): void;
755
+ once(index: number): void; /**
756
+ * 播放指定索引动画组一次(可以播放多次)
757
+ * @param index 动画索引
758
+ */
759
+ once2(index: number): void;
756
760
  private _loopIndex;
757
761
  /**
758
762
  * 获取或设置循环动画组索引(试用于需要循环播放的动画,比如人物动画)