UNPKG

ngx-carousel-ease

Version:

ngx-carousel-ease is a versatile Angular library providing a feature-rich, simple, and performant carousel component. This library supports infinite and responsive mode, mouse and touch event. Attention has been put to accessibility, performance, and frie

6 lines (5 loc) 154 B
export interface Sliding { slide: number; carouselID: number; } export type AnimationsTiming = 'linear' | 'ease-in' | 'ease-out' | 'ease-in-out';