Lab of AR/VR/XR & Machine Learning
http://blog.cs.nhcue.edu.tw/
最上面的圖形,看起來不是flash,但會依滑鼠動作漸大漸小
有什知道怎麼做出來的嗎?有沒有辦法移植套用到圖書館首頁?
$(document).ready( function() { $(‘#dock2’).Fisheye( { maxWidth: 50, items: ‘a’, itemsText: ‘span’, container: ‘.dock-container2’, itemWidth: 40, proximity: 90, halign : ‘center’ } ) $(‘#dock’).Fisheye( { maxWidth: 60, items: ‘a’, itemsText: ‘span’, container: ‘.dock-container’, itemWidth: 40, proximity: 80, alignment : ‘left’, valign: ‘bottom’, halign : ‘center’ } ) } );
關鍵字:魚眼= =,testing
新竹教育大學資訊科學研究所部落格
.dock img { behavior: url(http://blog.cs.nhcue.edu.tw/wpmu/wp-content/themes/itheme-1-1-dock/dock/iepngfix.htc) }
<!– CS Home –>
–>
<!– Home –> CS Home Email Album Entries RSS Comments RSS
http://www.nhcue.edu.tw/~u9212023/fisheye.html
存txt檔看原始碼
看來是引用了三個來自於 theme 的 css js 檔 tks
是CSS+JavaScript 請參考頁尾的code 頁首部份是我自己修改過的 把”說明文字”拿掉了(放大後會擋到blog的標題)
這個code寫得厲害的地方在於 連鏡像的模糊倒影都自己計算完 不用自己作圖 : )
很抱歉,必須登入網站才能發佈留言。
6 Responses
$(document).ready(
function()
{
$(‘#dock2’).Fisheye(
{
maxWidth: 50,
items: ‘a’,
itemsText: ‘span’,
container: ‘.dock-container2’,
itemWidth: 40,
proximity: 90,
halign : ‘center’
}
)
$(‘#dock’).Fisheye(
{
maxWidth: 60,
items: ‘a’,
itemsText: ‘span’,
container: ‘.dock-container’,
itemWidth: 40,
proximity: 80,
alignment : ‘left’,
valign: ‘bottom’,
halign : ‘center’
}
)
}
);
關鍵字:魚眼= =,testing
新竹教育大學資訊科學研究所部落格
.dock img { behavior: url(http://blog.cs.nhcue.edu.tw/wpmu/wp-content/themes/itheme-1-1-dock/dock/iepngfix.htc) }
<!–
CS Home
–>
–>
<!–
Home
–>
CS Home
Email
Album
Entries RSS
Comments RSS
$(document).ready(
function()
{
$(‘#dock2’).Fisheye(
{
maxWidth: 50,
items: ‘a’,
itemsText: ‘span’,
container: ‘.dock-container2’,
itemWidth: 40,
proximity: 90,
halign : ‘center’
}
)
$(‘#dock’).Fisheye(
{
maxWidth: 60,
items: ‘a’,
itemsText: ‘span’,
container: ‘.dock-container’,
itemWidth: 40,
proximity: 80,
alignment : ‘left’,
valign: ‘bottom’,
halign : ‘center’
}
)
}
);
http://www.nhcue.edu.tw/~u9212023/fisheye.html
存txt檔看原始碼
看來是引用了三個來自於 theme 的 css js 檔
tks
是CSS+JavaScript
請參考頁尾的code
頁首部份是我自己修改過的
把”說明文字”拿掉了(放大後會擋到blog的標題)
這個code寫得厲害的地方在於
連鏡像的模糊倒影都自己計算完
不用自己作圖 : )