当前位置:网站首页>Animation de ligne
Animation de ligne
2022-06-28 05:27:00 【Yuan Xiaobai】
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Animation de ligne</title>
<style>
html,body{
margin: 0;
width: 100%;
height: 100%;
background-color: #0f222b;
}
.box,.box::before,.box:after{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.box{
width: 200px;
height: 200px;
background: url(../images/er.jpg) no-repeat 50%/90%;
border: 2px solid green;
margin: auto;
}
.box::before, .box::after{
content:'';
margin: -5%;
box-shadow: inset 0 0 0 2px #69ca62;
animation: fengyu 8s linear infinite;
}
.box::after{
animation-delay: -4s; /*Animation retardée -4s*/
}
@keyframes fengyu{
0%,100%{
clip: rect(0px,220px,2px,0px);
/* Taille Doit avoir un attribut précédent position: absolute;*/
}
25%{
clip: rect(0px,2px,220px,0px);
}
50%{
clip: rect(218px,220px,220px,0px);
}
75%{
clip: rect(0px,220px,220px,218px);
}
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>

边栏推荐
- 项目经理考完PMP就够了?不是的!
- DPDK 源码测试时性能下降问题
- Leetcode 88: merge two ordered arrays
- Deeplearning ai-week1-quiz
- Dart学习——函数、类
- Wedding studio portal applet based on wechat applet
- [JVM] - memory partition in JVM
- MySQL export query results to excel file
- Keil C51的Data Overlaying机制导致的函数重入问题
- PCR/qPCR研究:Lumiprobe丨dsGreen 用于实时 PCR
猜你喜欢

MySQL export database dictionary to excel file

Lumiprobe细胞成像分析:PKH26 细胞膜标记试剂盒

Reactive dye research: lumiprobe af594 NHS ester, 5-isomer

2022 safety officer-b certificate examination question bank and answers

如何做好水库大坝安全监测工作

Latest Windows version 5.0.14 of redis

CpG solid support research: lumiprobe general CpG type II

交流电和直流电的区别是什么?

Biovendor sRAGE protein solution

二级造价工程师考试还没完?还有资格审核规定!
随机推荐
IP datagram sending and forwarding process
jsp连接Oracle实现登录注册
[JVM series] JVM tuning
Keil C51的Data Overlaying机制导致的函数重入问题
【SkyWalking】一口气学完分布式链路追踪SkyWalking
Programmer - Shepherd
Performance degradation during dpdk source code testing
codeforces每日5题(均1700)
【LeetCode】12、整数转罗马数字
Biovendor sRAGE protein solution
2022 high altitude installation, maintenance and removal examination questions and answers
msa. h: There is no such file or directory
2022 low voltage electrician examination questions and answers
8VC Venture Cup 2017 - Elimination Round D. PolandBall and Polygon
Amino dye research: lumiprobe fam amine, 6-isomer
【JVM】——JVM中內存劃分
Dart learning - functions, classes
Redis 的 最新windows 版本 5.0.14
MySQL export database dictionary to excel file
8VC Venture Cup 2017 - Elimination Round D. PolandBall and Polygon