lizthegrey / mouse-vs-mole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction pane weirdness

cesium12 opened this issue · comments

If you mouse on and off the instructions pane quickly, then stop, it oscillates back and forth in opacity for a while after. I've definitely run into this before and it's an artifact of the way jQuery queues animations on the same object. I think it's a UI fail, but a minor one, and am fine with it staying if there isn't a simple fix.

Separately, it's confusing that the right walk keys are much closer to the left jump keys than the walk animation. I'm not sure how to clearly delineate the three instruction graphics, though. Maybe put them in separate blocks so there's a bar of not-gray in between?

(Simple fix might be to call .stop() before starting each fade. But I don't recall if this actually works.)