
這plugin可以幫助你在網頁上加入可移動背景Background。你可以用於整個文件的背景,或是某幾個banner的背景。 它可支持簡單的animation效果,你不用去做一個flash文件或動態gif圖片。單靠jquery和圖片,你便可以做出不同的效果。由於我們把動畫效果跟內容分開,我們也可以隨時更改文字等內容,而不影響其運作。
Download: jquery.MyFloatingBg.js
Demo: MyFloatingBg
License: MIT License
Html Code:
/* set the background using bg attribute *//* text part */ 7 billion friends/* set the background using bg attribute *//* text part */ wonderful world
jQuery Code:
//weather
$("#demoDiv1").MyFloatingBg({direction:-1});
$("#demoDiv2").MyFloatingBg({direction:0, speed:50});