Dimka69

Hue changing Rainbow Screen (Falling1)

Jan 17th, 2023
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var style = document.createElement('style'); document.body.appendChild(style); style.innerHTML = "@keyframes huechange {100%{filter: hue-rotate(360deg)}"; document.body.style.animation = "huechange 4s linear infinite";
Advertisement
Add Comment
Please, Sign In to add comment