Module: quote-loop
Table of contents
Functions
Functions
FadeBox
▸ FadeBox(«destructured»): Element
Parameters
| Name | Type |
|---|---|
«destructured» | Object |
› children | ReactNode |
› id | string |
Returns
Element
Defined in
src/client/organisms/quote-loop/index.tsx:14 (opens in a new tab)
QuoteLoop
▸ QuoteLoop(): Element
Returns
Element
Defined in
src/client/organisms/quote-loop/index.tsx:90 (opens in a new tab)
StyledMotionDiv
▸ StyledMotionDiv(props, deprecatedLegacyContext?): ReactNode
Parameters
| Name | Type | Description |
|---|---|---|
props | HTMLAttributesWithoutMotionProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & MotionProps & RefAttributes<HTMLDivElement> & MUIStyledCommonProps<Theme> | - |
deprecatedLegacyContext? | any | Deprecated See React Docs (opens in a new tab) |
Returns
ReactNode
Defined in
src/client/organisms/quote-loop/index.tsx:7 (opens in a new tab)
useNumberRotation
▸ useNumberRotation(end, «destructured»?): number
Parameters
| Name | Type | Default value |
|---|---|---|
end | number | undefined |
«destructured» | Object | {} |
› interval | undefined | number | 1000 |
› loop | undefined | boolean | false |
Returns
number
Defined in
src/client/organisms/quote-loop/index.tsx:30 (opens in a new tab)