1.0.1 • Published 4 years ago

m-blink v1.0.1

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

m-blink

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

m-blink is a pure CSS implementation of the tag.

m-blink sample

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