UNPKG

ng-page-slider

Version:

Mimicks the functionality of UIPageViewController in pure HTML for mobile web apps with Angular 2.

11 lines (10 loc) 363 B
export declare class SlideAnimation { private current_px; private dest_px; private momentum_px; private default_duration; private on_complete; then(on_complete: () => void): this; constructor(element: HTMLElement, current_px: number, dest_px: number, momentum_px: number, default_duration?: number); private CalculateDuration(); }