ng-virtual-list 22.12.3 → 22.12.4
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/package.json
CHANGED
|
@@ -2612,7 +2612,8 @@ declare class Animator {
|
|
|
2612
2612
|
private _diff;
|
|
2613
2613
|
private _startValue;
|
|
2614
2614
|
private _endValue;
|
|
2615
|
-
|
|
2615
|
+
private _prevPos;
|
|
2616
|
+
updateTo(end: number): boolean;
|
|
2616
2617
|
animate(params: IAnimatorParams): number;
|
|
2617
2618
|
hasAnimation(id?: number): boolean;
|
|
2618
2619
|
stop(id?: number): void;
|