Tuesday, January 12, 2016

Cool Animated Effect For Labels List Gadget In Blogger



Signin to Blogger 

  1. Go to Template
  2. Edit HTML
  3. Find </head> or hit ctrl + F on your keyboard and put </head> on the box and hit enter.
  4. Copy below the code and paste  above/before  </head>.Then Save Template...Done.

<!--replace your blog URL--><script
src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'
type='text/javascript'>
</script>
<script type='text/javascript'>
$('a.linknudge, .Label ul li a').hover(function() {
var dur = 450; $(document).ready(function() { $(this).animate({
}, dur);
paddingLeft: '20px' }, dur); }, function() { $(this).animate({ paddingLeft: 0 });
});</script><!--replace your blog URL-->