当前位置:网站首页>线条动画
线条动画
2022-06-28 05:21:00 【辕小白】
<!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>线条动画</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; /*动画延迟 -4s*/
}
@keyframes fengyu{
0%,100%{
clip: rect(0px,220px,2px,0px);
/* 裁剪 必须有一个前置属性 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>

边栏推荐
- 基于订单流工具,我们能看到什么?
- 证明素数/质数有无限多个
- Realizing color detection with OpenCV
- Can wechat applets import the data in the cloud development database into makers with one click in the map component
- Quartus replication IP core
- Wireless sensor network learning notes (I)
- 活性染料研究:Lumiprobe AF594 NHS 酯,5-异构体
- 2022烟花爆竹经营单位安全管理人员特种作业证考试题库及模拟考试
- Extjs library management system source code intelligent library management system source code
- Biovendor sRAGE antibody solution
猜你喜欢

Sharing | intelligent environmental protection - ecological civilization informatization solution (PDF attached)

JS text box loses focus to modify width text and symbols

MySQL export database dictionary to excel file

? How to write the position to output true

Have you finished the examination of level II cost engineer? There are also qualification regulations!

2022 safety officer-b certificate examination question bank and answers

Feign implements path escape through custom annotations

metaRTC5.0编程之p2p网络穿透(stun)指南
![[untitled] drv8825 stepping motor drive board schematic diagram](/img/30/02f695592f3b624ebbb2b7a9f68052.png)
[untitled] drv8825 stepping motor drive board schematic diagram

改性三磷酸盐研究:Lumiprobe氨基-11-ddUTP
随机推荐
【SkyWalking】一口气学完分布式链路追踪SkyWalking
Intensive learning notes
Redis 的 最新windows 版本 5.0.14
Carboxylic acid study: lumiprobe sulfoacyanine 7 dicarboxylic acid
BioVendor sRAGE抗体解决方案
JS 文本框失去焦点修改全半角文字和符号
双向电平转换电路
证明素数/质数有无限多个
分享|智慧环保-生态文明信息化解决方案(附PDF)
Dart学习——函数、类
Learning Tai Chi Maker - mqtt Chapter 2 (V) heartbeat mechanism
The heading angle of sliceplane is the same as that of math Corresponding transformation relation of atan2 (y, x)
It is the latest weapon to cross the blockade. It is one of the fastest ladders.
Wireless sensor network learning notes (I)
gorm事务体验
[JVM] - Division de la mémoire en JVM
SlicePlane的Heading角度与Math.atan2(y,x)的对应转换关系
Rxswift -- (1) create a project
Dart learning - functions, classes
Performance degradation during dpdk source code testing