Marquee fully responsive and adaptive for Svelte applications. Thanks to reactivity, the DOM will respond adding or removing elements if the content changes or the browser gets resized.
npm install svelte-marquee
import Marquee from "svelte-marquee";
<Marquee content="this is my content" />;
Prop | By default |
---|---|
content | "svelte-marquee" |
autoplay | true |
reverse | false |
hoverable | false |
speed | "slow", "medium", "fast" |
MIT