How to have an increased hover area around icons #5577
Unanswered
tech-meppem
asked this question in
Q&A
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using icon layers, and I want to make it more user-friendly to hover over icons and interact with them.
I have all the functionality done, however, due to the icons shapes, they have holes in them.
When the user hovers over the holes in the icon, they are no longer hovering over the icon.
I managed to do a psuedo-fix, by making transparent circle icons on another icon layer, and making hovering them equal to hovering over the icons, however, this has a problem.
The minimum transparency they can be is 13 (out of 255), because any alpha value below that isn't rendered by the Icon layer, and the user can not hover over them. This means you can still barely see the circles:
Is there a way to specify an area around the icons which counts as hovering?
Beta Was this translation helpful? Give feedback.
All reactions