-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove toggle hover effect #148
Comments
Hi @paaljoachim, We can definitely remove this, however the idea behind the effect was to indicate that the toggle can be interacted with to activate or deactivate the snippet. Can you think of a different way to convey this that might not be as confusing to the user? |
You could instead just toggle the circle color on hover. What is important here is that there is only one animation and that happens on click. On hover something can change color. Here is an example I made in Figma. The purpose is to just add a hint that something happens when one clicks. Instead of the color change I made in Figma one can make the effect even smaller by just adding a thin blue or grey border around the toggle to give a hint of something happens when one clicks it. If one hovers an off state have a thin blue border around the toggle seen. As one hovers an off state have a thin grey border around the toggle to give a hint of the off state. The hover effect needs to be different compared to the click effect to not confuse the user. |
Btw |
Hovering over a toggle makes it move.
It would be better to not having this hover effect as it confuses a bit as it kinda starts to move on hover.
It should only move when one clicks the toggle.
The text was updated successfully, but these errors were encountered: