From 028fe81c29004f1e3a29d810214a65fe34d7ae72 Mon Sep 17 00:00:00 2001 From: igorechek06 Date: Thu, 22 Aug 2024 13:59:01 +0900 Subject: Improve animation --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 6aaf767..3fd6fc4 100644 --- a/style.css +++ b/style.css @@ -27,8 +27,9 @@ } * { - transition-duration: 1s; + transition-duration: 0.5s; transition-property: background, color; + transition-timing-function: ease-in-out; } body { -- cgit v1.2.3