Cara membuat Menu Show Hide Atau tersembuny animasi Dengan jQuery dan CSS3 dan jugak
javascript
Dan Cara Masangnya
1. Seperti biasanya Log In Blog dulu
2. Klik Rancangan
3. Klik Edit HMTL
4. Letakkan kode CSS dibawah ini diatas kode
]]></b:skin>
5. Coba anda letakkan kode script dibawah ini diatas kode
</head>
<script type='text/javascript'>
//<![CDATA[
jQuery.extend( jQuery.easing,{
def: 'easeOutQuad', easeInQuint: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t*t + b;}, easeOutQuint: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t*t*t + 1) + b;}, easeInOutQuint: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; return c/2*((t-=2)*t*t*t*t + 2) + b;}
});
function FloatMenu(){
var animationSpeed=1;
var animationEasing='easeOutQuint'; var scrollAmount=$(document).scrollTop();
var newPosition=menuPosition+scrollAmount;
if($(window).height()<$('#bgsGR_slidebox').height()+$('#bgsGR_slidebox .menu').height()){
$('#bgsGR_slidebox').css('top',menuPosition);} else {
$('#bgsGR_slidebox').stop().animate({top: newPosition}, animationSpeed, animationEasing);}}
$(window).load(function() {menuPosition=$('#bgsGR_slidebox').position().top;
FloatMenu();});$(window).scroll(function () {
FloatMenu();
});
//]]>
</script>
6. Tambah Gadget dan copy code di bawah ini dan letakkan code tersebut dan simpan
Tapi ingat Tulisan
url anda ubah dengan url kesuka'an agan dan jugak tulisan
Well of course, there might be ganti dengan judul ke'inginan agan
<div id="bgsGR_slidebox">
<span class="GRtouch">MENU</span>
<div class="GRinbox">
<div class="GRinbox2 box-shadow15">
<h2>
Menu 1</h2>
<ul class="bom">
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
</ul>
<h2>
Menu 2</h2>
<ul>
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
</ul>
<h2>
Menu 3</h2>
<ul>
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
</ul>
<h2>
Menu 4</h2>
<ul>
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url anda">Well of course, there might be something else I haven’t noticed</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
<li><a href="url anda">Well of course, there might be.</a></li>
</ul>
</div>
</div>
</div>
Kalau pengen lihat disini Demo
Selamat mencoba Semuga Berhasil
0 komentar:
Posting Komentar