juhojo / corejumper

Platformer game
MIT License
2 stars 0 forks source link

Flicking mouse back and forth over the Levels menu needs to be restricted in some way for better UX. #9

Closed juhojo closed 7 years ago

juhojo commented 7 years ago

Currently hovering on a GridItem changes the LevelDetails immidiately, this needs to be prevented some way if user is moving the mouse back and forth between items. Could have similar solution as in issue #8 .

juhojo commented 7 years ago

Added debounce method to clean the hovering a little but the animation could need some improvements.