Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-fast-marquee

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-fast-marquee - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "svelte-fast-marquee",
"version": "0.4.0",
"version": "0.4.1",
"description": "A Marquee component for Svelte inspired by react-fast-marquee.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -38,3 +38,3 @@ # Svelte Fast Marquee

```js
```svelte
<Marquee>

@@ -47,6 +47,6 @@ I can be a Svelte component, multiple Svelte components, or just some text.

```jsx
```svelte
<script>
import MyComponent from "../components/MyComponent";
import Marquee from "react-fast-marquee";
import MyComponent from '../components/MyComponent';
import Marquee from 'svelte-fast-marquee';
</script>

@@ -64,4 +64,5 @@ <Marquee>

| :-------------- | :-------------------------- | :---------------- | :------------------------------------------------------- |
| `play` | `boolean` | `true` | Whether to play or pause the marquee |
| `pauseOnHover` | `boolean` | `false` | Whether to pause the marquee when hovered |
| `pauseOnClick` | `boolean` | `false` | Whether to pause the marquee when clicked |
| `direction` | `"left"` or `"right"` | `"left"` | The direction the marquee is sliding |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc