feat: Added a low power mode
- added a lower power mode that reduces cpu load by disabling hero animations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user