1.0.4 • Published 4 years ago

m-marquee v1.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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>
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago