Socket
Socket
Sign inDemoInstall

marquee-infinite

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    marquee-infinite

JS Library for creating infinite/wrapping scrolling marquee-like elements


Version published
Weekly downloads
58
increased by9.43%
Maintainers
1
Install size
51.2 kB
Created
Weekly downloads
 

Readme

Source

marquee-infinite

∞ JS Library for creating infinite scrolling marquee-like elements

Installation

  1. yarn add marquee-infinite or npm install marquee-infinite
  2. Copy dist/marquee-infite.css and import it into your project

Usage

import MarqueeInfinite from 'marquee-infinite';

new MarqueeInfinite('.js-marquee-infinite', {
  maxItems: 800,
  duration: 1000,
  classNames: {
    container: 'marqueeInfinite',
    slider: 'marqueeInfiniteSlider',
    cell: 'marqueeInfiniteCell',
  },
});

Keywords

FAQs

Last updated on 19 Jun 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc