| 1234567 |
- import { Slides } from '../slides';
- import { Platform } from '../../../platform/platform';
- export declare function setWrapperTranslate(s: Slides, plt: Platform, translate: any, shouldUpdateActiveIndex?: boolean, byController?: Slides): void;
- export declare function getTranslate(s: Slides, plt: Platform, el: HTMLElement, axis: string): any;
- export declare function getWrapperTranslate(s: Slides, plt: Platform, axis?: any): any;
- export declare function setWrapperTransition(s: Slides, plt: Platform, duration: number, byController?: Slides): void;
|