心跳

img{
width: 400px;
height: auto;
animation: heart 0.5s infinite;
}
@keyframes heart {
0%{
transform: scale(1);
}
50%{
transform:scale(1.1);
}
100%{
transform: scale(1);
}
}
posted @ 2019-01-11 21:32  燕十三丶  阅读(106)  评论(0)    收藏  举报
AmazingCounters.com