mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: disable most animations
This commit is contained in:
parent
4c4aaff971
commit
d439e22d56
1 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@
|
|||
border: 3px solid @accent;
|
||||
border-radius: 7px;
|
||||
background-color: @bg;
|
||||
animation: slideIn 0.5s ease-in-out both;
|
||||
/* animation: slideIn 0.5s ease-in-out both; */
|
||||
}
|
||||
|
||||
/* Slide In */
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
padding: 10px;
|
||||
border: none;
|
||||
background-color: @bg;
|
||||
animation: fadeIn 0.5s ease-in-out both;
|
||||
/* animation: fadeIn 0.5s ease-in-out both; */
|
||||
}
|
||||
|
||||
/* Fade In */
|
||||
|
|
@ -115,4 +115,4 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue