When you look at the results on the google search page, you can see the google plus one button animation when you hover over the link or link description for every result.

I was searching internet but was not able to find any tutorial how to achieve this effect on a image or element in general.

Any suggestion or link to tutorial using jquery?

Thanks in advance.

link|improve this question

75% accept rate
3  
Who the heck is downvoting this interesting question without leaving a comment? This is bad style. – Codo Aug 7 '11 at 7:30
feedback

1 Answer

up vote 5 down vote accepted

It is one image containing multiple frames. I assume The image is used as background via CSS and the background position is changed rapidly (through JavaScript) to create the animation effect.

The image is:

+1 button

link|improve this answer
Thanks a lot Felix ;) – lorenc55 Aug 7 '11 at 7:50
2  
It's called sprite animation and is how Google animated the Martha Graham logo earlier this year. There are jQuery plugins like Spritely to assist with rolling your own sprite based animations. – Marcel Aug 7 '11 at 8:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.