Drop-in screensaver script for websites
ssaver.mp4
https://sdegutis.github.io/bubbles/ssaver.html
- The demo has a very short delay (
1s)
<script src="https://sdegutis.github.io/bubbles/ssaver.js" type="module"></script>Or with parameters:
<script src="https://sdegutis.github.io/bubbles/ssaver.js?delay=1&speed=7" type="module"></script>delay (default=60): how many seconds page must be idlespeed (default=2): how fast the bubbles do thingsinterval (default=100): how many milliseconds between new bubblesminsize (default=10): smallest bubble radiusmaxsize (default=40): biggest bubble radius
MIT