|
|
|
|
|
by dredmorbius
4551 days ago
|
|
There's still a lot of desktop systems out there. And anything you trigger on hover can be triggered on other pseudo selectors (active, selected). I've found hover effects to be really useful on a client-side basis -- I do a lot of restyling of websites to improve readability and usability. One modification I've made is an asymmetrically timed resizing of edit dialogs in the case of Diaspora. One second after entry, the dialog expands in size and gets a subtle border. The border will fade after 20s, indicating that the dialog will shrink shortly, the dialog itself after 30s. This gives a responsive but not jittery design with a bit of hysteresis and signaling. Others are the emphasis given to tabs and other controls on this subreddit: http://www.reddit.com/r/dredmorbius (hover over the post and comment controls), or submit button. Excessive animation can be annoying, but with the right touch, it's a nice usability enhancement. |
|