Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add marqueeImport the component
Import the component into your Svelte file:
import { Marquee } from "$lib/motion-core";import { Marquee } from "$lib/motion-core";Usage
Microsoft
Amazon
Netflix
YouTube
Instagram
Uber
Spotify
Microsoft
Amazon
Netflix
YouTube
Instagram
Uber
Spotify
Props
Marquee
| Prop | Type | Default |
|---|---|---|
duration | number | 5 |
velocity | number | 0.5 |
repeat | number | 3 |
class | string | '' |
gap | number | 32 |
reversed | boolean | false |
scrollElement | string | HTMLElement | undefined |