当前位置:网站首页>浏览器顶部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.
边栏推荐
- Addition without addition, subtraction, multiplication and division
- 6. zigzag transformation
- Cygwin的下载和安装配置
- Unexpected token o in JSON at position 1, JSON parsing problem
- 389. find a difference
- 392. judgment subsequence
- 小程序容器技术与物联网IoT的结合点
- [deep learning] activation function (sigmoid, etc.), forward propagation, back propagation and gradient optimization; optimizer. zero_ grad(), loss. backward(), optimizer. Function and principle of st
- Feature Pyramid Networks for Object Detection论文理解
- JMeter login failure, extracting login token, and obtaining token problem solving
猜你喜欢
静态库使用MFC和共享库使用MFC的区别
Use of JMeter counters
Processing of menu buttons on the left and contents on the right of the background system page, and double scrolling appears on the background system page
程序员女友给我做了一个疲劳驾驶检测
Blueprism registration, download and install -rpa Chapter 1
[TA frost wolf \u may - "hundred people plan"] 2.1 color space
idea插件备份表
Cygwin的下载和安装配置
[ta- frost wolf \u may- hundred people plan] 1.1 rendering pipeline
Usage of AfxMessageBox and MessageBox
随机推荐
Download and installation configuration of cygwin
How to display scrollbars on the right side of the background system and how to solve the problem of double scrollbars
What happens when a function is called before it is declared in C?
谷粒学院微信扫码登录过程记录以及bug解决
Why can't you find the corresponding function by clicking go to definiton (super easy has a diagram)
242. valid Letter heteronyms
Visit the image URL stored by Alibaba cloud to preview the thumbnail directly on the web page instead of downloading it directly
RSN:Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
报错:Plug-ins declaring extensions or extension points must set the singleton directive to true
jeecgboot输出日志,@Slf4j的使用方法
431. 将 N 叉树编码为二叉树 DFS
[小样本分割]论文解读Prior Guided Feature Enrichment Network for Few-Shot Segmentation
The difference between MFC for static libraries and MFC for shared libraries
[TA frost wolf _may - "hundred people plan"] 1.4 introduction to PC mobile phone graphics API
208. 实现 Trie (前缀树)
【TA-霜狼_may-《百人计划》】1.3纹理的秘密
[JPCs publication] the Third International Conference on control theory and application in 2022 (icocta 2022)
Binary tree god level traversal: Morris traversal
Unexpected token o in JSON at position 1, JSON parsing problem
214. 最短回文串