From d439e22d56c10202ee113a6bf4c9be411f8766e6 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:51:15 +0200 Subject: [PATCH] chore: disable most animations --- modules/home/wofi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/wofi.nix b/modules/home/wofi.nix index 1f28388..994f229 100644 --- a/modules/home/wofi.nix +++ b/modules/home/wofi.nix @@ -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 @@ } ''; }; -} \ No newline at end of file +}