使用CSS旋转动画效果
要使用CSS创建旋转动画效果,您可以尝试运行以下代码-
示例
<html>
<head>
<style>
.animated {
background-image: url(/css/images/logo.png);
background-repeat: no-repeat;
background-position: left top;
padding-top:95px;
margin-bottom:60px;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
</style>
</head>
<body>
<div id = "animated-example" class = "animated rotateIn"></div>
<button onclick = "myFunction()">Reload page</button>
<script>
function myFunction() {
location.reload();
}
</script>
</body>
</html>热门推荐
4 十月简短祝福语
10 三八简短祝福语给婆婆
11 新年的鸡汤祝福语简短
12 婚礼西装祝福语简短男士
13 周一情人祝福语简短
14 给干爸过年祝福语简短
15 八十大寿简短祝福语
16 送去考试祝福语大全简短
17 新年酒席开席祝福语简短
18 简短长辈新年祝福语