Skip to content

feature: group - add reveal-delay config option for drawer#4993

Open
cebem1nt wants to merge 1 commit intoAlexays:masterfrom
cebem1nt:master
Open

feature: group - add reveal-delay config option for drawer#4993
cebem1nt wants to merge 1 commit intoAlexays:masterfrom
cebem1nt:master

Conversation

@cebem1nt
Copy link
Copy Markdown
Contributor

Adds "reveal-delay" option for drawer.

Use case

I have a group module that combines pulseaudio and pulseaudio/slider modules:

    "group/group-volume": {
        "orientation": "horizontal",
        "drawer": {
            "transition-duration": 600,
            "transition-left-to-right": true
        },
        "modules" : [
            "pulseaudio", "pulseaudio/slider"
        ]
    },

The slider will be revealed immediately on hover, but for example, user might have some actions bound to right/left clicking the top module (pulseaudio in this example). There is simply no time to click it. "reveal-delay" adds optional delay in milliseconds before revealing the back module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant