We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f411ed commit 9d25060Copy full SHA for 9d25060
1 file changed
api/blocklive-detection/blocklive-detect.js
@@ -52,7 +52,7 @@ export default async function () {
52
document.head.appendChild(link)
53
54
setInterval(function() {
55
- div.style.backgroundImage = `linear-gradient(${Math.round(Date.now() / 10) - (Math.floor(Math.round(Date.now() / 10) / 360) * 360).toString()}deg, #cf63cf, #cf63cf20, #ff9f00, #ff9f0020)`
+ div.style.backgroundImage = `linear-gradient(${Math.round(Date.now() / 20) - (Math.floor(Math.round(Date.now() / 20) / 360) * 360).toString()}deg, #cf63cf, #cf63cf20, #ff9f00, #ff9f0020)`
56
}, 10)
57
}
58
0 commit comments