components/scroll-to-bottom-blob
@fungi.computer/caps / components/scroll-to-bottom-blob
components/scroll-to-bottom-blob
Section titled “components/scroll-to-bottom-blob”Type Aliases
Section titled “Type Aliases”ScrollToBottomBlobProps
Section titled “ScrollToBottomBlobProps”ScrollToBottomBlobProps =
object
Props accepted by ScrollToBottomBlob.
Properties
Section titled “Properties”direction?
Section titled “direction?”
optionaldirection?:ScrollDirection
The timeline direction. Retained column-reverse hosts are the default.
scrollerRef
Section titled “scrollerRef”scrollerRef:
RefObject<HTMLDivElement|null>>
The timeline scroller.
onJump
Section titled “onJump”onJump: () =>
void
Called when the crisp foreground control is activated.
Returns
Section titled “Returns”void
ScrollToBottomBlobVisualProps
Section titled “ScrollToBottomBlobVisualProps”ScrollToBottomBlobVisualProps =
object
Props for the standalone visual presentation.
Properties
Section titled “Properties”intensity
Section titled “intensity”intensity:
number
Non-finite input becomes zero; finite input clamps to closed [-10, 10].
onJump
Section titled “onJump”onJump: () =>
void
Activate the crisp native jump-to-bottom button.
Returns
Section titled “Returns”void
Variables
Section titled “Variables”ScrollToBottomBlob
Section titled “ScrollToBottomBlob”
constScrollToBottomBlob:NamedExoticComponent<ScrollToBottomBlobProps>>
Dashboard’s gooey, velocity-responsive jump-to-bottom control.
Functions
Section titled “Functions”ScrollToBottomBlobVisual()
Section titled “ScrollToBottomBlobVisual()”ScrollToBottomBlobVisual(
__namedParameters):Element
Dumb GSAP/accessibility presentation of one selected signed intensity.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”Element