Add transition delay to sidebar expand

This commit is contained in:
Paulus Schoutsen 2019-06-28 14:46:54 -07:00
parent 42e75e7cdf
commit 0a7cb39500

View File

@ -326,6 +326,7 @@ class HaSidebar extends LitElement {
transition: width 0.2s ease-in; transition: width 0.2s ease-in;
will-change: width; will-change: width;
contain: strict; contain: strict;
transition-delay: 0.2s;
} }
:host([expanded]) { :host([expanded]) {
width: 256px; width: 256px;