Skip to content

components/scroll-to-bottom-blob

@fungi.computer/caps


@fungi.computer/caps / components/scroll-to-bottom-blob

ScrollToBottomBlobProps = object

Props accepted by ScrollToBottomBlob.

optional direction?: ScrollDirection

The timeline direction. Retained column-reverse hosts are the default.

scrollerRef: RefObject<HTMLDivElement | null>>

The timeline scroller.

onJump: () => void

Called when the crisp foreground control is activated.

void


ScrollToBottomBlobVisualProps = object

Props for the standalone visual presentation.

intensity: number

Non-finite input becomes zero; finite input clamps to closed [-10, 10].

onJump: () => void

Activate the crisp native jump-to-bottom button.

void

const ScrollToBottomBlob: NamedExoticComponent<ScrollToBottomBlobProps>>

Dashboard’s gooey, velocity-responsive jump-to-bottom control.

ScrollToBottomBlobVisual(__namedParameters): Element

Dumb GSAP/accessibility presentation of one selected signed intensity.

ScrollToBottomBlobVisualProps

Element