Interface LibraryPresetScrollEffects
interface LibraryPresetScrollEffects { ~scroll-self: { defaultConfig: { runGeneratorsNow: false; }; immutableConfig: {}; generateRafMutatorGenerators(target: undefined | null | Element,
scrollOptions?: Partial<ScrollingOptions>): { backwardGenerator: (() => (() => void)); forwardGenerator: (() => (() => void)); }; }; } Properties
~scroll-self
~scroll-self: { defaultConfig: { runGeneratorsNow: false; }; immutableConfig: {}; generateRafMutatorGenerators(target: undefined | null | Element,
scrollOptions?: Partial<ScrollingOptions>): { backwardGenerator: (() => (() => void)); forwardGenerator: (() => (() => void)); }; } = ... Type declaration
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)
Typings for the preset scroller animation effects that come with the library's scroller effect bank.