From 873cf01e159d628f3114759cb7f749436d5b7a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 11 Oct 2020 16:26:56 +0100 Subject: [PATCH] feat(docs): mention ui:animations in docs --- docs/CONFIGURATION.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index d372b4dfb..2b9cb5fda 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -987,6 +987,7 @@ ui: hideFiltersWhenIdle: bool colorTitlebar: bool theme: string + animations: bool minimalGroupWidth: integer alertsPerGroup: integer collapseGroups: string @@ -1010,6 +1011,7 @@ ui: Default value is `auto`. +- `animations` - enables UI animations - `minimalGroupWidth` - minimal width (in pixels) for each alert group rendered on the grid. This value is used to calculate the number of columns rendered on the grid. @@ -1036,6 +1038,7 @@ ui: hideFiltersWhenIdle: true colorTitlebar: false theme: "auto" + animations: true minimalGroupWidth: 420 alertsPerGroup: 5 collapseGroups: collapsedOnMobile