Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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