溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

longing加載實例教程

發(fā)布時間:2021-11-10 10:39:53 來源:億速云 閱讀:146 作者:iii 欄目:web開發(fā)

本篇內(nèi)容主要講解“l(fā)onging加載實例教程”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學(xué)習(xí)“l(fā)onging加載實例教程”吧!

<div class="wrap" id="wrap" style="position: inherit; height: 604px;">
    <div class="main">
        <script src="http://www.zaidu.sn.cn/zaidu/刺激戰(zhàn)場爭霸賽3/js/canvas.js"></script><div id="loading" class="compatibleStyle">
            <div id="startPlay" style="display: none">開始刺激時刻</div>
            <canvas id="clgass" width="128" height="128"></canvas>
            <script>
            var frame_Imgs_1=['run_1.png','run_2.png','run_3.png','run_4.png','run_5.png','run_6.png','run_7.png','run_8.png','run_9.png','run_10.png','run_11.png','run_12.png','run_13.png','run_14.png','run_15.png','run_16.png',];            //新建動畫實例
            var cfa1=new canvasfa({
                    cav:'clgass'//canvas畫布id                    ,frames:frame_Imgs_1//幀動畫的素材                    ,url:'http://www.zaidu.sn.cn/demo/zaidu_03/img/'//圖片路徑                    ,fps:24//【可選參數(shù)】每秒幀數(shù),默認每秒15幀。(液晶屏每秒刷新60次,所以幀數(shù)最好是可以整除60的數(shù))                    ,loop:true//【可選參數(shù)】循環(huán)播放,false則單次播放并停留在最后一幀,true和默認是循環(huán)播放
                    //,autoplay:false//【可選參數(shù)】素材加載完畢后是否自動播放; false不播放,true和默認是自動播放。可用 實例對象.start()手動開啟播放
                    //,loading_done:alert1//【可選參數(shù)】參數(shù)需要是一個函數(shù),在素材加載完畢后運行??扇笔〈藚?shù)。                
            });                
//開始            var _PageHeight = document.documentElement.clientHeight,
    _PageWidth = document.documentElement.clientWidth;//計算loading框距離頂部和左部的距離(loading框的寬度為215px,高度為61px)var _LoadingTop = _PageHeight > 61 ? (_PageHeight - 61) / 2 : 0,
    _LoadingLeft = _PageWidth > 215 ? (_PageWidth - 215) / 2 : 0;//在頁面未加載完畢之前顯示的loading Html自定義內(nèi)容var _LoadingHtml = document.getElementById("clgass");//呈現(xiàn)loading效果
                
                /*'<div id="loadingDiv" style="position:absolute;left:0;width:100%;height:' + _PageHeight + 'px;top:0;background:#f3f8ff;opacity:1;filter:alpha(opacity=80);z-index:10000;"><div style="position: absolute; cursor1: wait; left: ' + _LoadingLeft + 'px; top:' + _LoadingTop + 'px; width: auto; height: 57px; line-height: 57px; padding-left: 50px; padding-right: 5px; background: #fff url(Image/loading.gif) no-repeat scroll 5px 10px; border: 2px solid #95B8E7; color: #696969; font-family:\'Microsoft YaHei\';">頁面加載中,請等待...</div></div>'*/
                
                document.write(_LoadingHtml);//window.onload = function () {//    var loadingMask = document.getElementById('loadingDiv');//    loadingMask.parentNode.removeChild(loadingMask);//};//監(jiān)聽加載狀態(tài)改變document.onreadystatechange = completeLoading;//加載狀態(tài)為complete時移除loading效果function completeLoading() {    if (document.readyState == "complete") {        var loadingMask = document.getElementById('loading');
        loadingMask.parentNode.removeChild(loadingMask);
    }
}    
</script>     
    </div>

到此,相信大家對“l(fā)onging加載實例教程”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI