Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create the google plus one button effect using jquery?

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.

like image 578
lorenc55 Avatar asked Aug 07 '11 07:08

lorenc55


1 Answers

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

like image 56
Felix Kling Avatar answered Oct 21 '22 16:10

Felix Kling