Variable libPresetScrollsConst
libPresetScrolls: { ~scroll-self: { defaultConfig: { runGeneratorsNow: false; }; immutableConfig: {}; generateRafMutatorGenerators(target: undefined | null | Element,
scrollOptions?: Partial<ScrollingOptions>): { backwardGenerator: (() => (() => void)); forwardGenerator: (() => (() => void)); }; }; } = ... Type declaration
~scroll-self: {
defaultConfig: {
runGeneratorsNow: false;
};
immutableConfig: {};
generateRafMutatorGenerators(target: undefined | null | Element, scrollOptions?: Partial<ScrollingOptions>): {
backwardGenerator: (() => (() => void));
forwardGenerator: (() => (() => void));
};
}
defaultConfig: {
runGeneratorsNow: false;
}
Readonly
runGeneratorsNow: false
immutableConfig: {}
generateRafMutatorGenerators:function
- generateRafMutatorGenerators(target, scrollOptions?): {
backwardGenerator: (() => (() => void));
forwardGenerator: (() => (() => void));
} Returns {
backwardGenerator: (() => (() => void));
forwardGenerator: (() => (() => void));
}
backwardGenerator: (() => (() => void))
- (): (() => void)
Returns (() => void)
forwardGenerator: (() => (() => void))
- (): (() => void)
Returns (() => void)
Element is scrolled with respect to a child element.