From c4493ae4b9c05d12711bb0680e764fce510d9995 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Tue, 18 Feb 2020 16:26:23 +0000 Subject: [PATCH] [design] improve group control animation on edit state --- src/css/group.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/group.css b/src/css/group.css index 97ae107a..b818638b 100644 --- a/src/css/group.css +++ b/src/css/group.css @@ -37,6 +37,10 @@ display: flex; align-items: center; flex-wrap: nowrap; + transition: padding var(--layout-timing-extra-fast) var(--layout-duration-04); +} + +.is-edit .group-header { transition: padding var(--layout-timing-extra-fast); }