initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
(function CSSRandom(){
|
||||
document.body.style.setProperty('--random',Math.random())
|
||||
requestAnimationFrame(CSSRandom)
|
||||
})()
|
||||
Reference in New Issue
Block a user