fixed tab header animations, allow disabling animations globally #6147

This commit is contained in:
Eugene Pankov
2022-04-15 12:27:48 +02:00
parent 38c1fafeee
commit 1e85acb99e
8 changed files with 24 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
search-panel(
*ngIf='showSearchPanel && hasFocus',
@toolbarSlide,
[@.disabled]='!config.store.accessibility.animations'
[frontend]='frontend',
(close)='showSearchPanel = false; frontend?.cancelSearch()'
)