Wav'

Member
Hello , I would like to know how to do this effect on the like button
Screen :
a5c028061fc3caf522cc7fbff3f5b3c7.gif


Thanks
 
We use this for the css:

Code:
.item.control.like:before
{
   transition: all 0.2s linear;
}
.item.control.like:hover:before
{
   transform:rotate(360deg);
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back