前端开发调试工具有哪些 |
前端开发的语言有哪些 |
有哪些比较好的web前端开发 |
@-webkit-keyframes aaa{
from{
-webkit-filter:opacity(1);
}
to{
-webkit-filter:opacity();
}
}[/code]
代码片段 1
<html>
<head>
<style>
.circle {
width: 100px;
height: 100px;
margin: 100px auto;
background-color: transparent;
border: 10px solid red;
border-radius: 100px;
text-align: center;
line-height: 100px;
cursor: pointer;
}
.circle:hover {
animation: aaa;
}
@-webkit-keyframes aaa {
from {
-webkit-filter: opacity(1);
}
to {
-webkit-filter: opacity();
}
}
</style>
</head>
<body>
<div class=”circle”>靠近我试试</div>
</body>
</html>
前端开发涉及哪些基本要求 |
web前端开发用哪些工具 |
前端开发的难点有哪些 |
评论前必须登录!
注册