0.1.4 • Published 4 years ago

svelte-marquee v0.1.4

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

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
import Marquee from "svelte-marquee";

<Marquee content="this is my content" />;

Parameters

PropBy default
content"svelte-marquee"
autoplaytrue
reversefalse
hoverablefalse
speed"slow", "medium", "fast"

License

MIT

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago