svelte-marquee
Purpose
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.
Implementation
npm install svelte-marquee
; <Marquee content="this is my content" />;
Parameters
Prop | By default |
---|---|
content | "svelte-marquee" |
autoplay | true |
reverse | false |
hoverable | false |
speed | "slow", "medium", "fast" |
License
MIT