Read it Before: Social Networking Tooltip Button Style 2 with CSS3 for Blogger

Here I am giving you some tutorials if you want add some effects on tooltip button.

How to Add effects on tooltip Widget to Blogger ?

  • To change the time shown how the tooltip only should look. "-Tt nav li a span" (without quotes) and edit it:
-webkit-transition: all 0.3s ease-in-out; /*-------------------------------*/
-moz-transition: all 0.3s ease-in-out;/*Change the time 0.3 */
-o-transition: all 0.3s ease-in-out;/* Want, is represented in */
-ms-transition: all 0.3s ease-in-out;/* seconds (0.3 seconds) */
transition: all 0.3s ease-in-out;/*------------------------------------*/ 
Change 0.3s to another time as your wish. 
  • To change the scale or size must edit this:
-webkit-transform: scale(0);/*-------------------------------*/
-moz-transform: scale(0);/*Change (0)*/
-o-transform: scale(0);/* For the size */
-ms-transform: scale(0);/* want */
transform: scale(0);/*------------------------------------*/