gui-challenges icon indicating copy to clipboard operation
gui-challenges copied to clipboard

Game menu

Open vasilich6107 opened this issue 2 years ago • 2 comments

We can also add something like

.menu-3d .button-set-3d > li:is(:hover, :focus-visible):not(:active) {
  --menu-3d-distance: 3vmax;
}

.menu-3d .button-set-3d > li button:not(:active) {
  transition-timing-function: var(--menu-3d-bounce-ease);
  transition-duration: 0.4s;
}

to reduce glitch when button popus up and automatically loses focus) When we move the mouse relatively slowly.

Mostly relates to top most and bottom most buttons)

vasilich6107 avatar May 02 '23 18:05 vasilich6107

oh like this mitigates the hover effect that move the button in or out of the mouse's hover target zone? able to make a codepen or video that compares them for me?

argyleink avatar May 02 '23 22:05 argyleink

Will try to

vasilich6107 avatar May 03 '23 06:05 vasilich6107