TitaniumTitanium

Marquee

A scrolling display of content that fades in and out on both ends.

Examples

The following blocks are built with this component:

Props

This component also accepts all the props from Mantine's Flex component.

NameTypeDefault valueDescription

duration

number

20Controls the speed of the animation.

gap

StyleProp<number | MantineSize | (string & {})>

mdThe spacing between each item.

items

Required

ReactNode[]

The items to display in the marquee.

reverse

boolean

falseWhether to reverse the direction of the marquee.

showGradient

boolean

trueWhether to show the gradient on both ends.