export interface IParallaxScrollConfig {
    axis?: string;
    speed?: number;
    initialValue?: number;
    maxValue?: number;
    minValue?: number;
    cssUnit?: string;
    scrollerId?: string;
    parallaxElement?: HTMLElement;
    parallaxPivot?: string;
}
