Skip to content

crucifyer/snowyday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snowyday

make snow on the screen

<link rel="stylesheet" href="snowyday.css">
<script src="snowyday.js"></script>
<script>
	XenoSnowyDay(function() {
		return "<div class=\"snowflakeRotate' + Math.floor(Math.random() * 6) + '\">\u2744\uFE0F</div>"; // img tag, <div style="color:~~~">*</div> ~~~ must tag.
	}, function() {
		return Math.random() * 1000 + 500;
	}, 5, 100); // snowflake object callback, snowflake make timing callback, animation interval, max objects
</script>