ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
9 lines (8 loc) • 531 B
TypeScript
import { Slides } from '../slides';
import { Platform } from '../../../platform/platform';
export declare const SWIPER_CONTROLLER: {
LinearSpline: (_s: Slides, _platform: Platform, x: any, y: any) => void;
getInterpolateFunction: (s: Slides, plt: Platform, c: Slides) => void;
setTranslate: (s: Slides, plt: Platform, translate: number, byController: Slides, setWrapperTranslate: any) => void;
setTransition: (s: Slides, plt: Platform, duration: number, byController: Slides, setWrapperTransition: any) => void;
};