javascript如何實(shí)現(xiàn)360度全景照片問題匯總
來源:易賢網(wǎng) 閱讀:611 次 日期:2016-07-08 15:31:31
溫馨提示:易賢網(wǎng)小編為您整理了“javascript如何實(shí)現(xiàn)360度全景照片問題匯總”,方便廣大網(wǎng)友查閱!

本文為大家分享了做360度的全景照片的詳細(xì)步驟,其中要注意以下幾個(gè)問題:

1、如何在拖圖片時(shí),使其加載變快?---注意讓圖片隱藏的性能比讓圖片切換的性能高,且在IE9下運(yùn)行,會(huì)出現(xiàn)圖片加載的問題

2、如何使圖片帶有一定的速度轉(zhuǎn)

3、考慮如果x為負(fù)數(shù)和負(fù)數(shù)兩種情況

代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<link rel="stylesheet" type="text/css" href="style.css" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>無標(biāo)題文檔</title>

<script>

window.onload=function ()

{

  var oImg=document.getElementById('img1');//第一張圖片

  var aImg=document.getElementsByTagName('img');

  var lastimage=oImg;

  var x=0;//鼠標(biāo)拖動(dòng)某一個(gè)點(diǎn),用該點(diǎn)的位置,來改變src

  var speed=0;

  var lastx=0;

  var timer=null;

  var temp=0;

  for(i=0;i<77;i++)

  {

    var oNewImage=document.createElement('img');

    oNewImage.src='img/miaov ('+i+').jpg'; 

    oNewImage.style.display='none';

    document.body.appendChild(oNewImage);//先將77張圖片隱藏

  }

  document.onmousedown=function(ev)

  {

    clearInterval(timer);

    var oEvent=ev||event;

    var disx=oEvent.clientX-x;

    document.onmousemove=function(ev)

    {

       var oEvent=ev||event;

       x=oEvent.clientX-disx;

       setMove(); 

       speed=x-lastx;//記錄前后兩個(gè)速度

       lastx=x;

      return false;

    }

    document.onmouseup=function()

    {

       document.onmousemove=null;

       document.onmouseup=null;

       timer=setInterval(function(){

        x+=speed;

        setMove();

         document.title=speed;

       },30);

    }

    function setMove()

    {

       if(speed>0){speed--;}

       else if(speed==0){clearInterval(timer);}

       else {speed++;}

       temp=-x;//temp要設(shè)為全局變量

       if(temp>0)

       {

        temp=-x%77;

       }

       else

       {

        temp=-x+(-Math.floor(-x/77)*77);

       }

       //oImg.src='img/miaov ('+temp+').jpg'; //這里外面要用單引號(hào) 

       //alert(aImg.length);

       lastimage.style.display='none';//先讓最后一張變?yōu)閚one(剛開始也為第一張,鼠標(biāo)沒有移動(dòng)時(shí),第一張圖片是顯示的)

       aImg[temp].style.display='block';//當(dāng)打開頁(yè)面時(shí),出現(xiàn)的默認(rèn)為第一張圖片

       lastimage=aImg[temp];

       document.title=temp;

    }

    return false;

  }  

}

</script>

</head>

<body>

<img id="img1" src="img/miaov (0).jpg" />

<!--<div id="bg"></div>

<div id="prog">

  360度全景展示 載入中......<span>0%</span>

  <div id="bar"></div>

</div>-->

</body>

</html>

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助。

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:javascript如何實(shí)現(xiàn)360度全景照片問題匯總
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)