HTML5 Canvas+js仿百度網盤掃描檔案過程載入動畫
這是一款簡單的HTML5 Canvas+js仿百度網盤掃描檔案流程載入動畫效果,網盤檔案掃描百分比載入動畫特效。
var w=document.body.clientWidth;
var h=document.body.clientHeight;
var canvas=document.createElement('canvas');
canvas.width=w;
canvas.height=h;
document.body.appendChild(canvas);
canvas.style.backgroundColor="#0073B3";
var context=canvas.getContext('2d');
var Rot=0;
var R_init=0;
var timer=null;
var targent_R=Math.round(w/10);
setInterval( function(){
R_init=R_init+1;
if(R_init<targent_R+1)
{
Drawcilrcle(context,R_init);
if(R_init===targent_R){
setTimeout(function(){
clearInterval(timer);
timer= setInterval( function(){
Rot=Rot+1;
if(Rot<180)
{
Drawcilrcle(context,targent_R);
Drawmove(context,targent_R,Rot);
Drawmove_bottom(context,targent_R,Rot);
Drawtext(context,Rot)
}
else if(Rot===180){
Drawcilrcle(context,targent_R);
Drawfinsh(context,targent_R,360);
Drawtext(context,Rot);
}
},10);
},50);
}
}
},5);
本站所有資源皆由網友貢獻或各大下載網站轉載。請自行檢查軟體的完整性!本站所有資源僅供學習參考。請不要將它們用於商業目的。否則,一切後果都由您負責!如有侵權,請聯絡我們刪除。聯絡方式:admin@php.cn
相關文章
![jQuery 如何有效率地選擇具有特定 CSS 屬性的元素?](https://img.php.cn/upload/article/001/246/273/173297269832803.jpg)
30 Nov 2024
在 jQuery 中選擇具有特定 CSS 屬性的元素問題:我們如何有效地選擇擁有特定 CSS 屬性的所有元素...
![如何使用 jQuery 和 JavaScript 高效解析和顯示 JSON 資料?](https://img.php.cn/upload/article/001/246/273/173343344183746.jpg)
06 Dec 2024
使用 jQuery 和 JavaScript 解析 JSON 資料這個簡短的教程解決了有效操作 JSON 資料的挑戰,特別是...
![使用 jQuery 建立 HTML 元素 $(document.createElement('div')) 比 $('<div></div>') 更有效率嗎?](https://img.php.cn/upload/article/001/246/273/173196654377725.jpg)
19 Nov 2024
使用 jQuery 最佳化 HTML 元素建立以增強效能當使用 jQuery 建立動態介面時,必須...
![如何在 ASP.NET UpdatePanel 中維護 jQuery 滑鼠懸停效果?](https://img.php.cn/upload/article/001/246/273/173318683092401.jpg)
03 Dec 2024
jQuery $(document).ready 和 UpdatePanels:精緻的外觀當利用 jQuery 將滑鼠懸停效果應用於 UpdatePanel 中的元素時,...
![如何在不使用'display”的情況下在 jQuery 中將可見性設為隱藏?](https://img.php.cn/upload/article/001/246/273/173359861543064.jpg)
08 Dec 2024
設定隱藏可見性的 jQuery 等效項在 jQuery 中,.show() 和 .hide() 方法通常用於操作顯示屬性...
![See all articles](/static/imghw/down_right.png)
![](/static/imghw/taglogo.png)
Hot Tools
![jQuery2019情人節表白放煙火動畫特效](https://img.php.cn/upload/jscode/000/000/001/5c64d3e6d92b2641.jpg)
jQuery2019情人節表白放煙火動畫特效
一款抖音上很火紅的jQuery情人節表白放煙火動畫特效,適合程式設計師、科技宅用來向心愛的女孩告白,無論你選擇願意或不願意,到最後都得同意。
![layui響應式動畫登入介面模板](https://img.php.cn/upload/jscode/000/000/001/5a93a913de3a7571.png)
layui響應式動畫登入介面模板
layui響應式動畫登入介面模板
![520情人節表白網頁動畫特效](https://img.php.cn/upload/jscode/000/287/557/620611f90d724550.jpg)
520情人節表白網頁動畫特效
jQuery情人節表白動畫、520表白背景動畫
![酷炫的系統登入頁](https://img.php.cn/upload/jscode/000/120/096/5e09903f2f0c4401.jpg)
酷炫的系統登入頁
酷炫的系統登入頁
![HTML5卡音樂播放器-CASSETTE PLAYER](https://img.php.cn/upload/jscode/000/120/096/5e200ad65973d549.jpg)
HTML5卡音樂播放器-CASSETTE PLAYER
HTML5卡音樂播放器-CASSETTE PLAYER
![](/static/imghw/taglogo.png)