How can I make snow.js appear on ONLY one specific page

I tried, but so far only managed on the ‘home page’ (in global template setting).

It should only trigger on the ‘Members Page’

..any pointer in the right direction is appreciated !

did you have a look at my free snow project you might be able to get some help there?

elementsapp://downloadDocument/yrvbDU63vtS0

trying to slow it down and randomize path

  <script>
        document.addEventListener("DOMContentLoaded", function() {
            const animationSpeed = {{ animationSpeed }} || 1;
            document.documentElement.style.setProperty('--speed', 1 / animationSpeed);
            document.querySelectorAll('.circle').forEach(circle => {
                const originalDuration = parseFloat(getComputedStyle(circle).animationDuration) / 5;
                circle.style.animationDuration = (originalDuration / animationSpeed) + 's';
            });
        });
    </script>

Tried changing these…

Very Nice Job BTW I like it a lot

Check out ‘snowy’ on the Mac app store for a holiday themed Mac - its free

Ok will look most probably tomorrow as I’m out all rest of day.