DBuit / Homekit-panel-card

Homekit panel card for home assistant
MIT License
306 stars 55 forks source link

Request: faster popup menu #28

Closed Tedsterh closed 4 years ago

Tedsterh commented 4 years ago

I don't suppose there is anyway to open the popup menu while holding the button. At the minute you have to press and hold then let go before the tile opens. Would it be possible to open the popup menu while the tile was being pressed so you knew when to let go?

DBuit commented 4 years ago

Hi @Tedsterh i would like that to but that won't work because on holding you will get a ghost click action when you release it which closes the pop-up.

What you can do is set tileHoldAnimation to true in your config which will animate the tile when you can release it.

Tedsterh commented 4 years ago

Hi @DBuit this works amazing, thank you!