UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

9 lines (8 loc) 226 B
export declare class ScrollTo { isPlaying: boolean; private _el; constructor(ele: any); start(x: number, y: number, duration: number, tolerance?: number): Promise<any>; stop(): void; dispose(): void; }