No.101, Sec.2, Kuang-Fu Rd., HsinChu City, Taiwan 新竹市光復路二段101號
+886-571-5131#35162
klou@mx.nthu.edu.tw

這個效果怎麼做出來的?

Lab of AR/VR/XR & Machine Learning

這個效果怎麼做出來的?

http://blog.cs.nhcue.edu.tw/

最上面的圖形,看起來不是flash,但會依滑鼠動作漸大漸小

有什知道怎麼做出來的嗎?有沒有辦法移植套用到圖書館首頁?

6 Responses

  1. fossette表示:

    $(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’
    }
    )
    }
    );

  2. fossette表示:

    關鍵字:魚眼= =,testing

  3. fossette表示:

    新竹教育大學資訊科學研究所部落格

    .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’
    }
    )
    }
    );

  4. klou表示:

    看來是引用了三個來自於 theme 的 css js 檔
    tks

  5. SmileKevin表示:

    是CSS+JavaScript
    請參考頁尾的code
    頁首部份是我自己修改過的
    把”說明文字”拿掉了(放大後會擋到blog的標題)

    這個code寫得厲害的地方在於
    連鏡像的模糊倒影都自己計算完
    不用自己作圖 : )

發佈留言