Live data from Hacker News

Hover.css – A collection of CSS3-powered hover effects

ianlunn.github.io

1–10 of 15 posts

Re: Hover.css – A collection of CSS3-powered hover effects

#10

Those are really nicely done effects, and I could see finding a use for some of the effects -- but not triggered on hover, I've pretty much given up on anything triggered on hover, because of need to support touch.

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.

Post reply on HN