Last active
May 18, 2018 09:43
-
-
Save sidor1989/55a8d43ee2359f89023adca87d8121da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- required snowstorm JS, default behaviour --> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Snowstorm/20131208/snowstorm.js"></script> | |
<!-- now, we'll customize the snowStorm object --> | |
<script> | |
snowStorm.flakeWidth = 20; | |
snowStorm.flakeHeight = 20; | |
snowStorm.snowCharacter = '❄'; | |
//modsnow_snowCharacter = '#10052'; | |
snowStorm.snowColor = '#a0d1ff'; // blue-ish snow!? | |
snowStorm.flakesMaxActive = 46; // show more snow on screen at once | |
snowStorm.useTwinkleEffect = true; // let the snow flicker in and out of view | |
snowStorm.vMaxX = 3; | |
snowStorm.vMaxY = 1; | |
</script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment