From 2c3f26b0562170cee2dd289296a1d1753fdc9a3e Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Fri, 7 Jul 2023 20:30:51 +0000 Subject: [PATCH] yo? --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index b231e60..34a642f 100644 --- a/index.html +++ b/index.html @@ -85,11 +85,11 @@ header.style.transform = "translate(" + x + "px, " + y + "px)";// rotate(" + (Math.cos(t) * -5) + "deg)"; - header.style.textShadow = (Math.cos(t - 0.5) * 20 - x) + "px " + (Math.sin(t - 0.5) * 20 - y) + "px #c91a29"; - //-8px 8px #c94f1a, - //-12px 12px #a6c91a, - //-16px 16px #1ac95a, - //-20px 20px #1a60c9`; + header.style.textShadow = (Math.cos(t - 0.2) * 20 - x) + "px " + (Math.sin(t - 0.2) * 20 - y) + "px #c91a29," + + (Math.cos(t - 0.4) * 20 - x) + "px " + (Math.sin(t - 0.2) * 20 - y) + "px #c94f1a," + + (Math.cos(t - 0.6) * 20 - x) + "px " + (Math.sin(t - 0.2) * 20 - y) + "px #a6c91a," + + (Math.cos(t - 0.8) * 20 - x) + "px " + (Math.sin(t - 0.2) * 20 - y) + "px #1ac95a," + + (Math.cos(t - 1.0) * 20 - x) + "px " + (Math.sin(t - 0.2) * 20 - y) + "px #1a60c9"; // loop requestAnimationFrame(update);