I'm looking for a plugin/code that can give some nice mouse hover animation over addThis
share buttons, but still want to enjoy the 1-click tweet,like,etc. feature of addThis
default buttons.
The one i have now is default, looks like,
What i want is something similar to the one used in arduino.cc blog, the default 1-click buttons are hidden by default and get visible only on mouse hover. eg:-
How can i achieve this?
You can do this placing custom Images with actual sharing buttons together. Keep all the sharing button width 0 by default and make them visible on hover by increasing width. Also add CSS transition to expend the buttons smoothly.
Consider this example.
Edit: Final addThis code & CSS