UNPKG

ionic-framework

Version:

An advanced HTML5 mobile app framework built on Angular2

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