Hover.css – A collection of CSS3-powered hover effects
ianlunn.github.io
Hover.css – A collection of CSS3-powered hover effects
1–10 of 15 posts
Re: Hover.css – A collection of CSS3-powered hover effects
#2Re: Hover.css – A collection of CSS3-powered hover effects
#3Re: Hover.css – A collection of CSS3-powered hover effects
#4Re: Hover.css – A collection of CSS3-powered hover effects
#5Re: Hover.css – A collection of CSS3-powered hover effects
#6Unfortunately, hover effects are becoming less important to me because of how awkward they are on touch devices.
Re: Hover.css – A collection of CSS3-powered hover effects
#7Re: Hover.css – A collection of CSS3-powered hover effects
#8Is this just animate.css ( https://daneden.me/animate/ ) rebranded?
Re: Hover.css – A collection of CSS3-powered hover effects
#9Re: Hover.css – A collection of CSS3-powered hover effects
#10Those 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.
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.