@mescius/wijmo 5.20252.43-nightly.d20251125.t163151 → 5.20252.43-nightly.d20251127.t163142
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.
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20252.43-nightly.
|
|
3
|
+
* Wijmo Library 5.20252.43-nightly.d20251127.t163142
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -1694,7 +1694,7 @@ export interface IAnimateCallback {
|
|
|
1694
1694
|
* @param step The interval between animation frames, in milliseconds.
|
|
1695
1695
|
* @return An interval id that you can use to suspend the animation.
|
|
1696
1696
|
*/
|
|
1697
|
-
export declare function animate(apply: IAnimateCallback, duration?: number, step?: number): any;
|
|
1697
|
+
export declare function animate(apply: IAnimateCallback, duration?: number, step?: number, completed?: () => void): any;
|
|
1698
1698
|
/**
|
|
1699
1699
|
* Class that represents a point (with x and y coordinates).
|
|
1700
1700
|
*/
|