Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Link Hover Efek Opacity atau Transparan

Membuat link blog menjadi transparan ketika mouse anda berada diatas link tersebut (hover). Di tambahkan sedikit animasi dengan gaya lambat.




  • Demo
  • Install



Demo

Sentuh link dimana saja.



Back To Menu


Kode

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

<script type='text/javascript'>
$(document).ready(function(){$("a").hover(function(){$(this).animate({opacity:"0.3"},1e3)},function(){$(this).animate({opacity:"1"},1e3)})})
</script>

*Kode berwarna merah adalah induk jQuery versi terbaru.



Back To Menu


Install

  1. Template >> Edit HTML >> Proceed

  2. Tekan Ctrl+f untuk cari kode: </head>

  3. Masukkan kode diatas </head>

  4. Preview

  5. Save Template



Back To Menu


Home > Blogger > Menghias > Link Hover Efek Opacity atau Transparan



This post first appeared on Tutorial Nano Yulianto - Kreatif Blogger Tutorial,, please read the originial post: here

Share the post

Link Hover Efek Opacity atau Transparan

×

Subscribe to Tutorial Nano Yulianto - Kreatif Blogger Tutorial,

Get updates delivered right to your inbox!

Thank you for your subscription

×