Properties
autoScroll
autoScroll: boolean
breakpoints
breakpoints: Breakpoint[]
Readonly
playAnimation
playAnimation: boolean
scrollContainer
scrollContainer: HTMLElement | Window
scrollDuration
scrollDuration: number
Protected
Optional
stepIn
stepIn?: (() => Promise<void>)
Type declaration
-
- (): Promise<void>
-
Returns Promise<void>
timeoutCounter
timeoutCounter: ((point: Breakpoint, config: Partial<BlockConfig>) => number)
Type declaration
-
- (point: Breakpoint, config: Partial<BlockConfig>): number
-
Parameters
-
point: Breakpoint
-
config: Partial<BlockConfig>
Returns number
Static
defaultAnimationBreakpoints
defaultAnimationBreakpoints: Breakpoint[] = ...