swiper-transition.d.ts 549B

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