feat: Added a low power mode

- added a lower power mode that reduces cpu load by disabling hero animations
This commit is contained in:
2026-02-23 07:44:53 +05:30
parent 8f1215f9d4
commit 246e1c7688
4 changed files with 37 additions and 7 deletions

View File

@@ -99,6 +99,11 @@
animation: dot-grid-drift-x 3s linear infinite;
}
.dot-grid.dot-grid-static::before {
animation: none;
background-position: 0px 0px;
}
@keyframes dot-grid-drift-x {
from {
background-position: 0px 0px;