jQuery Firefly 是一個可以從指定圖片庫中,產生指定數量且隨機圖片,並讓這些圖片在網頁中隨機的飄移來~飄移去的外掛套件!
套件名稱:jQuery Firefly
套件網址:0.1
作者網站:https://github.com/motyar/firefly
套件網址:N/A
發佈日期:2012-03-08
檔案大小:1.73 KB
檔案下載:jquery.firefly.js
HTML 屬性說明:
檢視原始碼 JavaScript
1 2 3 4 5 6 7 8 9 10 11 12 | images(選填) 描述: 要飄移的圖片來源 預設值: [ 'http://dharmmotyar.googlecode.com/svn/trunk/images/spark.png', 'http://dharmmotyar.googlecode.com/svn/trunk/images//spark2.png', 'http://dharmmotyar.googlecode.com/svn/trunk/images/spark3.png', 'http://dharmmotyar.googlecode.com/svn/trunk/images/spark4.png' ] total(選填) 描述: 飄移圖片的數量 預設值: 40 |
方法說明:
檢視原始碼 JavaScript
1 2 | // 在指定的區塊上進行倒數計時效果 $.firefly(userOptions); |
使用範例:
檢視原始碼 JavaScript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.firefly.js"></script> <style type="text/css"> body { background: #000; } </style> <script type="text/javascript"> $(function(){ // 設定產生共有 40 個指定圖片在網頁中飄移 $.firefly({ images: [ 'images/red_1_1.png', 'images/red_2_2.png' ], total: 40 }); }); </script> <body> </body> |
備註:
作者的 0.2 版是將圖片產生在寫死的 #header 區塊中。
男丁大大 我想請問一下
http://swip.codylindley.com/DOMWindowDemo.html
這個網站裡面的JQ是如何做到的?
他裡面有開放原始碼但是我不知道怎放入網頁
以及 他的範例六 可以使用Iframe 外連到其他網頁嗎??
你要下載它的外掛檔案, 然後參考它的 demo code
這好酷的效果!!!!!
大大你好
請問
有辦法讓他不要隨機跑圖嗎?
固定跑那幾張圖片就好呢?
謝謝^^
這我不懂你意思耶, 什麼叫固定跑那幾張圖片?