Socket
Socket
Sign inDemoInstall

m-marquee

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    m-marquee

A custom HTML element to replace the now obsolete marquee tag


Version published
Weekly downloads
1
Maintainers
1
Install size
12.4 kB
Created
Weekly downloads
 

Readme

Source

m-marquee

m-marquee is an implementation of the now obsolete <marquee></marquee> tag. Simply add the js script to your HTML page and go crazy.

m-marquee is a pure CSS implementation of the tag with minor JS for timing calculations.

m-marquee sample

<!DOCTYPE html>
<html>
<head>
	<title>Needless Throwback</title>
</head>
<body>
	<m-marquee>Your marquee text goes here!</m-marquee>
	<script type="text/javascript" src="m-marquee.js"></script>
</body>
</html>

Keywords

FAQs

Last updated on 09 Feb 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