当前位置:网站首页>Browser top loading (from Zhihu)
Browser top loading (from Zhihu)
2022-07-01 04:00:00 【51CTO】

<
html
lang=
"en"
>
<
head
>
<
meta
charset=
"UTF-8"
>
<
meta
name=
"viewport"
content=
"width=device-width,height=device-height"
>
<
title
> The top of the browser loading( From Zhihu )
</
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.
边栏推荐
- Unexpected token o in JSON at position 1 ,JSON解析问题
- 【EI检索】2022年第六届材料工程与先进制造技术国际会议(MEAMT 2022)重要信息会议网址:www.meamt.org会议时间:2022年9月23-25日召开地点:中国南京截稿时间:2
- Jeecgboot output log, how to use @slf4j
- Class and object finalization
- 187. repeated DNA sequences
- 小程序中自定义组件
- Why can't you find the corresponding function by clicking go to definiton (super easy has a diagram)
- 【TA-霜狼_may-《百人计划》】2.1 色彩空间
- 241. Design priorities for operational expressions
- Inventory the six second level capabilities of Huawei cloud gaussdb (for redis)
猜你喜欢

【TA-霜狼_may-《百人计划》】2.2 模型与材质空间

小程序中自定义组件

陈宇(Aqua)-安全-&gt;云安全-&gt;多云安全

JD intelligent customer service Yanxi intention system construction and intention recognition technology introduction

Edge浏览器的小技巧:Enter+Ctrl可以自动将地址栏转换为网址

Network metering - application layer
![[TA frost wolf \u may- hundred talents plan] 1.2.3 MVP matrix operation](/img/4e/8cf60bc816441967c04f97c64685a1.png)
[TA frost wolf \u may- hundred talents plan] 1.2.3 MVP matrix operation

MFC window scroll bar usage

Access denied for user ‘ODBC‘@‘localhost‘ (using password: NO)

谷粒学院微信扫码登录过程记录以及bug解决
随机推荐
Libevent Library Learning
互联网行业最佳产品开发流程 推荐!
Network metering - application layer
PageObject模式解析及案例
187. repeated DNA sequences
241. 为运算表达式设计优先级
Unexpected token o in JSON at position 1 ,JSON解析问题
【人话版】WEB3黑暗森林中的隐私博弈
Promql select time series
[ta - Frost Wolf May - 100 people plan] 2.3 Introduction aux fonctions communes
Idea plug-in backup table
Analysis and case of pageobject mode
快速筛选打卡时间日期等数据:EXCEL筛选查找某一时间点是否在某一时间段内
171. Excel 表列序号
【EI会议】2022年第三届纳米材料与纳米技术国际会议(NanoMT 2022)
Do280 management application deployment --rc
The difference between MFC for static libraries and MFC for shared libraries
高并发下接口幂等性如何保证?
陈宇(Aqua)-安全-&gt;云安全-&gt;多云安全
What happens when a function is called before it is declared in C?