Add Snow to your Website
During the winter you might want to add snow to your website…
Last updated
Was this helpful?
Was this helpful?
@portal(headEnd)
<script src="https://cdnjs.cloudflare.com/ajax/libs/Snowstorm/20131208/snowstorm.js" integrity="sha512-N8H1tAcm2/wJx02Q3FznOerQj4sFIdQJpmntt0/7ufMLh8dH1DFf7Zss+lbL7JwtYJuGVV+cVmWOdTA4x2lOTg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
snowStorm.flakesMaxActive = {{snowAmount}};
snowStorm.followMouse = {{followMouse}};
</script>
@endportal
{
"groups": [{
"title": "Snow Settings",
"properties": [{
"title": "Amount",
"id": "snowAmount",
"format": "{{value}}",
"slider": {
"default": 50,
"min": 0,
"max": 512,
"round": true
}
},
{
"title": "Follow Mouse",
"id": "followMouse",
"responsive": false,
"switch": {
"trueValue": "true",
"falseValue": "false",
"default": true
}
}
]
}]
}