From 5b1f8e5f6f526e23811381c161c3c667d4123fa3 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 17 Nov 2020 03:18:51 +0100 Subject: [PATCH] Modified transition curve --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f0441ae..d3dfdaa 100644 --- a/style.css +++ b/style.css @@ -7,9 +7,9 @@ } body { - transition: background 0.4s ease-in-out, color 0.4s ease-in-out; + transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1); } nav { - transition: background 0.4s ease-in-out, color 0.4s ease-in-out; + transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1); } \ No newline at end of file