m-marquee
v1.0.4
Published
A custom HTML element to replace the now obsolete marquee tag
Downloads
2
Maintainers
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>