css3动画
2021-04-30 14:28
标签:20px css3动画 lin css3 htm nat class rom key html css css3动画 标签:20px css3动画 lin css3 htm nat class rom key 原文地址:https://www.cnblogs.com/wangzihao147/p/12151566.html@keyframes myfirst
{
from {transform: translate(0px,0px);}
to {transform: translate(10px,20px);}
}
.a4 div:hover{
animation: myfirst .5s linear 3 alternate;
}