Merge pull request #3422 from RobertMueller2/issue_feat_3256

feat/issue 3256: Toggle drawer state
This commit is contained in:
Alexis Rouillard
2024-07-16 14:19:30 +02:00
committed by GitHub
3 changed files with 37 additions and 3 deletions

View File

@ -278,6 +278,11 @@ A group may hide all but one element, showing them only on mouse hover. In order
default: "hidden" ++
Defines the CSS class to be applied to the hidden elements.
*click-to-reveal*: ++
typeof: bool ++
default: false ++
Whether left click should reveal the content rather than mouse over. Note that grouped modules may still process their own on-click events.
*transition-left-to-right*: ++
typeof: bool ++
default: true ++