Socket
Socket
Sign inDemoInstall

stereo-marquee

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stereo-marquee

``` Mens <!-- here for the SEO, but we don't want it to be Mens Mens Mens etc. This could be any element --


Version published
Weekly downloads
2
Maintainers
1
Install size
1.36 MB
Created
Weekly downloads
 

Readme

Source
<div class="scroll-text" data-text="Mens" aria-label="Mens" tabindex="0" id="container">
    <h1 class="assistive-text" style="display: none;">Mens</h1> <!-- here for the SEO, but we don't want it to be Mens Mens Mens etc. This could be any element -->
    <div class="scroll-text__items" id="scroller"><span class="scroll-text__item" aria-hidden="true" style="padding-right: 5px">Mens</span></div>
</div>
const setup = {
    container: document.getElementById('container'),
    scroller: document.getElementById('scroller'),
    fps: 24,
};
const myMarquee = new Marquee(setup);

FAQs

Last updated on 22 Jul 2020

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