How to add a falling snow effect
Winter is a magical season when nature becomes a fairytale realm of snowy splendor. To brighten up the expectation of the holidays, cast the charm of falling snow to your pages.
To do that, add some JavaScript code to your site. It will be a piece of cake.
How to add the effect
1. Go to the Code tab in the page editor and click Add.
2. Select one of the snowflake options below (round or stellar snowflakes). Clicking the button will automatically copy the code to the buffer.
3. Paste the copied code to the JS / TXS tab and click Save. The code will run on the current page only.
You can also embed the falling snow code in the Settings -> Code Injection -> Before the closing </body> tag. In this case, the code will apply to all pages of your site.
If you're using the Code Injection tab, do not forget to wrap the code with the <script> tags.
{% set language = 'css' %}
{% set code =
''
%}
e
Done! Check the result in the Preview mode.