keyframes
作者:互联网
@-webkit-keyframes passdown
{
0% {bottom:9%;}
50% {bottom:7.2%;}
100% {bottom:9%;}
}
.pub-passdown{
position: absolute;
width: 10%;
left: 45%;
bottom: 4%;
-webkit-animation-name: passdown;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 0.8s;
-webkit-animation-iteration-count: infinite;
}
{
0% {bottom:9%;}
50% {bottom:7.2%;}
100% {bottom:9%;}
}
.pub-passdown{
position: absolute;
width: 10%;
left: 45%;
bottom: 4%;
-webkit-animation-name: passdown;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 0.8s;
-webkit-animation-iteration-count: infinite;
}
标签:bottom,9%,keyframes,animation,webkit,passdown 来源: https://blog.51cto.com/u_15283585/2957723