New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

marquee-line

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marquee-line - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

marquee.css

2

package.json
{
"name": "marquee-line",
"version": "1.0.0",
"version": "1.0.1",
"description": "Marquee and Image crawl",

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

# marquee-line
## Installing
### Package manager
Using npm:
```bash
$ npm install marquee-line
```
Using yarn:
```bash
$ yarn add marquee-line
```
JS
```js
import marquee from 'marquee-line';
$('.marquee').marquee({
mask: '.mask',
line: '.line',
animSpeed: 30,
pauseOnHover: true,
});
Options
mask: null // masking class which should have overflow hidden
line: '>*' // line class which holds the crawling items
handleFlexible: true, // Boolean
pauseOnHover: true, // Boolean
hoverClass: 'hover', // hovere class
direction: 'left', // left/right
cloneClass: 'cloned', // clone class
animSpeed: 10, // px per second
initialDelay: 0 // milisecond
````
HTML
```html
<div class="marquee">
<div class="mask">
<div class="line">
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
</div>
</div>
</div>
````
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