Logo update

This commit is contained in:
2024-02-25 13:17:18 -06:00
parent 6deb4ee147
commit 7f95fdc4ca
10 changed files with 858 additions and 35 deletions

View File

@@ -7,9 +7,9 @@
@for $i from 1 through 10 {
&:nth-child(#{$i}) {
animation:
clip 6000ms $i * -600ms linear infinite,
glitch#{$i} 2500ms random(1000) * -1ms linear infinite;
// animation:
// clip 6000ms $i * -600ms linear infinite,
// glitch#{$i} 2500ms random(1000) * -1ms linear infinite;
@keyframes glitch#{$i} {
0% {