中文字幕理论片,69视频免费在线观看,亚洲成人app,国产1级毛片,刘涛最大尺度戏视频,欧美亚洲美女视频,2021韩国美女仙女屋vip视频

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
Pace 簡單打造超贊網(wǎng)頁加載進度條


這款進度條最早應(yīng)用于Micro-M Theme的Navbar下方,不過當時的實現(xiàn)方式還是比較復(fù)雜的。

現(xiàn)在,Mike現(xiàn)在采用一個叫Pace小插件來獲得網(wǎng)頁加載進度條,在頁面中引入 pace.js 和您所選擇主題的 CSS 文件,就可以讓你的頁面擁有漂亮的加載進度和 Ajax 導(dǎo)航效果。不需要掛接到任何代碼,自動檢測進展。

可以選擇顏色和多種效果,有簡約,閃光燈,MAC OSX,左側(cè)填充,頂部填充,計數(shù)器和彈跳等等。

https://github.com/HubSpot/pace/tree/master/themes還有很多主題可供選擇。

添加方法

1.在網(wǎng)頁頭部處引入

  1. <head>   
  2.   <script src="/pace/pace.js"></script>   
  3.   <link href="/pace/themes/pace-theme-barber-shop.css" rel="stylesheet" />   
  4. </head>  

2.在Style.css中添加你中意的效果的CSS

這是我目前使用的一款:

  1. .pace {   
  2.   -webkit-pointer-events: none;   
  3.   pointer-events: none;   
  4.   -webkit-user-select: none;   
  5.   -moz-user-select: none;   
  6.   user-select: none;   
  7. }   
  8.   
  9. .pace-inactive {   
  10.   display: none;   
  11. }   
  12.   
  13. .pace .pace-progress {   
  14.   background: #ddd;   
  15.   position: fixed;   
  16.   z-index: 100;   
  17.   top: 0;   
  18.   left: 0;   
  19.   height: 2px;   
  20. }   
  21.   
  22. .pace .pace-progress-inner {   
  23.   display: block;   
  24.   position: absolute;   
  25.   rightright: 0px;   
  26.   width: 100px;   
  27.   height: 100%;   
  28.   box-shadow: 0 0 10px #ddd, 0 0 5px #ddd;   
  29.   opacity: 1.0;   
  30.   -webkit-transform: rotate(3deg) translate(0px, -4px);   
  31.   -moz-transform: rotate(3deg) translate(0px, -4px);   
  32.   -ms-transform: rotate(3deg) translate(0px, -4px);   
  33.   -o-transform: rotate(3deg) translate(0px, -4px);   
  34.   transform: rotate(3deg) translate(0px, -4px);   
  35. }   
  36.   
  37. .pace .pace-activity {   
  38.   display: block;   
  39.   position: fixed;   
  40.   z-index: 100;   
  41.   top: 15px;   
  42.   rightright: 15px;   
  43.   width: 14px;   
  44.   height: 14px;   
  45.   border: solid 2px transparent;   
  46.   border-top-color: #ddd;   
  47.   border-left-color: #ddd;   
  48.   border-radius: 10px;   
  49.   -webkit-animation: pace-spinner 400ms linear infinite;   
  50.   -moz-animation: pace-spinner 400ms linear infinite;   
  51.   -ms-animation: pace-spinner 400ms linear infinite;   
  52.   -o-animation: pace-spinner 400ms linear infinite;   
  53.   animation: pace-spinner 400ms linear infinite;   
  54. }   
  55.   
  56. @-webkit-keyframes pace-spinner {   
  57.   0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }   
  58.   100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }   
  59. }   
  60. @-moz-keyframes pace-spinner {   
  61.   0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }   
  62.   100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }   
  63. }   
  64. @-o-keyframes pace-spinner {   
  65.   0% { -o-transform: rotate(0deg); transform: rotate(0deg); }   
  66.   100% { -o-transform: rotate(360deg); transform: rotate(360deg); }   
  67. }   
  68. @-ms-keyframes pace-spinner {   
  69.   0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }   
  70.   100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }   
  71. }   
  72. @keyframes pace-spinner {   
  73.   0% { transform: rotate(0deg); transform: rotate(0deg); }   
  74.   100% { transform: rotate(360deg); transform: rotate(360deg); }   
  75. }  
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
使用CSS3實現(xiàn)超炫的Loading(加載)動畫效果
使用 CSS3 實現(xiàn)超炫的 Loading(加載)動畫效果
CSS3實現(xiàn)旋轉(zhuǎn)的太極圖(二):只用1個DIV
你需要知道的CSS3 動畫技術(shù) | CSS | 前端觀察
WordPress美化:加載圈圈藍/黑特效 | Hu
CSS3 Animation | css3教程
更多類似文章 >>
生活服務(wù)
熱點新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服