当前位置:网站首页>浏览器顶部loading(来自知乎)
浏览器顶部loading(来自知乎)
2022-07-01 03:34:00 【51CTO】

<
html
lang=
"en"
>
<
head
>
<
meta
charset=
"UTF-8"
>
<
meta
name=
"viewport"
content=
"width=device-width,height=device-height"
>
<
title
>浏览器顶部loading(来自知乎)
</
title
>
<
style
>
.m-loading-bar {
position:
fixed;
top:
0;
right:
0;
left:
0;
z-index:
101;
display:
none;
height:
2px;
pointer-events:
none;
background:
#0084FF;
transform:
translateX(
-100%);
transform:
translateX(
-100%);
}
.m-loading-bar
.active {
display:
block;
animation:
LoadingBarForward
1s
ease-in-out
0.8s
infinite;
animation:
LoadingBarForward
1s
ease-in-out
0.8s
infinite;
}
@-webkit-keyframes
LoadingBarForward {
0% {
transform:
translateX(
-100%);
transform:
translateX(
-100%);
}
40% {
transform:
translateX(
0);
transform:
translateX(
0);
}
60% {
transform:
translateX(
0);
transform:
translateX(
0);
}
100% {
transform:
translateX(
100%);
transform:
translateX(
100%);
}
}
@keyframes
LoadingBarForward {
0% {
transform:
translateX(
-100%);
transform:
translateX(
-100%);
}
40% {
transform:
translateX(
0);
transform:
translateX(
0);
}
60% {
transform:
translateX(
0);
transform:
translateX(
0);
}
100% {
transform:
translateX(
100%);
transform:
translateX(
100%);
</
style
>
</
head
>
<
body
>
<
div
class=
"m-loading-bar active"
>
</
div
>
</
body
>
</
html
>
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
- 22.
- 23.
- 24.
- 25.
- 26.
- 27.
- 28.
- 29.
- 30.
- 31.
- 32.
- 33.
- 34.
- 35.
- 36.
- 37.
- 38.
- 39.
- 40.
- 41.
- 42.
- 43.
- 44.
- 45.
- 46.
- 47.
- 48.
- 49.
- 50.
- 51.
- 52.
- 53.
- 54.
- 55.
- 56.
- 57.
- 58.
- 59.
- 60.
- 61.
- 62.
- 63.
- 64.
- 65.
- 66.
- 67.
- 68.
- 69.
- 70.
- 71.
- 72.
- 73.
- 74.
- 75.
- 76.
- 77.
边栏推荐
- 整合阿里云短信的问题:无法从静态上下文中引用非静态方法
- 166. 分数到小数
- 快速筛选打卡时间日期等数据:EXCEL筛选查找某一时间点是否在某一时间段内
- What does ft mean in the data book table
- 208. 实现 Trie (前缀树)
- 【TA-霜狼_may-《百人计划》】2.2 模型与材质空间
- 4. [WebGIS practice] software operation chapter - data import and processing
- 【TA-霜狼_may-《百人計劃》】2.3 常用函數介紹
- Appium fundamentals of automated testing - basic principles of appium
- 205. 同构字符串
猜你喜欢

MFC window scroll bar usage
![[ta- frost wolf \u may- hundred people plan] 2.2 model and material space](/img/93/95ee3d4389ffd227559dc8b3207e1d.png)
[ta- frost wolf \u may- hundred people plan] 2.2 model and material space

谷粒学院微信扫码登录过程记录以及bug解决

How to display scrollbars on the right side of the background system and how to solve the problem of double scrollbars

【TA-霜狼_may-《百人计划》】1.1 渲染流水线

431. 将 N 叉树编码为二叉树 DFS

【TA-霜狼_may-《百人计划》】2.1 色彩空间

Visit the image URL stored by Alibaba cloud to preview the thumbnail directly on the web page instead of downloading it directly

报错:Plug-ins declaring extensions or extension points must set the singleton directive to true

访问阿里云存储的图片URL实现在网页直接预览略缩图而不直接下载
随机推荐
PageObject模式解析及案例
Feature Pyramid Networks for Object Detection论文理解
Its appearance makes competitors tremble. Interpretation of Sony vision-s 02 products
Access denied for user ‘ODBC‘@‘localhost‘ (using password: NO)
Promql select time series
[JPCs publication] the Third International Conference on control theory and application in 2022 (icocta 2022)
[TA frost wolf \u may- hundred people plan] 2.4 traditional empirical lighting model
208. 实现 Trie (前缀树)
谷粒学院微信扫码登录过程记录以及bug解决
205. 同构字符串
Gorilla/mux framework (RK boot): RPC error code design
Feature pyramid networks for object detection
Appium自动化测试基础--补充:C/S架构和B/S架构说明
How keil displays Chinese annotations (simple with pictures)
FCN full Convolution Network Understanding and Code Implementation (from pytorch Official Implementation)
Pyramid scene parsing network [pspnet] thesis reading
MFC窗口滚动条用法
Bilinear upsampling and f.upsample in pytorch_ bilinear
Leetcode 128 longest continuous sequence (hash set)
[小样本分割]论文解读Prior Guided Feature Enrichment Network for Few-Shot Segmentation