File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ import {
7272}  from  "../../dialogs/quick-bar/show-dialog-quick-bar" ; 
7373import  {  showShortcutsDialog  }  from  "../../dialogs/shortcuts/show-shortcuts-dialog" ; 
7474import  {  showVoiceCommandDialog  }  from  "../../dialogs/voice-command-dialog/show-ha-voice-command-dialog" ; 
75- import  {  haStyle  }  from  "../../resources/styles" ; 
75+ import  {  haStyle ,   haStyleAnimations  }  from  "../../resources/styles" ; 
7676import  type  {  HomeAssistant ,  PanelInfo  }  from  "../../types" ; 
7777import  {  documentationUrl  }  from  "../../util/documentation-url" ; 
7878import  {  showToast  }  from  "../../util/toast" ; 
@@ -1205,6 +1205,7 @@ class HUIRoot extends LitElement {
12051205  static  get  styles ( ) : CSSResultGroup  { 
12061206    return  [ 
12071207      haStyle , 
1208+       haStyleAnimations , 
12081209      css ` 
12091210        : host  { 
12101211          - ms- user- select:  none; 
@@ -1259,6 +1260,8 @@ class HUIRoot extends LitElement {
12591260          padding :  0px   12px  ; 
12601261          font-weight :  var (--ha-font-weight-normal ); 
12611262          box-sizing :  border-box; 
1263+           animation :  fadeIn var (--ha-animation-duration ) ease-out both; 
1264+           animation-delay :  var (--ha-animation-delay-base ); 
12621265        } 
12631266        .narrow  .toolbar  { 
12641267          padding :  0  4px  ; 
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const coreStyles = css`
4444    --ha-space-20 :  80px  ; 
4545
4646    /* Animation timing */  
47-     --ha-animation-duration :  300 ms  ; 
47+     --ha-animation-duration :  400 ms  ; 
4848    --ha-animation-delay-base :  50ms  ; 
4949  } 
5050` ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments