From f296adf7b0a82935979883b39c712c7ae4656c25 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 9 Jun 2024 21:06:10 +0200 Subject: [PATCH] hover transition --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 65e6c40..d844634 100644 --- a/style.css +++ b/style.css @@ -542,4 +542,14 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { background-color: transparent !important; backdrop-filter: blur(20px) brightness(80%) !important; -webkit-backdrop-filter: blur(20px) brightness(80%) !important; +} + +/* --- Animations --- */ + +.listItem { + transition: 0.18s ease-out; +} + +.listItem:hover { + transition: 0.18s ease-in; } \ No newline at end of file