8000 GitHub - crucifyer/snowyday: make snow on the screen
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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>

About

make snow on the screen

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0