m-marquee

A custom HTML element to replace the now obsolete marquee tag

Usage no npm install needed!

<script type="module">
  import mMarquee from 'https://cdn.skypack.dev/m-marquee';
</script>

README

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>