当前位置:网站首页>Line animation
Line animation
2022-06-28 05:27:00 【Yuanxiaobai】
<!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> Line animation </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 delay -4s*/
}
@keyframes fengyu{
0%,100%{
clip: rect(0px,220px,2px,0px);
/* tailoring Must have a pre attribute 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>

边栏推荐
- How to learn programmable logic controller (PLC)?
- 关系数据库与文档数据库对比
- 8VC Venture Cup 2017 - Elimination Round D. PolandBall and Polygon
- What does mysql---where 1=1 mean
- [leetcode] 12. Integer to Roman numeral
- Don't roll! How to reproduce a paper with high quality?
- Leetcode 88: merge two ordered arrays
- Redis 的 最新windows 版本 5.0.14
- Why don't big manufacturers use undefined
- CSCI GA scheduling design
猜你喜欢

JS 文本框失去焦点修改全半角文字和符号

CPG 固体支持物研究:Lumiprobe通用 CPG II 型

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

Interpretation of cloud native microservice technology trend

codeforces每日5题(均1700)

2022 high altitude installation, maintenance and removal examination questions and answers

博客登录框

WordPress zibll sub theme 6.4.1 happy version is free of authorization

How does the power outlet transmit electricity? Simple problems that have plagued my little friend for so many years

MySQL 45 talk | 05 explain the index in simple terms (Part 2)
随机推荐
Sharing | intelligent environmental protection - ecological civilization informatization solution (PDF attached)
Based on the order flow tool, what can we see?
指定默认参数值 仍报错:error: the following arguments are required:
CSCI GA scheduling design
DPDK 源码测试时性能下降问题
JS text box loses focus to modify width text and symbols
【LeetCode】12、整数转罗马数字
Extjs library management system source code intelligent library management system source code
Object detection with OpenCV
Feign implements path escape through custom annotations
关系数据库与文档数据库对比
jsp连接Oracle实现登录注册
【SkyWalking】一口气学完分布式链路追踪SkyWalking
店铺进销存管理系统源码
It is the latest weapon to cross the blockade. It is one of the fastest ladders.
如何做好水库大坝安全监测工作
【Linux】——使用xshell在Linux上安装MySQL及实现Webapp的部署
氨基染料研究:Lumiprobe FAM 胺,6-异构体
109. simple chat room 12: realize client-side one-to-one chat
msa.h:没有那个文件或目录