export interface ScrollChange { indx: number; scrollOffset: number; cycleSize: number; type: string; }